Class HelperCustomFinalizeTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<LifecycleElement>
org.kuali.rice.krad.uif.lifecycle.finalize.HelperCustomFinalizeTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<LifecycleElement>
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 TypeMethodDescriptionGets 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
-
HelperCustomFinalizeTask
public HelperCustomFinalizeTask()Constructor.- Parameters:
phase- The finalize phase for the component.
-
-
Method Details
-
getElementState
Gets the phase this lifecycle task is a part of.- Specified by:
getElementStatein interfaceViewLifecycleTask<LifecycleElement>- Overrides:
getElementStatein classViewLifecycleTaskBase<LifecycleElement>- Returns:
- lifecycle phase
-
performLifecycleTask
protected void performLifecycleTask()Performs phase-specific lifecycle processing tasks.- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<LifecycleElement>
-