org.kuali.rice.krad.uif.container
Class InitializeContainerFromHelperTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Container>
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)
Method Summary |
protected void |
performLifecycleTask()
Invoke custom initialization based on the view helper. |
InitializeContainerFromHelperTask
public InitializeContainerFromHelperTask(ViewLifecyclePhase phase)
- Constructor.
- Parameters:
phase
- The initialize phase for this container.
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.