|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.krad.uif.lifecycle.AbstractViewLifecyclePhase
org.kuali.rice.krad.uif.lifecycle.FinalizeComponentPhase
public class FinalizeComponentPhase
Lifecycle phase processing task for applying the model to a component.
Constructor Summary | |
---|---|
FinalizeComponentPhase()
|
Method Summary | |
---|---|
String |
getEndViewStatus()
Get the expected view status after phase execution. |
ViewLifecycle.LifecycleEvent |
getEventToNotify()
Get the event to notify on completion. |
Component |
getParent()
|
String |
getStartViewStatus()
Get the expected view status prior to phase execution. |
String |
getViewPhase()
Get the view lifecycle phase constant that corresponds to this phase processing task. |
protected void |
initializePendingTasks(Queue<ViewLifecycleTask> tasks)
Update state of the component and perform final preparation for rendering. |
protected void |
initializeSuccessors(Queue<ViewLifecyclePhase> successors)
Define all nested lifecycle components, and component prototypes, as successors. |
boolean |
isComplete()
Determine if this lifecycle phase, and all successor phases, have completed processing. |
protected void |
notifyCompleted()
Override for additional handling when all tasks and successor tasks have been completed for this phase. |
protected void |
prepare(Component component,
Object model,
Component parent,
FinalizeComponentPhase parentPhase)
Create a new lifecycle phase processing task for finalizing a component. |
protected void |
recycle()
Reset this phase for recycling. |
Methods inherited from class org.kuali.rice.krad.uif.lifecycle.AbstractViewLifecyclePhase |
---|
addTask, getActiveTask, getComponent, getModel, getPendingTasks, getPredecessors, getSuccessors, isProcessed, isReadyToRecycle, prepare, run, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FinalizeComponentPhase()
Method Detail |
---|
protected void recycle()
AbstractViewLifecyclePhase
recycle
in class AbstractViewLifecyclePhase
AbstractViewLifecyclePhase.recycle()
protected void prepare(Component component, Object model, Component parent, FinalizeComponentPhase parentPhase)
component
- The component instance the model should be applied tomodel
- Top level object containing the dataparentPhase
- The finalize phase processed on the parent component.public String getViewPhase()
ViewLifecyclePhase
ViewLifecyclePhase.getViewPhase()
public String getStartViewStatus()
ViewLifecyclePhase
ViewLifecyclePhase.getStartViewStatus()
public String getEndViewStatus()
ViewLifecyclePhase
ViewLifecyclePhase.getEndViewStatus()
public ViewLifecycle.LifecycleEvent getEventToNotify()
ViewLifecyclePhase
ViewLifecyclePhase.getEventToNotify()
protected void notifyCompleted()
AbstractViewLifecyclePhase
notifyCompleted
in class AbstractViewLifecyclePhase
AbstractViewLifecyclePhase.notifyCompleted()
public boolean isComplete()
ViewLifecyclePhase
isComplete
in interface ViewLifecyclePhase
isComplete
in class AbstractViewLifecyclePhase
AbstractViewLifecyclePhase.isComplete()
public Component getParent()
protected void initializePendingTasks(Queue<ViewLifecycleTask> tasks)
initializePendingTasks
in class AbstractViewLifecyclePhase
tasks
- The queue of tasks to perform.AbstractViewLifecyclePhase.initializePendingTasks(java.util.Queue)
protected void initializeSuccessors(Queue<ViewLifecyclePhase> successors)
initializeSuccessors
in class AbstractViewLifecyclePhase
org.kuali.rice.krad.uif.lifecycle.AbstractViewLifecyclePhase#initializeSuccessors(java.util.List)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |