EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.jquery
Class DockMenuPeer

java.lang.Object
  extended by nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
      extended by echopoint.internal.AbstractPeer
          extended by echopoint.jquery.JQueryAbstractPeer
              extended by echopoint.jquery.DockMenuPeer
All Implemented Interfaces:
ComponentSynchronizePeer

public class DockMenuPeer
extends JQueryAbstractPeer

Rendering peer for the DockMenu component.

Version:
$Id$
Author:
Mikael Sšderman 2009-06-03

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
AbstractComponentSynchronizePeer.EventPeer
 
Field Summary
protected static com.thoughtworks.xstream.XStream xstream
           
 
Constructor Summary
DockMenuPeer()
           
 
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)
           
 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 nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
addEvent, addOutputProperty, addOutputProperty, addRequiredComponentClass, getEventDataClass, getEventTypes, getOutputPropertyIndices, getOutputPropertyMethodName, getOutputPropertyNames, getUpdatedOutputPropertyNames, hasListeners, hasUpdatedListeners, isOutputPropertyIndexed, isOutputPropertyReferenced, processEvent, setOutputPropertyReferenced
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xstream

protected static final com.thoughtworks.xstream.XStream xstream
Constructor Detail

DockMenuPeer

public DockMenuPeer()
Method Detail

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 JQueryAbstractPeer
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)

getOutputProperty

public Object getOutputProperty(nextapp.echo.app.util.Context context,
                                nextapp.echo.app.Component component,
                                String propertyName,
                                int propertyIndex)
Specified by:
getOutputProperty in interface ComponentSynchronizePeer
Overrides:
getOutputProperty in class AbstractComponentSynchronizePeer

getInputPropertyClass

public Class getInputPropertyClass(String propertyName)
Specified by:
getInputPropertyClass in interface ComponentSynchronizePeer
Overrides:
getInputPropertyClass in class AbstractComponentSynchronizePeer

storeInputProperty

public void storeInputProperty(nextapp.echo.app.util.Context context,
                               nextapp.echo.app.Component component,
                               String propertyName,
                               int propertyIndex,
                               Object newValue)
Specified by:
storeInputProperty in interface ComponentSynchronizePeer
Overrides:
storeInputProperty in class AbstractComponentSynchronizePeer

EchoPoint API - 3.0.0b5
App Webcontainer