EchoPoint API - 3.0.0b5
App Webcontainer

echopoint
Class AutoLookupSelectFieldPeer

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
                  extended by echopoint.AutoLookupSelectFieldPeer
All Implemented Interfaces:
ComponentSynchronizePeer

public class AutoLookupSelectFieldPeer
extends TextFieldPeer


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
AutoLookupSelectFieldPeer()
           
 
Method Summary
 String getClientComponentType(boolean shortType)
          
 Class getComponentClass()
          
 Class getInputPropertyClass(String propertyName)
           
 Object getOutputProperty(nextapp.echo.app.util.Context context, nextapp.echo.app.Component component, String propertyName, int propertyIndex)
           
 void init(nextapp.echo.app.util.Context context, nextapp.echo.app.Component component)
          
 void storeInputProperty(nextapp.echo.app.util.Context context, nextapp.echo.app.Component component, String propertyName, int propertyIndex, Object newValue)
           
 
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

AutoLookupSelectFieldPeer

public AutoLookupSelectFieldPeer()
Method Detail

init

public void init(nextapp.echo.app.util.Context context,
                 nextapp.echo.app.Component component)
Description copied from class: TextFieldPeer

Specified by:
init in interface ComponentSynchronizePeer
Overrides:
init in class TextFieldPeer
See Also:
AbstractComponentSynchronizePeer.init(nextapp.echo.app.util.Context, nextapp.echo.app.Component)

getOutputProperty

public Object getOutputProperty(nextapp.echo.app.util.Context context,
                                nextapp.echo.app.Component component,
                                String propertyName,
                                int propertyIndex)
Specified by:
getOutputProperty in interface ComponentSynchronizePeer
Overrides:
getOutputProperty in class TextComponentPeer

getInputPropertyClass

public Class getInputPropertyClass(String propertyName)
Specified by:
getInputPropertyClass in interface ComponentSynchronizePeer
Overrides:
getInputPropertyClass in class TextComponentPeer

storeInputProperty

public void storeInputProperty(nextapp.echo.app.util.Context context,
                               nextapp.echo.app.Component component,
                               String propertyName,
                               int propertyIndex,
                               Object newValue)
Specified by:
storeInputProperty in interface ComponentSynchronizePeer
Overrides:
storeInputProperty in class TextComponentPeer

getComponentClass

public Class getComponentClass()
Description copied from class: TextFieldPeer

Specified by:
getComponentClass in interface ComponentSynchronizePeer
Overrides:
getComponentClass in class TextFieldPeer
See Also:
AbstractComponentSynchronizePeer.getComponentClass()

getClientComponentType

public String getClientComponentType(boolean shortType)
Description copied from class: TextFieldPeer

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

EchoPoint API - 3.0.0b5
App Webcontainer