Package edu.wisc.game.reflect
Annotation Type Display
-
@Retention(RUNTIME) @Target(FIELD) public @interface Display
An annotation describing how, if at all, a particular data field (content of a SQL database column) is to be displayed in HTML tables and data entry forms etc.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringaltIf not null and not empty, this text will be displayed instead of the field's name in entry tables etc.booleandigestIf true, the field actually stores the MD5-digest of the relevant value.booleaneditableStringlinkdoubleorderbooleanpaymentThis flag is set true for those fields that must be verified when sending a paymentbooleanrpThis flag is set true for those fields that can be supplied by a referrer patient.StringtextIf not null and not empty, this text will be displayed in parnethesis after the field's name in entry tables etc.
-
-
-
-
text
String text
If not null and not empty, this text will be displayed in parnethesis after the field's name in entry tables etc.- Default:
- ""
-
-
-
alt
String alt
If not null and not empty, this text will be displayed instead of the field's name in entry tables etc.- Default:
- ""
-
-
-
link
String link
- Default:
- ""
-
-