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

java.lang.Object
  extended by org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase<Component>
      extended by org.kuali.rice.krad.uif.lifecycle.model.HelperCustomApplyModelTask
All Implemented Interfaces:
Runnable, ViewLifecycleTask<Component>

public class HelperCustomApplyModelTask
extends ViewLifecycleTaskBase<Component>

Perform custom apply model behavior for the component defined by the helper.

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

Constructor Summary
HelperCustomApplyModelTask(ViewLifecyclePhase phase)
          Constructor.
 
Method Summary
protected  void performLifecycleTask()
          Performs phase-specific lifecycle processing tasks.
 
Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementState, getElementType, run, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HelperCustomApplyModelTask

public HelperCustomApplyModelTask(ViewLifecyclePhase phase)
Constructor.

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

performLifecycleTask

protected void performLifecycleTask()
Performs phase-specific lifecycle processing tasks.

Specified by:
performLifecycleTask in class ViewLifecycleTaskBase<Component>


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.