Class AddFocusAndJumpDataAttributesTask

java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
org.kuali.rice.krad.uif.lifecycle.finalize.AddFocusAndJumpDataAttributesTask
All Implemented Interfaces:
Runnable, ViewLifecycleTask<Component>

public class AddFocusAndJumpDataAttributesTask extends ViewLifecycleTaskBase<Component>
Add the focusId, jumpToId and jumpToName as dataAttributes to the component during the finalize phase.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • AddFocusAndJumpDataAttributesTask

      public AddFocusAndJumpDataAttributesTask()
      Constructor.
      Parameters:
      phase - The finalize phase for the component.
  • Method Details