javax.faces.component.behavior.ClientBehaviorHolder
, PrimeClientBehaviorHolder
, Widget
public class IdleMonitor extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Modifier and Type | Class | Description |
---|---|---|
static class |
IdleMonitor.PropertyKeys |
Modifier and Type | Field | Description |
---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
Constructor | Description |
---|---|
IdleMonitor() |
Modifier and Type | Method | Description |
---|---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
|
Collection<String> |
getEventNames() |
|
String |
getFamily() |
|
String |
getOnactive() |
|
String |
getOnidle() |
|
int |
getTimeout() |
|
String |
getWidgetVar() |
|
boolean |
isMultiWindowSupport() |
|
String |
resolveWidgetVar() |
|
void |
setMultiWindowSupport(boolean _multiWindowSupport) |
|
void |
setOnactive(String _onactive) |
|
void |
setOnidle(String _onidle) |
|
void |
setTimeout(int _timeout) |
|
void |
setWidgetVar(String _widgetVar) |
addClientBehavior, getClientBehaviors, getDefaultEventName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, 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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public int getTimeout()
public void setTimeout(int _timeout)
public String getOnidle()
public void setOnidle(String _onidle)
public String getOnactive()
public void setOnactive(String _onactive)
public boolean isMultiWindowSupport()
public void setMultiWindowSupport(boolean _multiWindowSupport)
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
getBehaviorEventMapping
in interface PrimeClientBehaviorHolder
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2018. All rights reserved.