org.primefaces.component.layout
Class Layout
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.primefaces.component.layout.Layout
- All Implemented Interfaces:
- EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, Widget
public class Layout
- extends javax.faces.component.UIPanel
- implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
Fields inherited from class javax.faces.component.UIComponent |
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Methods inherited from class javax.faces.component.UIComponentBase |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
addClientBehavior, getClientBehaviors, getDefaultEventName |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
UNIT_CLASS
public static final String UNIT_CLASS
- See Also:
- Constant Field Values
UNIT_HEADER_CLASS
public static final String UNIT_HEADER_CLASS
- See Also:
- Constant Field Values
UNIT_CONTENT_CLASS
public static final String UNIT_CONTENT_CLASS
- See Also:
- Constant Field Values
UNIT_FOOTER_CLASS
public static final String UNIT_FOOTER_CLASS
- See Also:
- Constant Field Values
UNIT_HEADER_TITLE_CLASS
public static final String UNIT_HEADER_TITLE_CLASS
- See Also:
- Constant Field Values
UNIT_FOOTER_TITLE_CLASS
public static final String UNIT_FOOTER_TITLE_CLASS
- See Also:
- Constant Field Values
UNIT_HEADER_ICON_CLASS
public static final String UNIT_HEADER_ICON_CLASS
- See Also:
- Constant Field Values
Layout
public Layout()
getFamily
public String getFamily()
- Overrides:
getFamily
in class javax.faces.component.UIPanel
getWidgetVar
public String getWidgetVar()
setWidgetVar
public void setWidgetVar(String _widgetVar)
isFullPage
public boolean isFullPage()
setFullPage
public void setFullPage(boolean _fullPage)
getStyle
public String getStyle()
setStyle
public void setStyle(String _style)
getStyleClass
public String getStyleClass()
setStyleClass
public void setStyleClass(String _styleClass)
getOnResize
public String getOnResize()
setOnResize
public void setOnResize(String _onResize)
getOnClose
public String getOnClose()
setOnClose
public void setOnClose(String _onClose)
getOnToggle
public String getOnToggle()
setOnToggle
public void setOnToggle(String _onToggle)
getResizeTitle
public String getResizeTitle()
setResizeTitle
public void setResizeTitle(String _resizeTitle)
getCollapseTitle
public String getCollapseTitle()
setCollapseTitle
public void setCollapseTitle(String _collapseTitle)
getExpandTitle
public String getExpandTitle()
setExpandTitle
public void setExpandTitle(String _expandTitle)
getCloseTitle
public String getCloseTitle()
setCloseTitle
public void setCloseTitle(String _closeTitle)
isStateful
public boolean isStateful()
setStateful
public void setStateful(boolean _stateful)
getLayoutUnitByPosition
protected LayoutUnit getLayoutUnitByPosition(String name)
isNested
public boolean isNested()
isElementLayout
public boolean isElementLayout()
getEventNames
public Collection<String> getEventNames()
- Specified by:
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
- Overrides:
getEventNames
in class javax.faces.component.UIComponentBase
processDecodes
public void processDecodes(javax.faces.context.FacesContext context)
- Overrides:
processDecodes
in class javax.faces.component.UIComponentBase
processValidators
public void processValidators(javax.faces.context.FacesContext context)
- Overrides:
processValidators
in class javax.faces.component.UIComponentBase
processUpdates
public void processUpdates(javax.faces.context.FacesContext context)
- Overrides:
processUpdates
in class javax.faces.component.UIComponentBase
queueEvent
public void queueEvent(javax.faces.event.FacesEvent event)
- Overrides:
queueEvent
in class javax.faces.component.UIComponentBase
getFacesContext
protected javax.faces.context.FacesContext getFacesContext()
- Overrides:
getFacesContext
in class javax.faces.component.UIComponentBase
resolveWidgetVar
public String resolveWidgetVar()
- Specified by:
resolveWidgetVar
in interface Widget
handleAttribute
public void handleAttribute(String name,
Object value)
Copyright © 2013. All Rights Reserved.