Class FinalizeViewTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<View>
org.kuali.rice.krad.uif.lifecycle.finalize.FinalizeViewTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<View>
Perform custom finalize behavior for the component defined by the helper.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringbuildClientSideStateScript(Object model) Builds script that will initialize configuration parameters and component state on the clientGets the phase this lifecycle task is a part of.protected voidPerforms phase-specific lifecycle processing tasks.Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementType, run, setElementState, toString
-
Constructor Details
-
FinalizeViewTask
public FinalizeViewTask()
-
-
Method Details
-
getElementState
Description copied from class:ViewLifecycleTaskBaseGets the phase this lifecycle task is a part of.- Specified by:
getElementStatein interfaceViewLifecycleTask<View>- Overrides:
getElementStatein classViewLifecycleTaskBase<View>- Returns:
- lifecycle phase
-
performLifecycleTask
protected void performLifecycleTask()Description copied from class:ViewLifecycleTaskBasePerforms phase-specific lifecycle processing tasks.- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<View>
-
buildClientSideStateScript
Builds script that will initialize configuration parameters and component state on the clientHere client side state is initialized along with configuration variables that need exposed to script
- Parameters:
model- model containing the client side state map.- Returns:
- The client side state script associated with this model.
-