EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.internal
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
              extended by echopoint.internal.TextFieldPeer
All Implemented Interfaces:
ComponentSynchronizePeer
Direct Known Subclasses:
AutoLookupSelectFieldPeer, AutoLookupTextFieldPeer, KeystrokeTextFieldPeer, RegexTextFieldPeer

public abstract class TextFieldPeer
extends TextFieldPeer

Base component rendering peer for the text field extension components.

Version:
$Id: TextFieldPeer.java 255 2009-11-29 12:16:16Z sptrakesh $
Author:
Rakesh Vidyadharan 2009-03-07

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
 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.sync.component.TextComponentPeer
getInputPropertyClass, getOutputProperty, 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

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 TextComponentPeer
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 TextFieldPeer
See Also:
AbstractComponentSynchronizePeer.getComponentClass()

getClientComponentType

public String getClientComponentType(boolean shortType)

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

EchoPoint API - 3.0.0b5
App Webcontainer