org.kuali.rice.krad.uif.container
Class InitializeContainerFromHelperTask

java.lang.Object
  extended by org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
      extended by org.kuali.rice.krad.uif.container.InitializeContainerFromHelperTask
All Implemented Interfaces:
Runnable, ViewLifecycleTask

public class InitializeContainerFromHelperTask
extends ViewLifecycleTaskBase

Invoke custom initialization on the container from the view helper.

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

Constructor Summary
InitializeContainerFromHelperTask(ViewLifecyclePhase phase)
          Constructor.
 
Method Summary
protected  void performLifecycleTask()
          Invoke custom initialization based on the view helper.
 
Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getPhase, run, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitializeContainerFromHelperTask

public InitializeContainerFromHelperTask(ViewLifecyclePhase phase)
Constructor.

Parameters:
phase - The initialize phase for this container.
Method Detail

performLifecycleTask

protected void performLifecycleTask()
Invoke custom initialization based on the view helper.

Specified by:
performLifecycleTask in class ViewLifecycleTaskBase
See Also:
ViewHelperService#, ViewLifecycleTaskBase.performLifecycleTask()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.