|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
com.sun.rave.web.ui.component.PanelLayoutBase
com.sun.rave.web.ui.component.PanelLayout
public class PanelLayout
A panel component for laying out other components in flow mode, or using absolute positioning.
Field Summary | |
---|---|
static java.lang.String |
FLOW_LAYOUT
Keyword that indicates flow layout. |
static java.lang.String |
GRID_LAYOUT
Keyword that indicates grid layout or absolute positioning. |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Constructor Summary | |
---|---|
PanelLayout()
Creates a new instance of PanelLayout. |
Method Summary | |
---|---|
java.lang.String |
getPanelLayout()
Use absolute grid positioning, or flow layout |
void |
setPanelLayout(java.lang.String panelLayout)
Set the layout mode for this panel, to either "grid" or "flow". |
Methods inherited from class com.sun.rave.web.ui.component.PanelLayoutBase |
---|
getFamily, getStyle, getStyleClass, isVisible, restoreState, saveState, setStyle, setStyleClass, setVisible |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
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 |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String FLOW_LAYOUT
public static final java.lang.String GRID_LAYOUT
Constructor Detail |
---|
public PanelLayout()
Method Detail |
---|
public void setPanelLayout(java.lang.String panelLayout)
setPanelLayout
in class PanelLayoutBase
PanelLayoutBase.getPanelLayout()
public java.lang.String getPanelLayout()
PanelLayoutBase
Use absolute grid positioning, or flow layout
getPanelLayout
in class PanelLayoutBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |