EchoPoint API - 3.0.0b5
App Webcontainer

echopoint
Class HtmlLayoutPeer

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

public class HtmlLayoutPeer
extends AbstractHtmlComponentPeer

Rendering peer for the HtmlLayout class.

Version:
$Id: HtmlLayoutPeer.java 152 2009-04-19 21:53:22Z sptrakesh $
Author:
Simon Lei 2009-03-16

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
AbstractComponentSynchronizePeer.EventPeer
 
Constructor Summary
HtmlLayoutPeer()
           
 
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

HtmlLayoutPeer

public HtmlLayoutPeer()
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 AbstractHtmlComponentPeer
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 AbstractHtmlComponentPeer
See Also:
AbstractComponentSynchronizePeer.getComponentClass()

getClientComponentType

public String getClientComponentType(boolean shortType)

Specified by:
getClientComponentType in interface ComponentSynchronizePeer
Overrides:
getClientComponentType in class AbstractHtmlComponentPeer
See Also:
ComponentSynchronizePeer.getClientComponentType(boolean)

EchoPoint API - 3.0.0b5
App Webcontainer