Class ViewLifecycle.EventRegistration
java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycle.EventRegistration
- All Implemented Interfaces:
Serializable
- Enclosing class:
ViewLifecycle
Registration of an event.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetEvent()Event the registration is for.Component instance the event should occur for/on.Listener class that should be invoked when the event occurs.voidSets the registered Event.voidsetEventComponent(Component eventComponent) Sets the component.voidsetEventListener(LifecycleEventListener eventListener) Sets the event listener.
-
Method Details
-
getEvent
Event the registration is for.- Returns:
- The event this registration is for.
- See Also:
-
getEventComponent
Component instance the event should occur for/on.- Returns:
- Component instance for event
-
getEventListener
Listener class that should be invoked when the event occurs.- Returns:
- LifecycleEventListener instance
-
setEvent
Sets the registered Event.- Parameters:
event- The registered event.- See Also:
-
setEventComponent
Sets the component.- Parameters:
eventComponent- The component.- See Also:
-
setEventListener
Sets the event listener.- Parameters:
eventListener- The event listener.- See Also:
-