org.kuali.rice.krad.uif.lifecycle.model
Class SyncClientSideStateTask
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.AbstractViewLifecycleTask
org.kuali.rice.krad.uif.lifecycle.model.SyncClientSideStateTask
- All Implemented Interfaces:
- Runnable, ViewLifecycleTask
public class SyncClientSideStateTask
- extends AbstractViewLifecycleTask
Synchronize client side state for the component.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Method Summary |
protected void |
performLifecycleTask()
Updates the properties of the given component instance with the value found from the
corresponding map of client state (if found) |
SyncClientSideStateTask
public SyncClientSideStateTask(ViewLifecyclePhase phase)
- Constructor.
- Parameters:
phase
- The apply model phase for the component.
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)
- Specified by:
performLifecycleTask
in class AbstractViewLifecycleTask
- See Also:
AbstractViewLifecycleTask.performLifecycleTask()
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.