Class PreProcessElementPhase
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecyclePhaseBase
org.kuali.rice.krad.uif.lifecycle.PreProcessElementPhase
- All Implemented Interfaces:
Runnable,LifecycleElementState,ViewLifecyclePhase
Lifecycle phase implementation representing the pre-process phase.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the expected view status after phase execution.Gets the event to notify on completion.Gets the expected view status prior to phase execution.Gets the view lifecycle phase constant that corresponds to this phase processing task.protected ViewLifecyclePhaseinitializeSuccessor(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, getNestedPropertiesForRefreshPath, getParent, getParentPath, getPredecessor, getRefreshPaths, getViewPath, hasPendingSuccessors, initializeAllLifecycleSuccessors, initializeRefreshPathSuccessors, initializeSuccessors, isComplete, isProcessed, notifyCompleted, prepare, processSuccessors, recycle, removePendingSuccessor, run, setNextPhase, setPredecessor, setRefreshPaths, setSkipLifecycleTasks, setTasks, setViewPath, shouldSkipLifecycle, toString, trace, validateBeforeProcessing, verifyCompleted
-
Constructor Details
-
PreProcessElementPhase
public PreProcessElementPhase()
-
-
Method Details
-
getEventToNotify
Gets the event to notify on completion.- Returns:
- lifecycle event to notify on completion
- See Also:
-
getStartViewStatus
Gets the expected view status prior to phase execution.- Returns:
- expected view status prior to phase execution
-
getEndViewStatus
Gets the expected view status after phase execution.- Returns:
- expected view status after phase execution
-
getViewPhase
Gets the view lifecycle phase constant that corresponds to this phase processing task.- Returns:
- view lifecycle phase constant corresponding to this phase
- See Also:
-
initializeSuccessor
protected ViewLifecyclePhase initializeSuccessor(LifecycleElement nestedElement, String nestedPath, Component nestedParent) Initializes a successor of this phase for a given nested element.- Overrides:
initializeSuccessorin classViewLifecyclePhaseBase- Parameters:
nestedElement- The lifecycle elementnestedPath- The path, relative to the parent elementnestedParent- The parent component of the nested element refresh)- Returns:
- successor phase
-