echopoint
Class ProgressBarPeer
java.lang.Object
nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
echopoint.internal.AbstractPeer
echopoint.internal.AbstractContainerPeer
echopoint.ProgressBarPeer
- All Implemented Interfaces:
- ComponentSynchronizePeer
public class ProgressBarPeer
- extends AbstractContainerPeer
Component rendering peer for the ProgressBar component.
Note: Development of this component was sponsored by TCN
Broadcasting. We are grateful for their support and sponsorship.
- Version:
- $Id: ProgressBarPeer.java 86 2008-11-09 14:44:29Z sptrakesh $
- Author:
- Rakesh Vidyadharan 2008-11-6
| Methods inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer |
addEvent, addOutputProperty, addOutputProperty, addRequiredComponentClass, getEventDataClass, getEventTypes, getInputPropertyClass, getOutputProperty, getOutputPropertyIndices, getOutputPropertyMethodName, getOutputPropertyNames, getUpdatedOutputPropertyNames, hasListeners, hasUpdatedListeners, isOutputPropertyIndexed, isOutputPropertyReferenced, processEvent, setOutputPropertyReferenced, storeInputProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressBarPeer
public ProgressBarPeer()
init
public void init(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component)
-
- Specified by:
init in interface ComponentSynchronizePeer- Overrides:
init in class AbstractContainerPeer
- See Also:
AbstractComponentSynchronizePeer.init(nextapp.echo.app.util.Context, nextapp.echo.app.Component)
getComponentClass
public Class getComponentClass()
-
- Specified by:
getComponentClass in interface ComponentSynchronizePeer- Overrides:
getComponentClass in class AbstractContainerPeer
- See Also:
AbstractComponentSynchronizePeer.getComponentClass()
getClientComponentType
public String getClientComponentType(boolean shortType)
-
- Specified by:
getClientComponentType in interface ComponentSynchronizePeer- Overrides:
getClientComponentType in class AbstractContainerPeer
- See Also:
ComponentSynchronizePeer.getClientComponentType(boolean)