| com.icesoft.faces.component.ext.HtmlOutputLabel
HtmlOutputLabel | public class HtmlOutputLabel extends javax.faces.component.html.HtmlOutputLabel (Code) | | This is an extension of javax.faces.component.html.HtmlOutputLabel, 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) | | |
HtmlOutputLabel | public HtmlOutputLabel()(Code) | | |
getCurrentStyle | public CurrentStyle getCurrentStyle()(Code) | | Return the value of the currentStyle property.
|
getEffect | public Effect getEffect()(Code) | | Return the value of the effect 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.
|
setCurrentStyle | public void setCurrentStyle(CurrentStyle currentStyle)(Code) | | Set the value of the currentStyle property.
|
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.
|
setStyleClass | public void setStyleClass(String styleClass)(Code) | | Set the value of the styleClass property.
|
setValueBinding | public void setValueBinding(String s, ValueBinding vb)(Code) | | |
setVisible | public void setVisible(boolean visible)(Code) | | Set the value of the visible property.
|
|
|