|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface ChangeTracking
Indicates that the form annotated with this annotation has change tracking enabled.
Use this on a subclass of UifFormBase
to enable this change tracking.
Subclasses of a form with change tracking enabled can specify this annotation and enabled = false
to disable
changing tracking.
Optional Element Summary | |
---|---|
boolean |
enabled
True if change tracking should be enabled for the annotated form, false if not. |
public abstract boolean enabled
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |