NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer.sync.component
Class ButtonPeer

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

public class ButtonPeer
extends AbstractButtonPeer

Synchronization peer for Buttons.


Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
AbstractComponentSynchronizePeer.EventPeer
 
Field Summary
 
Fields inherited from class nextapp.echo.webcontainer.sync.component.AbstractButtonPeer
BUTTON_SERVICE
 
Constructor Summary
ButtonPeer()
           
 
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.sync.component.AbstractButtonPeer
init
 
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

ButtonPeer

public ButtonPeer()
Method Detail

getClientComponentType

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

Specified by:
getClientComponentType in interface ComponentSynchronizePeer
Overrides:
getClientComponentType in class AbstractButtonPeer
Parameters:
shortType - flag indicating whether short type or normal type name should be returned
Returns:
the client component type name
See Also:
AbstractButtonPeer.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
Overrides:
getComponentClass in class AbstractButtonPeer
Returns:
the (most basic) supported component class
See Also:
AbstractComponentSynchronizePeer.getComponentClass()

NextApp Echo3
v3.0.b4