org.kuali.rice.krad.uif.lifecycle.finalize
Class SetReadOnlyOnDataBindingTask

java.lang.Object
  extended by org.kuali.rice.krad.uif.lifecycle.AbstractViewLifecycleTask
      extended by org.kuali.rice.krad.uif.lifecycle.finalize.SetReadOnlyOnDataBindingTask
All Implemented Interfaces:
Runnable, ViewLifecycleTask

public class SetReadOnlyOnDataBindingTask
extends AbstractViewLifecycleTask

Perform custom finalize behavior for the component defined by the helper.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
SetReadOnlyOnDataBindingTask(ViewLifecyclePhase phase)
          Constructor.
 
Method Summary
protected  void performLifecycleTask()
          Perform phase-specific lifecycle processing tasks.
 
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

SetReadOnlyOnDataBindingTask

public SetReadOnlyOnDataBindingTask(ViewLifecyclePhase phase)
Constructor.

Parameters:
phase - The finalize phase for the component.
Method Detail

performLifecycleTask

protected void performLifecycleTask()
Description copied from class: AbstractViewLifecycleTask
Perform phase-specific lifecycle processing tasks.

Specified by:
performLifecycleTask in class AbstractViewLifecycleTask
See Also:
AbstractViewLifecycleTask.performLifecycleTask()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.