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>

public class RunComponentModifiersTask extends ViewLifecycleTaskBase<Component>
View lifecycle task to run component modifiers based on the lifecycle phase.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • 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:
      performLifecycleTask in class ViewLifecycleTaskBase<Component>