Uses of Enum Class
org.kuali.rice.krad.uif.lifecycle.ViewLifecycle.LifecycleEvent
Packages that use ViewLifecycle.LifecycleEvent
Package
Description
-
Uses of ViewLifecycle.LifecycleEvent in org.kuali.rice.krad.uif.element
Methods in org.kuali.rice.krad.uif.element with parameters of type ViewLifecycle.LifecycleEventModifier and TypeMethodDescriptionvoidPageValidationMessages.processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent, View view, Object model, LifecycleElement eventElement) Check for message keys that are not matched anywhere on the page, these unmatched messages must still be displayed at the page level. -
Uses of ViewLifecycle.LifecycleEvent in org.kuali.rice.krad.uif.lifecycle
Methods in org.kuali.rice.krad.uif.lifecycle that return ViewLifecycle.LifecycleEventModifier and TypeMethodDescriptionViewLifecycle.EventRegistration.getEvent()Event the registration is for.ApplyModelComponentPhase.getEventToNotify()Gets the event to notify on completion.FinalizeComponentPhase.getEventToNotify()Gets the event to notify on completion.InitializeComponentPhase.getEventToNotify()Gets the event to notify on completion.PreProcessElementPhase.getEventToNotify()Gets the event to notify on completion.RenderComponentPhase.getEventToNotify()Gets the event to notify on completion.ViewLifecyclePhase.getEventToNotify()Gets the event to notify on completion.static ViewLifecycle.LifecycleEventReturns the enum constant of this class with the specified name.static ViewLifecycle.LifecycleEvent[]ViewLifecycle.LifecycleEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kuali.rice.krad.uif.lifecycle with parameters of type ViewLifecycle.LifecycleEventModifier and TypeMethodDescriptionvoidViewLifecycle.invokeEventListeners(ViewLifecycle.LifecycleEvent event, View view, Object model, LifecycleElement eventElement) Invoked when an event occurs to invoke registered listeners.voidLifecycleEventListener.processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent, View view, Object model, LifecycleElement eventElement) Invoked on a component listener when an event occurs for the given event component.voidViewLifecycle.EventRegistration.setEvent(ViewLifecycle.LifecycleEvent event) Sets the registered Event. -
Uses of ViewLifecycle.LifecycleEvent in org.kuali.rice.krad.uif.widget
Methods in org.kuali.rice.krad.uif.widget with parameters of type ViewLifecycle.LifecycleEventModifier and TypeMethodDescriptionvoidQuickFinder.processEvent(ViewLifecycle.LifecycleEvent lifecycleEvent, View view, Object model, LifecycleElement eventComponent) Adds post context data for the quickfinder so when the lookup return occurs the focus and jump point of the quickfinder action can be retrieved.