org.apache.myfaces.custom.dynaForm.annot.ui
Annotation Type Temporal


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface Temporal

much like javax.persistence.Temporal but to allow to work with any date library


Optional Element Summary
 javax.persistence.TemporalType value
          set to true if you would like to render as disabled control
 

value

public abstract javax.persistence.TemporalType value
set to true if you would like to render as disabled control

Default:
TIMESTAMP


Copyright © 2009. All Rights Reserved.