|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.uif.lifecycle.AbstractViewLifecyclePhase org.kuali.rice.krad.uif.lifecycle.InitializeComponentPhase
public class InitializeComponentPhase
Lifecycle phase processing task for initializing a component.
Constructor Summary | |
---|---|
InitializeComponentPhase()
|
Method Summary | |
---|---|
String |
getEndViewStatus()
Get the expected view status after phase execution. |
ViewLifecycle.LifecycleEvent |
getEventToNotify()
Get the event to notify on completion. |
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)
Queues initialization phase tasks. |
protected void |
initializeSuccessors(Queue<ViewLifecyclePhase> successors)
Define all nested lifecycle components, and component prototypes, as successors. |
Methods inherited from class org.kuali.rice.krad.uif.lifecycle.AbstractViewLifecyclePhase |
---|
addTask, getActiveTask, getComponent, getModel, getPendingTasks, getPredecessors, getSuccessors, isComplete, isProcessed, isReadyToRecycle, notifyCompleted, prepare, recycle, run, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InitializeComponentPhase()
Method Detail |
---|
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 initializePendingTasks(Queue<ViewLifecycleTask> tasks)
initializePendingTasks
in class AbstractViewLifecyclePhase
tasks
- The queue of tasks to perform.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 |