Class ProcessRemoteFieldsHolderTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Container>
org.kuali.rice.krad.uif.lifecycle.initialize.ProcessRemoteFieldsHolderTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<Container>
Process any remote fields holder that might be in the containers items.
- 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
-
ProcessRemoteFieldsHolderTask
public ProcessRemoteFieldsHolderTask()
-
-
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>
-