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

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

public class ComponentDefaultApplyModelTask
extends ViewLifecycleTaskBase<Component>

Perform default apply model behavior defined for the component.

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

Constructor Summary
ComponentDefaultApplyModelTask(ViewLifecyclePhase phase)
          Create a task to assign component IDs during the apply model phase.
 
Method Summary
 ApplyModelComponentPhase getElementState()
          Gets the phase this lifecycle task is a part of.
protected  void performLifecycleTask()
          Performs phase-specific lifecycle processing tasks.
 
Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecycleTaskBase
getElementType, run, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentDefaultApplyModelTask

public ComponentDefaultApplyModelTask(ViewLifecyclePhase phase)
Create a task to assign component IDs during the apply model phase.

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

getElementState

public ApplyModelComponentPhase getElementState()
Gets the phase this lifecycle task is a part of.

Specified by:
getElementState in interface ViewLifecycleTask<Component>
Overrides:
getElementState in class ViewLifecycleTaskBase<Component>
Returns:
lifecycle phase

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.