public class Layout
extends javax.faces.component.UIPanel
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.layout.LayoutBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
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 |
Constructor and Description |
---|
Layout() |
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
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 static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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
public String getFamily()
getFamily
in class javax.faces.component.UIPanel
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public boolean isFullPage()
public void setFullPage(boolean fullPage)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public String getOnResize()
public void setOnResize(String onResize)
public String getOnClose()
public void setOnClose(String onClose)
public String getOnToggle()
public void setOnToggle(String onToggle)
public String getResizeTitle()
public void setResizeTitle(String resizeTitle)
public String getCollapseTitle()
public void setCollapseTitle(String collapseTitle)
public String getExpandTitle()
public void setExpandTitle(String expandTitle)
public String getCloseTitle()
public void setCloseTitle(String closeTitle)
public boolean isStateful()
public void setStateful(boolean stateful)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.