public class HtmlLayoutPanel extends UILayoutPanel
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
HtmlLayoutPanel() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
LayoutPosition |
getPosition()
Get placement position type name
|
java.lang.String |
getWidth()
Get Panel width.
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setPosition(LayoutPosition _position)
Set placement position type name
|
void |
setWidth(java.lang.String _width)
Set Panel width.
|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public LayoutPosition getPosition()
UILayoutPanelgetPosition in class UILayoutPanelpublic void setPosition(LayoutPosition _position)
UILayoutPanelsetPosition in class UILayoutPanelpublic java.lang.String getWidth()
UILayoutPanelgetWidth in class UILayoutPanelpublic void setWidth(java.lang.String _width)
UILayoutPanelsetWidth in class UILayoutPanelpublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseCopyright © 2015. All Rights Reserved.