Class PopulatePathTask

java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<LifecycleElement>
org.kuali.rice.krad.uif.lifecycle.initialize.PopulatePathTask
All Implemented Interfaces:
Runnable, ViewLifecycleTask<LifecycleElement>

public class PopulatePathTask extends ViewLifecycleTaskBase<LifecycleElement>
Assigns a lifecycle element's path property LifecycleElement.setViewPath(String) and
invalid reference
LifecycleElement#setPath(String)
, based on the paths to the element from LifecycleElementState.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • PopulatePathTask

      public PopulatePathTask()
      Creates an instance based on element state.
  • Method Details