Class SyncClientSideStateTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
org.kuali.rice.krad.uif.lifecycle.model.SyncClientSideStateTask
- All Implemented Interfaces:
Runnable,ViewLifecycleTask<Component>
Synchronize client side state for the component.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidUpdates the properties of the given component instance with the value found from the corresponding map of client state (if found) Performs phase-specific lifecycle processing tasks.Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, setElementState, toString
-
Constructor Details
-
SyncClientSideStateTask
public SyncClientSideStateTask()
-
-
Method Details
-
performLifecycleTask
protected void performLifecycleTask()Updates the properties of the given component instance with the value found from the corresponding map of client state (if found) Performs phase-specific lifecycle processing tasks.- Specified by:
performLifecycleTaskin classViewLifecycleTaskBase<Component>
-