| |
|
| com.icesoft.faces.component.outputconnectionstatus.OutputConnectionStatus
OutputConnectionStatus | public class OutputConnectionStatus extends HtmlPanelGroup (Code) | | OutputConnectionStatus is a JSF component class representing an ICEfaces
output connection status state indicator.
This component extends the JSF HtmlPanelGroup component.
By default the OutputConnectionStatus is rendered by the
"com.icesoft.faces.OutputConnectionStatusRenderer" renderer type.
|
COMPONENT_FAMILY | final public static String COMPONENT_FAMILY(Code) | | |
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
getActiveClass | public String getActiveClass()(Code) | | Return the value of the activeClass property.
|
getActiveLabel | public String getActiveLabel()(Code) | | Return the value of the activeLabel property.
|
getCautionClass | public String getCautionClass()(Code) | | Return the value of the cautionClass property.
|
getCautionLabel | public String getCautionLabel()(Code) | | Return the value of the cautionLabel property.
|
getComponentType | public String getComponentType()(Code) | | Return the value of the COMPONENT_TYPE of this
component.
|
getDisconnectedClass | public String getDisconnectedClass()(Code) | | Return the value of the disconnectedClass property.
|
getDisconnectedLabel | public String getDisconnectedLabel()(Code) | | Return the value of the disconnectedLabel property.
|
getFamily | public String getFamily()(Code) | | Return the value of the COMPONENT_FAMILY of this
component.
|
getInactiveClass | public String getInactiveClass()(Code) | | Return the value of the inactiveClass property.
|
getInactiveLabel | public String getInactiveLabel()(Code) | | Return the value of the inactiveLabel property.
|
getRenderedOnUserRole | public String getRenderedOnUserRole()(Code) | | Return the value of the renderedOnUserRole property.
|
getRendererType | public String getRendererType()(Code) | | Return the value of the RENDERER_TYPE of this
component.
|
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.
|
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.
|
setActiveLabel | public void setActiveLabel(java.lang.String activeLabel)(Code) | | Set the value of the activeLabel property.
|
setCautionLabel | public void setCautionLabel(java.lang.String cautionLabel)(Code) | | Set the value of the cautionLabel property.
|
setDisconnectedLabel | public void setDisconnectedLabel(java.lang.String disconnectedLabel)(Code) | | Set the value of the disconnectedLabel property.
|
setInactiveLabel | public void setInactiveLabel(java.lang.String inactiveLabel)(Code) | | Set the value of the inactiveLabel property.
|
setRenderedOnUserRole | public void setRenderedOnUserRole(String renderedOnUserRole)(Code) | | Set the value of the renderedOnUserRole property.
|
setStyleClass | public void setStyleClass(java.lang.String styleClass)(Code) | | Set the value of the styleClass property.
|
|
|
|