|
||||||||||
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.ViewLifecyclePhaseBase org.kuali.rice.krad.uif.lifecycle.PreProcessElementPhase
public class PreProcessElementPhase
Lifecycle phase implementation representing the pre-process phase.
Constructor Summary | |
---|---|
PreProcessElementPhase()
|
Method Summary | |
---|---|
String |
getEndViewStatus()
Gets the expected view status after phase execution. |
ViewLifecycle.LifecycleEvent |
getEventToNotify()
Gets the event to notify on completion. |
String |
getStartViewStatus()
Gets the expected view status prior to phase execution. |
String |
getViewPhase()
Gets the view lifecycle phase constant that corresponds to this phase processing task. |
protected void |
initializePendingTasks(Queue<ViewLifecycleTask<?>> tasks)
Initializes queue of pending tasks phases. |
protected ViewLifecyclePhase |
initializeSuccessor(LifecycleElement nestedElement,
String nestedPath,
Component nestedParent)
Initializes a successor of this phase for a given nested element. |
Methods inherited from class org.kuali.rice.krad.uif.lifecycle.ViewLifecyclePhaseBase |
---|
getCurrentTask, getDepth, getElement, getModel, getNestedPropertiesForRefreshPath, getParent, getParentPath, getPredecessor, getRefreshPaths, getViewPath, initializeAllLifecycleSuccessors, initializeRefreshPathSuccessors, initializeSkipLifecyclePendingTasks, initializeSuccessors, isComplete, isProcessed, notifyCompleted, prepare, processSuccessors, recycle, run, setViewPath, shouldSkipLifecycle, toString, trace, validateBeforeProcessing, verifyCompleted |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PreProcessElementPhase()
Method Detail |
---|
public ViewLifecycle.LifecycleEvent getEventToNotify()
ViewLifecycle.LifecycleEvent
public String getStartViewStatus()
public String getEndViewStatus()
public String getViewPhase()
UifConstants.ViewPhases
protected void initializePendingTasks(Queue<ViewLifecycleTask<?>> tasks)
This method will be called before during processing to determine which tasks to perform at this phase.
initializePendingTasks
in class ViewLifecyclePhaseBase
tasks
- The queue of tasks to perform.protected ViewLifecyclePhase initializeSuccessor(LifecycleElement nestedElement, String nestedPath, Component nestedParent)
initializeSuccessor
in class ViewLifecyclePhaseBase
nestedElement
- The lifecycle element.nestedPath
- The path, relative to the parent element.nestedParent
- The parent component of the nested element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |