public class Layout extends javax.faces.component.UIPanel implements Widget, javax.faces.component.behavior.ClientBehaviorHolder
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Layout.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
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 |
| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCloseTitle() |
String |
getCollapseTitle() |
Collection<String> |
getEventNames() |
String |
getExpandTitle() |
String |
getFamily() |
protected LayoutUnit |
getLayoutUnitByPosition(String name) |
String |
getOnClose() |
String |
getOnResize() |
String |
getOnToggle() |
String |
getResizeTitle() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isElementLayout() |
boolean |
isFullPage() |
boolean |
isNested() |
boolean |
isStateful() |
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) |
String |
resolveWidgetVar() |
void |
setCloseTitle(String _closeTitle) |
void |
setCollapseTitle(String _collapseTitle) |
void |
setExpandTitle(String _expandTitle) |
void |
setFullPage(boolean _fullPage) |
void |
setOnClose(String _onClose) |
void |
setOnResize(String _onResize) |
void |
setOnToggle(String _onToggle) |
void |
setResizeTitle(String _resizeTitle) |
void |
setStateful(boolean _stateful) |
void |
setStyle(String _style) |
void |
setStyleClass(String _styleClass) |
void |
setWidgetVar(String _widgetVar) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
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 String getFamily()
getFamily in class javax.faces.component.UIPanelpublic 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)
protected LayoutUnit getLayoutUnitByPosition(String name)
public boolean isNested()
public boolean isElementLayout()
public Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class javax.faces.component.UIComponentBasepublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2015. All rights reserved.