NextApp Echo3
v3.0.rc1

nextapp.echo.webcontainer.sync.component
Class TextFieldPeer

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

public class TextFieldPeer
extends TextComponentPeer

Synchronization peer for TextFields.


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.TextComponentPeer
INPUT_CHANGE, PROPERTY_SYNC_DELAY, PROPERTY_SYNC_INITIAL_DELAY, PROPERTY_SYNC_MODE, SYNC_ON_ACTION, SYNC_ON_CHANGE
 
Constructor Summary
TextFieldPeer()
           
 
Method Summary
 java.lang.String getClientComponentType(boolean mode)
          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.TextComponentPeer
getInputPropertyClass, getOutputProperty, init, storeInputProperty
 
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
 

Constructor Detail

TextFieldPeer

public TextFieldPeer()
Method Detail

getClientComponentType

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

Specified by:
getClientComponentType in interface ComponentSynchronizePeer
Overrides:
getClientComponentType in class TextComponentPeer
Parameters:
mode - a boolean flag indicating whether a component name (true) or style name (false) is being rendered
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
Overrides:
getComponentClass in class TextComponentPeer
Returns:
the (most basic) supported component class
See Also:
AbstractComponentSynchronizePeer.getComponentClass()

NextApp Echo3
v3.0.rc1