org.richfaces.component
Class AbstractProgressBar
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.richfaces.component.AbstractProgressBar
- All Implemented Interfaces:
- java.util.EventListener, javax.faces.component.PartialStateHolder, javax.faces.component.StateHolder, javax.faces.component.TransientStateHolder, javax.faces.event.ComponentSystemEventListener, javax.faces.event.FacesListener, javax.faces.event.SystemEventListenerHolder, org.richfaces.component.MetaComponentEncoder, org.richfaces.component.MetaComponentResolver
- Direct Known Subclasses:
- UIProgressBar
public abstract class AbstractProgressBar
- extends javax.faces.component.UIComponentBase
- implements org.richfaces.component.MetaComponentResolver, org.richfaces.component.MetaComponentEncoder
Class provides base component class for progress bar
- Author:
- "Andrey Markavtsov"
Fields inherited from class javax.faces.component.UIComponent |
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, 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, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, 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, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getFamily, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- Component type
- See Also:
- Constant Field Values
COMPONENT_FAMILY
public static final java.lang.String COMPONENT_FAMILY
- Component family
- See Also:
- Constant Field Values
STATE_META_COMPONENT_ID
public static final java.lang.String STATE_META_COMPONENT_ID
- See Also:
- Constant Field Values
AbstractProgressBar
public AbstractProgressBar()
getOnclick
public abstract java.lang.String getOnclick()
getOndblclick
public abstract java.lang.String getOndblclick()
getOnmousedown
public abstract java.lang.String getOnmousedown()
getOnmouseup
public abstract java.lang.String getOnmouseup()
getOnmouseover
public abstract java.lang.String getOnmouseover()
getOnmousemove
public abstract java.lang.String getOnmousemove()
getOnmouseout
public abstract java.lang.String getOnmouseout()
getOnbegin
public abstract java.lang.String getOnbegin()
getLabel
public abstract java.lang.String getLabel()
getData
public abstract java.lang.Object getData()
setData
public abstract void setData(java.lang.Object data)
getInterval
public abstract int getInterval()
isEnabled
public abstract boolean isEnabled()
getOnbeforedomupdate
public abstract java.lang.String getOnbeforedomupdate()
getOncomplete
public abstract java.lang.String getOncomplete()
getOnfinish
public abstract java.lang.String getOnfinish()
getInitialClass
public abstract java.lang.String getInitialClass()
getRemainingClass
public abstract java.lang.String getRemainingClass()
getProgressClass
public abstract java.lang.String getProgressClass()
getFinishClass
public abstract java.lang.String getFinishClass()
getMode
public abstract org.richfaces.component.SwitchType getMode()
getMaxValue
public abstract java.lang.Object getMaxValue()
getMinValue
public abstract java.lang.Object getMinValue()
getValue
public abstract java.lang.Object getValue()
getResource
public abstract java.lang.String getResource()
getStyle
public abstract java.lang.String getStyle()
getStyleClass
public abstract java.lang.String getStyleClass()
encodeMetaComponent
public void encodeMetaComponent(javax.faces.context.FacesContext context,
java.lang.String metaComponentId)
throws java.io.IOException
- Specified by:
encodeMetaComponent
in interface org.richfaces.component.MetaComponentEncoder
- Throws:
java.io.IOException
visitTree
public boolean visitTree(javax.faces.component.visit.VisitContext context,
javax.faces.component.visit.VisitCallback callback)
- Overrides:
visitTree
in class javax.faces.component.UIComponent
resolveClientId
public java.lang.String resolveClientId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent contextComponent,
java.lang.String metaComponentId)
- Specified by:
resolveClientId
in interface org.richfaces.component.MetaComponentResolver
substituteUnresolvedClientId
public java.lang.String substituteUnresolvedClientId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent contextComponent,
java.lang.String metaComponentId)
- Specified by:
substituteUnresolvedClientId
in interface org.richfaces.component.MetaComponentResolver
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.