org.kuali.rice.krad.uif.lifecycle.model
Class SyncClientSideStateTask

java.lang.Object
  extended by org.kuali.rice.krad.uif.lifecycle.AbstractViewLifecycleTask
      extended by 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)

Constructor Summary
SyncClientSideStateTask(ViewLifecyclePhase phase)
          Constructor.
 
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)
 
Methods inherited from class org.kuali.rice.krad.uif.lifecycle.AbstractViewLifecycleTask
getPhase, run, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyncClientSideStateTask

public SyncClientSideStateTask(ViewLifecyclePhase phase)
Constructor.

Parameters:
phase - The apply model phase for the component.
Method Detail

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.