public class Layout extends LayoutBase
LayoutBase.PropertyKeys
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_TYPE |
static String |
UNIT_CLASS |
static String |
UNIT_CONTENT_CLASS |
static String |
UNIT_FOOTER_CLASS |
static String |
UNIT_FOOTER_TITLE_CLASS |
static String |
UNIT_HEADER_CLASS |
static String |
UNIT_HEADER_ICON_CLASS |
static String |
UNIT_HEADER_TITLE_CLASS |
COMPONENT_FAMILY, DEFAULT_RENDERER
Constructor and Description |
---|
Layout() |
Modifier and Type | Method and Description |
---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
Collection<String> |
getEventNames() |
protected LayoutUnit |
getLayoutUnitByPosition(String name) |
boolean |
isElementLayout() |
boolean |
isNested() |
void |
processDecodes(javax.faces.context.FacesContext context) |
void |
processUpdates(javax.faces.context.FacesContext context) |
void |
processValidators(javax.faces.context.FacesContext context) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
getCloseTitle, getCollapseTitle, getExpandTitle, getFamily, getOnClose, getOnResize, getOnToggle, getResizeTitle, getStyle, getStyleClass, getWidgetVar, isFullPage, isStateful, setCloseTitle, setCollapseTitle, setExpandTitle, setFullPage, setOnClose, setOnResize, setOnToggle, setResizeTitle, setStateful, setStyle, setStyleClass, setWidgetVar
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveWidgetVar, resolveWidgetVar
public static final String COMPONENT_TYPE
public static final String UNIT_CLASS
public static final String UNIT_HEADER_CLASS
public static final String UNIT_CONTENT_CLASS
public static final String UNIT_FOOTER_CLASS
public static final String UNIT_HEADER_TITLE_CLASS
public static final String UNIT_FOOTER_TITLE_CLASS
public static final String UNIT_HEADER_ICON_CLASS
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
protected LayoutUnit getLayoutUnitByPosition(String name)
public boolean isNested()
public boolean isElementLayout()
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 void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
Copyright © 2020. All rights reserved.