public class Layout
extends javax.faces.component.UIComponentBase
implements org.primefaces.component.api.Widget, javax.faces.component.behavior.ClientBehaviorHolder
Layout component.| Modifier and Type | Class and Description |
|---|---|
static class |
Layout.PropertyKeys
Properties that are tracked by state saving.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
PANE_POSITION_CENTER |
static java.lang.String |
PANE_POSITION_EAST |
static java.lang.String |
PANE_POSITION_NORTH |
static java.lang.String |
PANE_POSITION_SOUTH |
static java.lang.String |
PANE_POSITION_WEST |
static java.lang.String |
POSITION_SEPARATOR |
static java.lang.String |
STYLE_CLASS |
static java.lang.String |
STYLE_CLASS_LAYOUT_CONTENT |
static java.lang.String |
STYLE_CLASS_PANE |
static java.lang.String |
STYLE_CLASS_PANE_CONTENT |
static java.lang.String |
STYLE_CLASS_PANE_HEADER |
static java.lang.String |
STYLE_CLASS_PANE_WITH_SUBPANES |
| Constructor and Description |
|---|
Layout() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<java.lang.String> |
getEventNames() |
java.lang.String |
getFamily() |
org.primefaces.util.FastStringWriter |
getFastStringWriter() |
static LayoutPane |
getLayoutPane(javax.faces.component.UIComponent component,
java.lang.String combinedPosition) |
java.lang.Object |
getOptions() |
javax.faces.context.ResponseWriter |
getOriginalWriter() |
java.lang.String |
getResizerTip() |
java.lang.String |
getSliderTip() |
java.lang.String |
getState() |
java.lang.String |
getStyle() |
java.lang.String |
getStyleClass() |
java.lang.String |
getTogglerTipClosed() |
java.lang.String |
getTogglerTipOpen() |
java.lang.String |
getWidgetVar() |
boolean |
isBuildOptions() |
boolean |
isElementLayout() |
boolean |
isFullPage() |
boolean |
isMaskPanesEarly() |
boolean |
isNested() |
boolean |
isStateCookie() |
void |
processDecodes(javax.faces.context.FacesContext fc) |
void |
processUpdates(javax.faces.context.FacesContext fc) |
void |
processValidators(javax.faces.context.FacesContext fc) |
void |
queueEvent(javax.faces.event.FacesEvent event) |
void |
removeOptions() |
void |
setBuildOptions(boolean buildOptions) |
void |
setFastStringWriter(org.primefaces.util.FastStringWriter fsw) |
void |
setFullPage(boolean fullPage) |
void |
setMaskPanesEarly(boolean maskPanesEarly) |
void |
setOptions(java.lang.Object options) |
void |
setOriginalWriter(javax.faces.context.ResponseWriter originalWriter) |
void |
setResizerTip(java.lang.String resizerTip) |
void |
setSliderTip(java.lang.String sliderTip) |
void |
setState(java.lang.String state) |
void |
setStateCookie(boolean stateCookie) |
void |
setStyle(java.lang.String style) |
void |
setStyleClass(java.lang.String styleClass) |
void |
setTogglerTipClosed(java.lang.String togglerTipClosed) |
void |
setTogglerTipOpen(java.lang.String togglerTipOpen) |
void |
setWidgetVar(java.lang.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, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String POSITION_SEPARATOR
public static final java.lang.String STYLE_CLASS
public static final java.lang.String STYLE_CLASS_PANE
public static final java.lang.String STYLE_CLASS_PANE_WITH_SUBPANES
public static final java.lang.String STYLE_CLASS_PANE_HEADER
public static final java.lang.String STYLE_CLASS_PANE_CONTENT
public static final java.lang.String STYLE_CLASS_LAYOUT_CONTENT
public static final java.lang.String PANE_POSITION_CENTER
public static final java.lang.String PANE_POSITION_NORTH
public static final java.lang.String PANE_POSITION_SOUTH
public static final java.lang.String PANE_POSITION_WEST
public static final java.lang.String PANE_POSITION_EAST
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.String getWidgetVar()
public void setWidgetVar(java.lang.String widgetVar)
public boolean isFullPage()
public void setFullPage(boolean fullPage)
public java.lang.Object getOptions()
public void setOptions(java.lang.Object options)
public java.lang.String getStyle()
public void setStyle(java.lang.String style)
public java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
public java.lang.String getState()
public void setState(java.lang.String state)
public boolean isStateCookie()
public void setStateCookie(boolean stateCookie)
public java.lang.String getTogglerTipOpen()
public void setTogglerTipOpen(java.lang.String togglerTipOpen)
public java.lang.String getTogglerTipClosed()
public void setTogglerTipClosed(java.lang.String togglerTipClosed)
public java.lang.String getResizerTip()
public void setResizerTip(java.lang.String resizerTip)
public java.lang.String getSliderTip()
public void setSliderTip(java.lang.String sliderTip)
public boolean isMaskPanesEarly()
public void setMaskPanesEarly(boolean maskPanesEarly)
public java.util.Collection<java.lang.String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic void processDecodes(javax.faces.context.FacesContext fc)
processDecodes in class javax.faces.component.UIComponentBasepublic void processValidators(javax.faces.context.FacesContext fc)
processValidators in class javax.faces.component.UIComponentBasepublic void processUpdates(javax.faces.context.FacesContext fc)
processUpdates in class javax.faces.component.UIComponentBasepublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic static LayoutPane getLayoutPane(javax.faces.component.UIComponent component, java.lang.String combinedPosition)
public javax.faces.context.ResponseWriter getOriginalWriter()
public void setOriginalWriter(javax.faces.context.ResponseWriter originalWriter)
public org.primefaces.util.FastStringWriter getFastStringWriter()
public void setFastStringWriter(org.primefaces.util.FastStringWriter fsw)
public boolean isBuildOptions()
public void setBuildOptions(boolean buildOptions)
public void removeOptions()
public boolean isNested()
public boolean isElementLayout()
Copyright © 2011–2021. All rights reserved.