Class InitializeContainerFromHelperTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Container>
org.kuali.rice.krad.uif.lifecycle.initialize.InitializeContainerFromHelperTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<Container>
Invoke custom initialization on the container from the view helper.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidInvoke custom initialization based on the view helper.Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, setElementState, toString
-
Constructor Details
-
InitializeContainerFromHelperTask
public InitializeContainerFromHelperTask()
-
-
Method Details
-
performLifecycleTask
protected void performLifecycleTask()Invoke custom initialization based on the view helper. Performs phase-specific lifecycle processing tasks.- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<Container>
-