| com.icesoft.faces.component.ext.HtmlPanelGrid
HtmlPanelGrid | public class HtmlPanelGrid extends javax.faces.component.html.HtmlPanelGrid (Code) | | This is an extension of javax.faces.component.html.HtmlPanelGrid, which
provides some additional behavior to this component such as: - changes
the component's rendered state based on the authentication
- adds
effects to the component
|
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
HtmlPanelGrid | public HtmlPanelGrid()(Code) | | |
getEffect | public Effect getEffect()(Code) | | Return the value of the effect property.
|
getFooterClass | public String getFooterClass()(Code) | | Return the value of the footerClass property.
|
getHeaderClass | public String getHeaderClass()(Code) | | Return the value of the headerClass property.
|
getRenderedOnUserRole | public String getRenderedOnUserRole()(Code) | | Return the value of the renderedOnUserRole property.
|
getStyleClass | public String getStyleClass()(Code) | | Return the value of the styleClass property.
|
getVisible | public boolean getVisible()(Code) | | Return the value of the visible property.
|
isRendered | public boolean isRendered()(Code) | | Return the value of the rendered property.
|
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.
|
setEffect | public void setEffect(Effect effect)(Code) | | Set the value of the effect property.
|
setRenderedOnUserRole | public void setRenderedOnUserRole(String renderedOnUserRole)(Code) | | Set the value of the renderedOnUserRole property.
|
setValueBinding | public void setValueBinding(String s, ValueBinding vb)(Code) | | |
setVisible | public void setVisible(boolean visible)(Code) | | Set the value of the visible property.
|
|
|