| Modifier and Type | Class | Description |
|---|---|---|
static class |
Clock.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
ANALOG_STYLE_CLASS |
|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
|
static String |
STYLE_CLASS |
| Constructor | Description |
|---|---|
Clock() |
| Modifier and Type | Method | Description |
|---|---|---|
TimeZone |
calculateTimeZone() |
|
String |
getDisplayMode() |
|
String |
getFamily() |
|
String |
getMode() |
|
String |
getPattern() |
|
int |
getSyncInterval() |
|
Object |
getTimeZone() |
|
boolean |
isAutoSync() |
|
boolean |
isSyncRequest() |
|
String |
resolveWidgetVar() |
|
void |
setAutoSync(boolean _autoSync) |
|
void |
setDisplayMode(String _displayMode) |
|
void |
setMode(String _mode) |
|
void |
setPattern(String _pattern) |
|
void |
setSyncInterval(int _syncInterval) |
|
void |
setTimeZone(Object _timeZone) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String STYLE_CLASS
public static final String ANALOG_STYLE_CLASS
public String getFamily()
getFamily in class javax.faces.component.UIOutputpublic String getPattern()
public void setPattern(String _pattern)
public String getMode()
public void setMode(String _mode)
public boolean isAutoSync()
public void setAutoSync(boolean _autoSync)
public int getSyncInterval()
public void setSyncInterval(int _syncInterval)
public Object getTimeZone()
public void setTimeZone(Object _timeZone)
public String getDisplayMode()
public void setDisplayMode(String _displayMode)
public boolean isSyncRequest()
public TimeZone calculateTimeZone()
public String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2018. All rights reserved.