org.wicketopia.joda
Class JodaPlugin

java.lang.Object
  extended by org.wicketopia.joda.JodaPlugin
All Implemented Interfaces:
WicketopiaPlugin

public class JodaPlugin
extends Object
implements WicketopiaPlugin

Since:
1.0

Field Summary
static String DATE_TIME_TYPE
           
static String JAVA_DATE_TYPE
           
static String JDBC_DATE_TYPE
           
static String JDBC_TIMESTAMP_TYPE
           
static String LOCAL_DATE_TYPE
           
static String LOCAL_TIME_TYPE
           
 
Constructor Summary
JodaPlugin()
           
 
Method Summary
 void initialize(Wicketopia wicketopia)
           
<T> void
registerType(Wicketopia wicketopia, String typeName, Class<T> propertyType, DateTimeTranslator<T> translator, String style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JodaPlugin

public JodaPlugin()
Method Detail

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.