ch.uzh.ifi.attempto.echocomp
Class TabSensitiveTextFieldPeer

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 ch.uzh.ifi.attempto.echocomp.TabSensitiveTextFieldPeer
All Implemented Interfaces:
nextapp.echo.webcontainer.ComponentSynchronizePeer

public class TabSensitiveTextFieldPeer
extends nextapp.echo.webcontainer.sync.component.TextFieldPeer

This is the peer component for the class TabSensitiveTextField.

Author:
Tobias Kuhn

Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
nextapp.echo.webcontainer.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
TabSensitiveTextFieldPeer()
           
 
Method Summary
 java.lang.String getClientComponentType(boolean shortType)
           
 java.lang.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

TabSensitiveTextFieldPeer

public TabSensitiveTextFieldPeer()
Method Detail

init

public void init(nextapp.echo.app.util.Context context,
                 nextapp.echo.app.Component component)
Specified by:
init in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Overrides:
init in class nextapp.echo.webcontainer.sync.component.TextComponentPeer

getComponentClass

public java.lang.Class getComponentClass()
Specified by:
getComponentClass in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Overrides:
getComponentClass in class nextapp.echo.webcontainer.sync.component.TextFieldPeer

getClientComponentType

public java.lang.String getClientComponentType(boolean shortType)
Specified by:
getClientComponentType in interface nextapp.echo.webcontainer.ComponentSynchronizePeer
Overrides:
getClientComponentType in class nextapp.echo.webcontainer.sync.component.TextFieldPeer


Copyright 2008-2012, AceWiki developers