Uses of Interface
org.kuali.rice.krad.uif.lifecycle.ViewLifecyclePhase
Packages that use ViewLifecyclePhase
Package
Description
-
Uses of ViewLifecyclePhase in org.kuali.rice.krad.uif.component
Methods in org.kuali.rice.krad.uif.component with parameters of type ViewLifecyclePhaseModifier and TypeMethodDescriptionvoidComponentBase.notifyCompleted(ViewLifecyclePhase phase) Receive notification that a lifecycle phase, and all successor phases, have been completed on this component. -
Uses of ViewLifecyclePhase in org.kuali.rice.krad.uif.layout
Methods in org.kuali.rice.krad.uif.layout with parameters of type ViewLifecyclePhaseModifier and TypeMethodDescriptionvoidLayoutManagerBase.notifyCompleted(ViewLifecyclePhase phase) Receive notification that a lifecycle phase, and all successor phases, have been completed on this component. -
Uses of ViewLifecyclePhase in org.kuali.rice.krad.uif.lifecycle
Classes in org.kuali.rice.krad.uif.lifecycle that implement ViewLifecyclePhaseModifier and TypeClassDescriptionclassLifecycle phase processing task for applying the model to a component.classLifecycle phase processing task for finalizing a component.classLifecycle phase processing task for initializing a component.classLifecycle phase implementation representing the pre-process phase.classLifecycle phase processing task for rendering a component.classBase abstract implementation for a lifecycle phase.Methods in org.kuali.rice.krad.uif.lifecycle that return ViewLifecyclePhaseModifier and TypeMethodDescriptionprotected ViewLifecyclePhaseViewLifecyclePhaseBuilderBase.buildApplyModelPhase()Creates an instance of theApplyModelComponentPhasephase with configured tasks.protected ViewLifecyclePhaseViewLifecyclePhaseBuilderBase.buildFinalizePhase()Creates an instance of theFinalizeComponentPhasephase with configured tasks.protected ViewLifecyclePhaseViewLifecyclePhaseBuilderBase.buildInitializePhase()Creates an instance of theInitializeComponentPhasephase with configured tasks.ViewLifecyclePhaseBuilder.buildPhase(String viewPhase, LifecycleElement element, Component parent, String parentPath, List<String> refreshPaths) Creates a lifecycle phase instance for a specific component in the current lifecycle.ViewLifecyclePhaseBuilder.buildPhase(View view, String viewPhase, List<String> refreshPaths) Creates a lifecycle phase instance for the given view.ViewLifecyclePhaseBuilderBase.buildPhase(String viewPhase, LifecycleElement element, Component parent, String parentPath, List<String> refreshPaths) Creates a lifecycle phase instance for a specific component in the current lifecycle.ViewLifecyclePhaseBuilderBase.buildPhase(View view, String viewPhase, List<String> refreshPaths) Creates a lifecycle phase instance for the given view.protected ViewLifecyclePhaseViewLifecyclePhaseBuilderBase.buildPreProcessPhase()Creates an instance of thePreProcessElementPhasephase with configured tasks.protected ViewLifecyclePhaseViewLifecyclePhaseBuilderBase.buildRenderPhase()Creates an instance of theRenderComponentPhasephase with configured tasks.protected ViewLifecyclePhaseViewLifecyclePhaseBuilderBase.finishBuildPhase(ViewLifecyclePhase phase) Determines if the previous phases have been run for the given element and if not backs up until it finds the first phase we need to run.AsynchronousViewLifecycleProcessor.getActivePhase()Gets the phase actively being processing on the current thread.SynchronousViewLifecycleProcessor.getActivePhase()Gets the phase actively being processing on the current thread.ViewLifecycleProcessor.getActivePhase()Gets the phase actively being processing on the current thread.static ViewLifecyclePhaseViewLifecycle.getPhase()Gets the current phase of the active lifecycle, or null if no phase is currently active.protected ViewLifecyclePhaseViewLifecyclePhaseBuilderBase.getPhaseInstance(String viewPhase) Build a phase instance for processing the given view phase.ViewLifecyclePhase.getPredecessor()Gets the lifecycle phase that directly precedes this phase.ViewLifecyclePhaseBase.getPredecessor()Gets the lifecycle phase that directly precedes this phase.protected ViewLifecyclePhasePreProcessElementPhase.initializeSuccessor(LifecycleElement nestedElement, String nestedPath, Component nestedParent) Initializes a successor of this phase for a given nested element.protected ViewLifecyclePhaseRenderComponentPhase.initializeSuccessor(LifecycleElement nestedElement, String nestedPath, Component parent) Initializes a successor of this phase for a given nested element.protected ViewLifecyclePhaseViewLifecyclePhaseBase.initializeSuccessor(LifecycleElement nestedElement, String nestedPath, Component nestedParent) Initializes a successor of this phase for a given nested element.Methods in org.kuali.rice.krad.uif.lifecycle with parameters of type ViewLifecyclePhaseModifier and TypeMethodDescriptionprotected ViewLifecyclePhaseViewLifecyclePhaseBuilderBase.finishBuildPhase(ViewLifecyclePhase phase) Determines if the previous phases have been run for the given element and if not backs up until it finds the first phase we need to run.protected static StringViewLifecyclePhaseBuilderBase.getPreviousViewPhase(ViewLifecyclePhase phase) Return the previous view phase, for automatic phase spawning.voidAsynchronousViewLifecycleProcessor.offerPendingPhase(ViewLifecyclePhase phase) Queues a lifecycle phase to be processed within the lifecycle associated with this processor.voidSynchronousViewLifecycleProcessor.offerPendingPhase(ViewLifecyclePhase pendingPhase) Queues a lifecycle phase to be processed within the lifecycle associated with this processor.voidViewLifecycleProcessor.offerPendingPhase(ViewLifecyclePhase phase) Queues a lifecycle phase to be processed within the lifecycle associated with this processor.voidAsynchronousViewLifecycleProcessor.performPhase(ViewLifecyclePhase initialPhase) Performs a lifecycle phase according to this processor's semantics, blocking until the phase has been completely processed.voidSynchronousViewLifecycleProcessor.performPhase(ViewLifecyclePhase initialPhase) Performs a lifecycle phase according to this processor's semantics, blocking until the phase has been completely processed.voidViewLifecycleProcessor.performPhase(ViewLifecyclePhase initialPhase) Performs a lifecycle phase according to this processor's semantics, blocking until the phase has been completely processed.voidAsynchronousViewLifecycleProcessor.pushPendingPhase(ViewLifecyclePhase phase) Pushes lifecycle phases to be processed within the lifecycle associated with this processor.voidSynchronousViewLifecycleProcessor.pushPendingPhase(ViewLifecyclePhase phase) Pushes lifecycle phases to be processed within the lifecycle associated with this processor.voidViewLifecycleProcessor.pushPendingPhase(ViewLifecyclePhase phase) Pushes lifecycle phases to be processed within the lifecycle associated with this processor.voidViewLifecyclePhase.setNextPhase(ViewLifecyclePhase nextPhase) Sets the next phase, to queue for processing after this phase is completed.voidViewLifecyclePhaseBase.setNextPhase(ViewLifecyclePhase nextPhase) Sets the next phase, to queue for processing after this phase is completed.voidViewLifecyclePhase.setPredecessor(ViewLifecyclePhase phase) Sets the predecessor, for notification during processing.voidViewLifecyclePhaseBase.setPredecessor(ViewLifecyclePhase phase) Sets the predecessor, for notification during processing.Method parameters in org.kuali.rice.krad.uif.lifecycle with type arguments of type ViewLifecyclePhaseModifier and TypeMethodDescriptionprotected voidViewLifecyclePhaseBase.initializeAllLifecycleSuccessors(Queue<ViewLifecyclePhase> successors) Initializes all lifecycle phase successors.protected voidViewLifecyclePhaseBase.initializeRefreshPathSuccessors(Queue<ViewLifecyclePhase> successors) Initializes only the lifecycle successors referenced by paths withinViewLifecyclePhaseBase.getRefreshPaths().protected voidFinalizeComponentPhase.initializeSuccessors(Queue<ViewLifecyclePhase> successors) Initializes queue of successor phases.protected voidRenderComponentPhase.initializeSuccessors(Queue<ViewLifecyclePhase> successors) Initializes queue of successor phases.protected voidViewLifecyclePhaseBase.initializeSuccessors(Queue<ViewLifecyclePhase> successors) Initializes queue of successor phases.protected voidViewLifecyclePhaseBase.processSuccessors(Queue<ViewLifecyclePhase> successors) Adds phases added as successors to the processor, or if there are no pending successors invokes the complete notification step. -
Uses of ViewLifecyclePhase in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util with parameters of type ViewLifecyclePhaseModifier and TypeMethodDescriptionvoidLifecycleElement.notifyCompleted(ViewLifecyclePhase phase) Receive notification that a lifecycle phase, and all successor phases, have been completed on this component. -
Uses of ViewLifecyclePhase in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view with parameters of type ViewLifecyclePhaseModifier and TypeMethodDescriptionvoidView.notifyCompleted(ViewLifecyclePhase phase) Receive notification that a lifecycle phase, and all successor phases, have been completed on this component.