public abstract class OnlineStatusBase extends javax.faces.component.UIComponentBase implements IOnlineStatus
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OnlineStatusBase.PropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
| Constructor and Description |
|---|
OnlineStatusBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFamily() |
java.lang.String |
getOfflineStyleClass()
Return the value of the
offlineStyleClass property. |
java.lang.String |
getOnlineStyleClass()
Return the value of the
onlineStyleClass property. |
java.lang.String |
getOnOffline()
Return the value of the
onOffline property. |
java.lang.String |
getOnOnline()
Return the value of the
onOnline property. |
protected boolean |
isPropertySet(java.lang.String finder) |
void |
setOfflineStyleClass(java.lang.String offlineStyleClass)
Set the value of the
offlineStyleClass property. |
void |
setOnlineStyleClass(java.lang.String onlineStyleClass)
Set the value of the
onlineStyleClass property. |
void |
setOnOffline(java.lang.String onOffline)
Set the value of the
onOffline property. |
void |
setOnOnline(java.lang.String onOnline)
Set the value of the
onOnline property. |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentpublic void setOfflineStyleClass(java.lang.String offlineStyleClass)
Set the value of the offlineStyleClass property.
Contents: The CSS class applied to the component's root element when browser is offline.
setOfflineStyleClass in interface IOnlineStatuspublic java.lang.String getOfflineStyleClass()
Return the value of the offlineStyleClass property.
Contents: The CSS class applied to the component's root element when browser is offline.
getOfflineStyleClass in interface IOnlineStatuspublic void setOnOffline(java.lang.String onOffline)
Set the value of the onOffline property.
Contents: JavaScript to be evaluated when the browser goes offline. The 'element' argument passed to the callback code is the root element of the component.
setOnOffline in interface IOnlineStatuspublic java.lang.String getOnOffline()
Return the value of the onOffline property.
Contents: JavaScript to be evaluated when the browser goes offline. The 'element' argument passed to the callback code is the root element of the component.
getOnOffline in interface IOnlineStatuspublic void setOnOnline(java.lang.String onOnline)
Set the value of the onOnline property.
Contents: JavaScript to be evaluated when the browser goes online. The 'element' argument passed to the callback code is the root element of the component.
setOnOnline in interface IOnlineStatuspublic java.lang.String getOnOnline()
Return the value of the onOnline property.
Contents: JavaScript to be evaluated when the browser goes online. The 'element' argument passed to the callback code is the root element of the component.
getOnOnline in interface IOnlineStatuspublic void setOnlineStyleClass(java.lang.String onlineStyleClass)
Set the value of the onlineStyleClass property.
Contents: The CSS class applied to the component's root element when browser is online.
setOnlineStyleClass in interface IOnlineStatuspublic java.lang.String getOnlineStyleClass()
Return the value of the onlineStyleClass property.
Contents: The CSS class applied to the component's root element when browser is online.
getOnlineStyleClass in interface IOnlineStatusprotected boolean isPropertySet(java.lang.String finder)
public void setValueExpression(java.lang.String name,
javax.el.ValueExpression binding)
setValueExpression in class javax.faces.component.UIComponentCopyright 2018 ICEsoft Technologies Canada Corp., All Rights Reserved.