|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echo.webcontainer.AbstractComponentSynchronizePeer
echopoint.internal.AbstractPeer
echopoint.internal.AbstractContainerPeer
echopoint.internal.AbstractImagePeer
echopoint.ImageMapPeer
public class ImageMapPeer
Component rendering peer for the ImageMap component.
Note: Development of this component was sponsored by TCN Broadcasting. We are grateful for their support and sponsorship.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer |
|---|
AbstractComponentSynchronizePeer.EventPeer |
| Field Summary | |
|---|---|
protected static com.thoughtworks.xstream.XStream |
xstream
The serialiser used to serialise MapSection
instances. |
| Constructor Summary | |
|---|---|
ImageMapPeer()
|
|
| Method Summary | |
|---|---|
String |
getClientComponentType(boolean shortType)
|
Class |
getComponentClass()
|
Class |
getInputPropertyClass(String propertyName)
|
Object |
getOutputProperty(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component,
String propertyName,
int propertyIndex)
Over-ridden to handle requests for the ImageMap property. |
void |
init(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component)
|
void |
storeInputProperty(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component,
String propertyName,
int propertyIndex,
Object newValue)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final com.thoughtworks.xstream.XStream xstream
MapSection
instances.
| Constructor Detail |
|---|
public ImageMapPeer()
| Method Detail |
|---|
public void init(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component)
init in interface ComponentSynchronizePeerinit in class AbstractImagePeerAbstractComponentSynchronizePeer.init(nextapp.echo.app.util.Context, nextapp.echo.app.Component)public Class getComponentClass()
getComponentClass in interface ComponentSynchronizePeergetComponentClass in class AbstractImagePeerAbstractComponentSynchronizePeer.getComponentClass()public String getClientComponentType(boolean shortType)
getClientComponentType in interface ComponentSynchronizePeergetClientComponentType in class AbstractImagePeerComponentSynchronizePeer.getClientComponentType(boolean)public Class getInputPropertyClass(String propertyName)
getInputPropertyClass in interface ComponentSynchronizePeergetInputPropertyClass in class AbstractComponentSynchronizePeer
public Object getOutputProperty(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component,
String propertyName,
int propertyIndex)
ImageMap property. The collection of
MapSection instances are serialised as a
JSON stucture.
getOutputProperty in interface ComponentSynchronizePeergetOutputProperty in class AbstractImagePeerComponentSynchronizePeer.getOutputProperty(Context,
Component, String, int)
public void storeInputProperty(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component,
String propertyName,
int propertyIndex,
Object newValue)
storeInputProperty in interface ComponentSynchronizePeerstoreInputProperty in class AbstractComponentSynchronizePeer
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||