NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer.sync.component
Class ComponentPeer

java.lang.Object
  extended by nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
      extended by nextapp.echo.webcontainer.sync.component.ComponentPeer
All Implemented Interfaces:
ComponentSynchronizePeer

public final class ComponentPeer
extends AbstractComponentSynchronizePeer

Synchronization peer for Components. This peer simply serves to provide the client component type for styles. It may not be extended.


Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
AbstractComponentSynchronizePeer.EventPeer
 
Constructor Summary
ComponentPeer()
           
 
Method Summary
 java.lang.String getClientComponentType(boolean shortType)
          Returns the remote client component type name.
 java.lang.Class getComponentClass()
          Returns the (most basic) supported component class.
 
Methods inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
addEvent, addOutputProperty, addOutputProperty, addRequiredComponentClass, getEventDataClass, getEventTypes, getInputPropertyClass, getOutputProperty, getOutputPropertyIndices, getOutputPropertyMethodName, getOutputPropertyNames, getUpdatedOutputPropertyNames, hasListeners, hasUpdatedListeners, init, 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

ComponentPeer

public ComponentPeer()
Method Detail

getClientComponentType

public java.lang.String getClientComponentType(boolean shortType)
Description copied from interface: ComponentSynchronizePeer
Returns the remote client component type name.

Parameters:
shortType - flag indicating whether short type or normal type name should be returned
Returns:
the client component type name
See Also:
ComponentSynchronizePeer.getClientComponentType(boolean)

getComponentClass

public java.lang.Class getComponentClass()
Description copied from class: AbstractComponentSynchronizePeer
Returns the (most basic) supported component class.

Specified by:
getComponentClass in interface ComponentSynchronizePeer
Specified by:
getComponentClass in class AbstractComponentSynchronizePeer
Returns:
the (most basic) supported component class
See Also:
ComponentSynchronizePeer.getComponentClass()

NextApp Echo3
v3.0.b4