Class HelperCustomApplyModelTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
org.kuali.rice.krad.uif.lifecycle.model.HelperCustomApplyModelTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<Component>
Perform custom apply model behavior for the component defined by the helper.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidPerforms phase-specific lifecycle processing tasks.Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, setElementState, toString
-
Constructor Details
-
HelperCustomApplyModelTask
public HelperCustomApplyModelTask()
-
-
Method Details
-
performLifecycleTask
protected void performLifecycleTask()Description copied from class:ViewLifecycleTaskBasePerforms phase-specific lifecycle processing tasks.- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<Component>
-