public abstract class ProgressBarBase extends javax.faces.component.UIComponentBase implements Widget, javax.faces.component.behavior.ClientBehaviorHolder, PrimeClientBehaviorHolder
Modifier and Type | Class and Description |
---|---|
static class |
ProgressBarBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
DEFAULT_RENDERER |
Constructor and Description |
---|
ProgressBarBase() |
Modifier and Type | Method and Description |
---|---|
int |
getAnimationDuration() |
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 |
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, getDefaultEventName, getEventNames, 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
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolveWidgetVar, resolveWidgetVar
addClientBehavior, getClientBehaviors, getDefaultEventName, getEventNames
getBehaviorEventMapping
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 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)
Copyright © 2020. All rights reserved.