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>

public class SyncClientSideStateTask extends ViewLifecycleTaskBase<Component>
Synchronize client side state for the component.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • 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:
      performLifecycleTask in class ViewLifecycleTaskBase<Component>