Class RunComponentModifiersTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
org.kuali.rice.krad.uif.lifecycle.RunComponentModifiersTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<Component>
View lifecycle task to run component modifiers based on the lifecycle phase.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidRuns any configured Component Modifiers for the given component that match the given run phase and who run condition evaluation succeeds.Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, setElementState, toString
-
Constructor Details
-
RunComponentModifiersTask
public RunComponentModifiersTask()
-
-
Method Details
-
performLifecycleTask
protected void performLifecycleTask()Runs any configured Component Modifiers for the given component that match the given run phase and who run condition evaluation succeeds. Performs phase-specific lifecycle processing tasks.- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<Component>
-