Package org.kuali.rice.krad.web.bind
Annotation 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.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanTrue if change tracking should be enabled for the annotated form, false if not.
-
Element Details
-
enabled
boolean enabledTrue if change tracking should be enabled for the annotated form, false if not.- Returns:
- true if change tracking enabled, false otherwise
- Default:
true
-