Package com.storedobject.core.annotation
Annotation Interface Column
Annotation used to specify the features of a field (attribute of a Data Class).
- Author:
- Syam
-
Optional Element Summary
Optional Elements
-
Element Details
-
required
boolean requiredCheck whether this field is required or not.- Returns:
- True/false. Default value is
true
.
- Default:
true
-
style
String styleStyle of this field.- Returns:
- Style details. Default value is a
null
string.
- Default:
""
-
caption
-
order
int orderDisplay order of this field.- Returns:
- Order. Default value is zero.
- Default:
0
-
tab
String tabName of the tab on which this field is displayed.- Returns:
- Tab name. Default value is a
null
string.
- Default:
""
-