javax.faces.component.behavior.ClientBehaviorHolder
, AutoUpdatable
, PrimeClientBehaviorHolder
, Widget
public class OutputPanel extends javax.faces.component.UIPanel implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder, AutoUpdatable
Modifier and Type | Class | Description |
---|---|---|
static class |
OutputPanel.PropertyKeys |
Modifier and Type | Field | Description |
---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
CONTAINER_CLASS |
|
static String |
DEFAULT_RENDERER |
|
static String |
LOADING_CLASS |
Constructor | Description |
---|---|
OutputPanel() |
Modifier and Type | Method | Description |
---|---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
|
String |
getDefaultEventName() |
|
String |
getDeferredMode() |
|
Collection<String> |
getEventNames() |
|
String |
getFamily() |
|
String |
getLayout() |
|
String |
getStyle() |
|
String |
getStyleClass() |
|
boolean |
isAutoUpdate() |
|
boolean |
isContentLoadRequest(javax.faces.context.FacesContext context) |
|
boolean |
isDeferred() |
|
void |
processDecodes(javax.faces.context.FacesContext context) |
|
void |
processUpdates(javax.faces.context.FacesContext context) |
|
void |
processValidators(javax.faces.context.FacesContext context) |
|
String |
resolveWidgetVar() |
|
void |
setAutoUpdate(boolean _autoUpdate) |
|
void |
setDeferred(boolean _deferred) |
|
void |
setDeferredMode(String _deferredMode) |
|
void |
setLayout(String _layout) |
|
void |
setStyle(String _style) |
|
void |
setStyleClass(String _styleClass) |
getClientId
addClientBehavior, getClientBehaviors
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String CONTAINER_CLASS
public static final String LOADING_CLASS
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public boolean isAutoUpdate()
isAutoUpdate
in interface AutoUpdatable
public void setAutoUpdate(boolean _autoUpdate)
public boolean isDeferred()
public void setDeferred(boolean _deferred)
public String getDeferredMode()
public void setDeferredMode(String _deferredMode)
public String getLayout()
public void setLayout(String _layout)
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
getBehaviorEventMapping
in interface PrimeClientBehaviorHolder
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public boolean isContentLoadRequest(javax.faces.context.FacesContext context)
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class javax.faces.component.UIComponentBase
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class javax.faces.component.UIComponentBase
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class javax.faces.component.UIComponentBase
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2018. All rights reserved.