org.richfaces.component
Class UIProgressBar
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.richfaces.component.AbstractProgressBar
org.richfaces.component.UIProgressBar
- All Implemented Interfaces:
- EventListener, javax.faces.component.behavior.ClientBehaviorHolder, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, org.richfaces.component.MetaComponentEncoder, org.richfaces.component.MetaComponentResolver
@Generated(value={"RichFaces CDK","4.0.0-SNAPSHOT"})
public class UIProgressBar
- extends AbstractProgressBar
- implements javax.faces.component.behavior.ClientBehaviorHolder
Class provides base component class for progress bar
- Author:
- "Andrey Markavtsov"
Fields inherited from class javax.faces.component.UIComponent |
BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Fields inherited from interface org.richfaces.component.MetaComponentResolver |
META_COMPONENT_SEPARATOR_CHAR |
Methods inherited from class javax.faces.component.UIComponentBase |
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, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
addClientBehavior, getClientBehaviors |
COMPONENT_TYPE
public static final String COMPONENT_TYPE
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final String COMPONENT_FAMILY
- See Also:
- Constant Field Values
UIProgressBar
public UIProgressBar()
getFamily
public String getFamily()
- Specified by:
getFamily
in class javax.faces.component.UIComponent
getEventNames
public Collection<String> getEventNames()
- Specified by:
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
- Overrides:
getEventNames
in class javax.faces.component.UIComponentBase
getDefaultEventName
public String getDefaultEventName()
- Specified by:
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
- Overrides:
getDefaultEventName
in class javax.faces.component.UIComponentBase
getData
public Object getData()
- Specified by:
getData
in class AbstractProgressBar
setData
public void setData(Object data)
- Specified by:
setData
in class AbstractProgressBar
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in class AbstractProgressBar
setEnabled
public void setEnabled(boolean enabled)
getFinishClass
public String getFinishClass()
- Specified by:
getFinishClass
in class AbstractProgressBar
setFinishClass
public void setFinishClass(String finishClass)
getInitialClass
public String getInitialClass()
- Specified by:
getInitialClass
in class AbstractProgressBar
setInitialClass
public void setInitialClass(String initialClass)
getInterval
public int getInterval()
- Specified by:
getInterval
in class AbstractProgressBar
setInterval
public void setInterval(int interval)
getLabel
public String getLabel()
- Specified by:
getLabel
in class AbstractProgressBar
setLabel
public void setLabel(String label)
getMaxValue
public Object getMaxValue()
- Specified by:
getMaxValue
in class AbstractProgressBar
setMaxValue
public void setMaxValue(Object maxValue)
getMinValue
public Object getMinValue()
- Specified by:
getMinValue
in class AbstractProgressBar
setMinValue
public void setMinValue(Object minValue)
getMode
public org.richfaces.component.SwitchType getMode()
- Specified by:
getMode
in class AbstractProgressBar
setMode
public void setMode(org.richfaces.component.SwitchType mode)
getOnbeforedomupdate
public String getOnbeforedomupdate()
- Specified by:
getOnbeforedomupdate
in class AbstractProgressBar
setOnbeforedomupdate
public void setOnbeforedomupdate(String onbeforedomupdate)
getOnbegin
public String getOnbegin()
- Specified by:
getOnbegin
in class AbstractProgressBar
setOnbegin
public void setOnbegin(String onbegin)
getOnclick
public String getOnclick()
- Specified by:
getOnclick
in class AbstractProgressBar
setOnclick
public void setOnclick(String onclick)
getOncomplete
public String getOncomplete()
- Specified by:
getOncomplete
in class AbstractProgressBar
setOncomplete
public void setOncomplete(String oncomplete)
getOndblclick
public String getOndblclick()
- Specified by:
getOndblclick
in class AbstractProgressBar
setOndblclick
public void setOndblclick(String ondblclick)
getOnfinish
public String getOnfinish()
- Specified by:
getOnfinish
in class AbstractProgressBar
setOnfinish
public void setOnfinish(String onfinish)
getOnmousedown
public String getOnmousedown()
- Specified by:
getOnmousedown
in class AbstractProgressBar
setOnmousedown
public void setOnmousedown(String onmousedown)
getOnmousemove
public String getOnmousemove()
- Specified by:
getOnmousemove
in class AbstractProgressBar
setOnmousemove
public void setOnmousemove(String onmousemove)
getOnmouseout
public String getOnmouseout()
- Specified by:
getOnmouseout
in class AbstractProgressBar
setOnmouseout
public void setOnmouseout(String onmouseout)
getOnmouseover
public String getOnmouseover()
- Specified by:
getOnmouseover
in class AbstractProgressBar
setOnmouseover
public void setOnmouseover(String onmouseover)
getOnmouseup
public String getOnmouseup()
- Specified by:
getOnmouseup
in class AbstractProgressBar
setOnmouseup
public void setOnmouseup(String onmouseup)
getProgressClass
public String getProgressClass()
- Specified by:
getProgressClass
in class AbstractProgressBar
setProgressClass
public void setProgressClass(String progressClass)
getRemainingClass
public String getRemainingClass()
- Specified by:
getRemainingClass
in class AbstractProgressBar
setRemainingClass
public void setRemainingClass(String remainingClass)
getResource
public String getResource()
- Specified by:
getResource
in class AbstractProgressBar
setResource
public void setResource(String resource)
getStyle
public String getStyle()
- Specified by:
getStyle
in class AbstractProgressBar
setStyle
public void setStyle(String style)
getStyleClass
public String getStyleClass()
- Specified by:
getStyleClass
in class AbstractProgressBar
setStyleClass
public void setStyleClass(String styleClass)
getValue
public Object getValue()
- Specified by:
getValue
in class AbstractProgressBar
setValue
public void setValue(Object value)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.