echopoint.jquery
Class DateFieldPeer
java.lang.Object
nextapp.echo.webcontainer.AbstractComponentSynchronizePeer
echopoint.internal.AbstractPeer
echopoint.jquery.JQueryAbstractPeer
echopoint.jquery.DateFieldPeer
- All Implemented Interfaces:
- ComponentSynchronizePeer
public class DateFieldPeer
- extends JQueryAbstractPeer
Rendering peer for the DateField component.
- Version:
- $Id: DateFieldPeer.java 230 2009-06-24 13:38:33Z aschild $
- Author:
- Hans Holmlund 2009-04-06
| 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 |
DateFieldPeer
public DateFieldPeer()
getClientComponentType
public String getClientComponentType(boolean shortType)
- See Also:
ComponentSynchronizePeer.getClientComponentType(boolean)
getComponentClass
public Class getComponentClass()
- Specified by:
getComponentClass in interface ComponentSynchronizePeer- Specified by:
getComponentClass in class AbstractComponentSynchronizePeer
- See Also:
AbstractComponentSynchronizePeer.getComponentClass()
getInputPropertyClass
public Class getInputPropertyClass(String propertyName)
- Specified by:
getInputPropertyClass in interface ComponentSynchronizePeer- Overrides:
getInputPropertyClass in class AbstractComponentSynchronizePeer
- See Also:
AbstractComponentSynchronizePeer.getInputPropertyClass(java.lang.String)
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 AbstractComponentSynchronizePeer
- See Also:
AbstractComponentSynchronizePeer.getOutputProperty(
nextapp.echo.app.util.Context, nextapp.echo.app.Component, java.lang.String, int)
init
public void init(nextapp.echo.app.util.Context context,
nextapp.echo.app.Component component)
- Description copied from class:
JQueryAbstractPeer
-
- Specified by:
init in interface ComponentSynchronizePeer- Overrides:
init in class JQueryAbstractPeer
- See Also:
ComponentSynchronizePeer.init(nextapp.echo.app.util.Context, Component)
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 AbstractComponentSynchronizePeer
- See Also:
ComponentSynchronizePeer.storeInputProperty(Context, Component, String, int, Object)