org.wicketopia.joda
Class JodaPlugin
java.lang.Object
org.wicketopia.joda.JodaPlugin
- All Implemented Interfaces:
- WicketopiaPlugin
public class JodaPlugin
- extends Object
- implements WicketopiaPlugin
- Since:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCAL_DATE_TYPE
public static final String LOCAL_DATE_TYPE
- See Also:
- Constant Field Values
LOCAL_TIME_TYPE
public static final String LOCAL_TIME_TYPE
- See Also:
- Constant Field Values
DATE_TIME_TYPE
public static final String DATE_TIME_TYPE
- See Also:
- Constant Field Values
JAVA_DATE_TYPE
public static final String JAVA_DATE_TYPE
- See Also:
- Constant Field Values
JDBC_DATE_TYPE
public static final String JDBC_DATE_TYPE
- See Also:
- Constant Field Values
JDBC_TIMESTAMP_TYPE
public static final String JDBC_TIMESTAMP_TYPE
- See Also:
- Constant Field Values
JodaPlugin
public JodaPlugin()
initialize
public void initialize(Wicketopia wicketopia)
- Specified by:
initialize
in interface WicketopiaPlugin
registerType
public <T> void registerType(Wicketopia wicketopia,
String typeName,
Class<T> propertyType,
DateTimeTranslator<T> translator,
String style)
Copyright © 2010-2013. All Rights Reserved.