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, setValueBinding
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public LayoutPosition getPosition()
UILayoutPanel
getPosition
in class UILayoutPanel
public void setPosition(LayoutPosition _position)
UILayoutPanel
setPosition
in class UILayoutPanel
public java.lang.String getWidth()
UILayoutPanel
getWidth
in class UILayoutPanel
public void setWidth(java.lang.String _width)
UILayoutPanel
setWidth
in class UILayoutPanel
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
Copyright © 2014. All Rights Reserved.