Annotation Types Summary |
DataProvider |
where to get the data for a relation between entities |
DisplayOnly |
do not render any input. |
IgnoreProperty |
Ignore (skip) this property so it will not appear on any gui |
Length |
set the minimum and maximum characters allowed for input |
Max |
set the maximum allowed value |
Min |
set the minimum allowed value |
NotNull |
required field |
Range |
set the minimum and maximum allowed value |
ReadOnly |
render a readonly element. |
Temporal |
much like javax.persistence.Temporal but to allow to work with any date library |
UIComponent |
render the n:1 as select box |