echopoint.internal
Class AbstractContainerPeer
java.lang.Object
nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
echopoint.internal.AbstractPeer
echopoint.internal.AbstractContainerPeer
- All Implemented Interfaces:
- ComponentSynchronizePeer
- Direct Known Subclasses:
- AbstractChartPeer, AbstractHtmlComponentPeer, AbstractImagePeer, BorderLayoutPeer, FileUploadSelectorPeer, HttpPanePeer, ProgressBarPeer, PushButtonPeer, StrutPeer, TagCloudPeer
public class AbstractContainerPeer
- extends AbstractPeer
Rendering peer for the AbstractContainer root
component from which most components are derived.
- Version:
- $Id: AbstractContainerPeer.java 86 2008-11-09 14:44:29Z sptrakesh $
- Author:
- Rakesh 2008-07-20
| 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 |
AbstractContainerPeer
public AbstractContainerPeer()
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 AbstractPeer
- See Also:
AbstractComponentSynchronizePeer.init(nextapp.echo.app.util.Context, nextapp.echo.app.Component)
getComponentClass
public Class getComponentClass()
-
- Specified by:
getComponentClass in interface ComponentSynchronizePeer- Specified by:
getComponentClass in class AbstractComponentSynchronizePeer
- See Also:
AbstractComponentSynchronizePeer.getComponentClass()
getClientComponentType
public String getClientComponentType(boolean shortType)
-
- See Also:
ComponentSynchronizePeer.getClientComponentType(boolean)