org.kuali.rice.krad.web.bind
Annotation Type ChangeTracking


@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.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Optional Element Summary
 boolean enabled
          True if change tracking should be enabled for the annotated form, false if not.
 

enabled

public abstract boolean enabled
True if change tracking should be enabled for the annotated form, false if not.

Returns:
true if change tracking enabled, false otherwise
Default:
true


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.