public interface ViewLifecyclePhase extends LifecycleElementState, Runnable
Modifier and Type | Method and Description |
---|---|
ViewLifecycleTask<?> |
getCurrentTask()
Gets the task currently running.
|
String |
getEndViewStatus()
Gets the expected view status after phase execution.
|
ViewLifecycle.LifecycleEvent |
getEventToNotify()
Gets the event to notify on completion.
|
Object |
getModel()
Gets the model to use in processing this phase.
|
Component |
getParent()
Gets the parent component.
|
ViewLifecyclePhase |
getPredecessor()
Gets the lifecycle phase that directly precedes this phase.
|
List<String> |
getRefreshPaths()
When a refresh component lifecycle is being processed, list of paths the lifecycle should be invoked
on (including the path for the component that is being refreshed).
|
String |
getStartViewStatus()
Gets the expected view status prior to phase execution.
|
boolean |
isComplete()
Determines if this lifecycle phase and all successor phases, have completed processing.
|
boolean |
isProcessed()
Determines if this lifecycle phase has completed processing.
|
getDepth, getElement, getParentPath, getViewPath, getViewPhase
Object getModel()
List<String> getRefreshPaths()
boolean isProcessed()
This method will return true when this phase's tasks have been processed, but does not
necessarily indicate that successor phases have been completed. Use isComplete()
to
determine if the lifecycle has been fully completed for this phase.
boolean isComplete()
LifecycleElement.notifyCompleted(ViewLifecyclePhase)
ViewLifecycleTask<?> getCurrentTask()
ViewLifecycle.LifecycleEvent getEventToNotify()
ViewLifecycle.LifecycleEvent
String getStartViewStatus()
String getEndViewStatus()
ViewLifecyclePhase getPredecessor()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.