echopoint.internal
Class AbstractImagePeer
java.lang.Object
nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
echopoint.internal.AbstractPeer
echopoint.internal.AbstractContainerPeer
echopoint.internal.AbstractImagePeer
- All Implemented Interfaces:
- ComponentSynchronizePeer
- Direct Known Subclasses:
- ImageIconPeer, ImageMapPeer
public class AbstractImagePeer
- extends AbstractContainerPeer
Component rendering peer for the AbstractImage component.
- Version:
- $Id: AbstractImagePeer.java 262 2009-12-18 21:29:16Z sptrakesh $
- Author:
- Rakesh Vidyadharan 2009-12-18
| Methods inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer |
addEvent, addOutputProperty, addOutputProperty, addRequiredComponentClass, getEventDataClass, getEventTypes, getInputPropertyClass, 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 |
AbstractImagePeer
public AbstractImagePeer()
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)
getOutputProperty
public Object getOutputProperty(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component,
String propertyName,
int propertyIndex)
- Over-ridden to handle requests for the
Cursor
property associated with the image.
- Specified by:
getOutputProperty in interface ComponentSynchronizePeer- Overrides:
getOutputProperty in class AbstractComponentSynchronizePeer