public class ProgressBar
extends javax.faces.component.UIComponentBase
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.progressbar.ProgressBarBase.PropertyKeys |
Modifier and Type | Field and 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 and Description |
---|
ProgressBar() |
Modifier and Type | Method and Description |
---|---|
int |
getAnimationDuration() |
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 |
setAnimationDuration(int animationDuration) |
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, 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, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public static final String COMPONENT_TYPE
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 static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public Map<String,Class<? extends javax.faces.event.BehaviorEvent>> getBehaviorEventMapping()
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
getEventNames
in class javax.faces.component.UIComponentBase
public String getDefaultEventName()
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class javax.faces.component.UIComponentBase
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class javax.faces.component.UIComponentBase
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public 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 int getAnimationDuration()
public void setAnimationDuration(int animationDuration)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.