javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder, Widgetpublic class ProgressBar extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ProgressBar.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
CONTAINER_CLASS |
|
static String |
DEFAULT_RENDERER |
|
static String |
DETERMINATE_CLASS |
|
static String |
INDETERMINATE_CLASS |
|
static String |
LABEL_CLASS |
|
static String |
VALUE_CLASS |
| Constructor | Description |
|---|---|
ProgressBar() |
| Modifier and Type | Method | Description |
|---|---|---|
Map<String,Class<? extends javax.faces.event.BehaviorEvent>> |
getBehaviorEventMapping() |
|
String |
getDefaultEventName() |
|
Collection<String> |
getEventNames() |
|
String |
getFamily() |
|
int |
getInterval() |
|
String |
getLabelTemplate() |
|
String |
getMode() |
|
String |
getStyle() |
|
String |
getStyleClass() |
|
int |
getValue() |
|
String |
getWidgetVar() |
|
boolean |
isAjax() |
|
boolean |
isDisabled() |
|
boolean |
isDisplayOnly() |
|
boolean |
isGlobal() |
|
void |
queueEvent(javax.faces.event.FacesEvent event) |
|
String |
resolveWidgetVar() |
|
void |
setAjax(boolean _ajax) |
|
void |
setDisabled(boolean _disabled) |
|
void |
setDisplayOnly(boolean _displayOnly) |
|
void |
setGlobal(boolean _global) |
|
void |
setInterval(int _interval) |
|
void |
setLabelTemplate(String _labelTemplate) |
|
void |
setMode(String _mode) |
|
void |
setStyle(String _style) |
|
void |
setStyleClass(String _styleClass) |
|
void |
setValue(int _value) |
|
void |
setWidgetVar(String _widgetVar) |
addClientBehavior, getClientBehaviorsclone, 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, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, 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 CONTAINER_CLASS
public static final String DETERMINATE_CLASS
public static final String INDETERMINATE_CLASS
public static final String VALUE_CLASS
public static final String LABEL_CLASS
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getWidgetVar()
public void setWidgetVar(String _widgetVar)
public int getValue()
public void setValue(int _value)
public boolean isDisabled()
public void setDisabled(boolean _disabled)
public boolean isAjax()
public void setAjax(boolean _ajax)
public int getInterval()
public void setInterval(int _interval)
public String getStyle()
public void setStyle(String _style)
public String getStyleClass()
public void setStyleClass(String _styleClass)
public String getLabelTemplate()
public void setLabelTemplate(String _labelTemplate)
public boolean isDisplayOnly()
public void setDisplayOnly(boolean _displayOnly)
public boolean isGlobal()
public void setGlobal(boolean _global)
public String getMode()
public void setMode(String _mode)
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
getBehaviorEventMapping in interface PrimeClientBehaviorHolderpublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic String resolveWidgetVar()
resolveWidgetVar in interface WidgetCopyright © 2018. All rights reserved.