EchoPoint API - 3.0.0b5
App Webcontainer

echopoint
Class SeparatorPeer

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

public class SeparatorPeer
extends AbstractPeer

Rendering peer for the Separator component.

Version:
$Id: SeparatorPeer.java 203 2009-05-20 08:49:05Z hansho $
Author:
Hans Holmlund 2009-04-03

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
AbstractComponentSynchronizePeer.EventPeer
 
Constructor Summary
SeparatorPeer()
           
 
Method Summary
 String getClientComponentType(boolean shortType)
           
 Class getComponentClass()
           
 void init(nextapp.echo.app.util.Context context, nextapp.echo.app.Component component)
          
 
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
 

Constructor Detail

SeparatorPeer

public SeparatorPeer()
Method Detail

getClientComponentType

public String getClientComponentType(boolean shortType)
See Also:
ComponentSynchronizePeer.getClientComponentType(boolean)

getComponentClass

public Class getComponentClass()
Specified by:
getComponentClass in interface ComponentSynchronizePeer
Specified by:
getComponentClass in class AbstractComponentSynchronizePeer
See Also:
ComponentSynchronizePeer.getComponentClass()

init

public void init(nextapp.echo.app.util.Context context,
                 nextapp.echo.app.Component component)
Description copied from class: AbstractPeer

Specified by:
init in interface ComponentSynchronizePeer
Overrides:
init in class AbstractPeer
See Also:
ComponentSynchronizePeer.init(nextapp.echo.app.util.Context, nextapp.echo.app.Component)

EchoPoint API - 3.0.0b5
App Webcontainer