| com.icesoft.faces.component.panelstack.PanelStack
PanelStack | public class PanelStack extends HtmlPanelGroup (Code) | | Manage a stack of JSF components and allow for one child component to be
choosen for rendering. The behaviour is similar to the CardLayout of Java
Swing. Property selectedPanel defines the id of the child to be
rendered. If no child panel is selected or if the selected panel can not be
found the first child is rendered.
version: beta 1.0 |
COMPONENT_FAMILY | final public static String COMPONENT_FAMILY(Code) | | |
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
LAST_SELECTED_PANEL | final public static String LAST_SELECTED_PANEL(Code) | | |
PanelStack | public PanelStack()(Code) | | |
applyPhase | public void applyPhase(FacesContext context, PhaseId phaseId)(Code) | | Parameters: context - Parameters: phaseId - |
applyPhase | public void applyPhase(FacesContext context, UIComponent component, PhaseId phaseId)(Code) | | Parameters: context - Parameters: component - Parameters: phaseId - |
getColumnClass | public String getColumnClass()(Code) | | Return the value of the columnName property.
|
getFamily | public String getFamily()(Code) | | Return the value of the COMPONENT_FAMILY of this
component.
|
getRenderedOnUserRole | public String getRenderedOnUserRole()(Code) | | Return the value of the renderedOnUserRole property.
|
getRowClass | public String getRowClass()(Code) | | Return the value of the rowClass property.
|
getSelectedPanel | public String getSelectedPanel()(Code) | | Return the value of the selectedPanel property.
|
getStyle | public String getStyle()(Code) | | Return the value of the style property.
|
getStyleClass | public String getStyleClass()(Code) | | Return the value of the styleClass property.
|
isRendered | public boolean isRendered()(Code) | | Return the value of the rendered property.
|
processDecodes | public void processDecodes(javax.faces.context.FacesContext context)(Code) | | |
processUpdates | public void processUpdates(FacesContext context)(Code) | | |
processValidators | public void processValidators(FacesContext context)(Code) | | |
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | Perform any processing required to restore the state from the entries
in the state Object.
|
saveState | public Object saveState(FacesContext context)(Code) | | Gets the state of the instance as a Serializable
Object.
|
setRenderedOnUserRole | public void setRenderedOnUserRole(String renderedOnUserRole)(Code) | | Set the value of the renderedOnUserRole property.
|
setSelectedPanel | public void setSelectedPanel(String selectedPanel)(Code) | | Set the value of the selectedPanel property.
|
setStyle | public void setStyle(String style)(Code) | | Set the value of the style property.
|
setStyleClass | public void setStyleClass(String styleClass)(Code) | | Set the value of the styleClass property.
|
|
|