org.kuali.rice.krad.uif.lifecycle.initialize
Class HelperCustomInitializeTask

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

public class HelperCustomInitializeTask
extends ViewLifecycleTaskBase<LifecycleElement>

Perform custom initialization for the component defined by the helper.

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

Constructor Summary
HelperCustomInitializeTask(ViewLifecyclePhase phase)
          Create a task to assign component IDs during the initialize phase.
 
Method Summary
protected  void performLifecycleTask()
          Performs phase-specific lifecycle processing tasks.
 
Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HelperCustomInitializeTask

public HelperCustomInitializeTask(ViewLifecyclePhase phase)
Create a task to assign component IDs during the initialize phase.

Parameters:
phase - The initialize phase for the component.
Method Detail

performLifecycleTask

protected void performLifecycleTask()
Performs phase-specific lifecycle processing tasks.

Specified by:
performLifecycleTask in class ViewLifecycleTaskBase<LifecycleElement>


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