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

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

public class InitializeContainerFromHelperTask
extends ViewLifecycleTaskBase<Container>

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
getElementState, getElementType, 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. Performs phase-specific lifecycle processing tasks.

Specified by:
performLifecycleTask in class ViewLifecycleTaskBase<Container>


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