echopoint
Class RegexTextFieldPeer
java.lang.Object
nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
nextapp.echo.webcontainer.sync.component.TextComponentPeer
nextapp.echo.webcontainer.sync.component.TextFieldPeer
echopoint.internal.TextFieldPeer
echopoint.RegexTextFieldPeer
- All Implemented Interfaces:
- ComponentSynchronizePeer
- Direct Known Subclasses:
- NumberTextFieldPeer
public class RegexTextFieldPeer
- extends TextFieldPeer
© Copyright 2009 Sans
Pareil Technologies, Inc.
- Version:
- $Id: RegexTextFieldPeer.java 258 2009-12-07 16:18:24Z sptrakesh $
- Author:
- Rakesh Vidyadharan 2009-03-07
| 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 |
RegexTextFieldPeer
public RegexTextFieldPeer()
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 TextFieldPeer
- 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)
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