Class ViewLifecycle.EventRegistration

java.lang.Object
org.kuali.rice.krad.uif.lifecycle.ViewLifecycle.EventRegistration
All Implemented Interfaces:
Serializable
Enclosing class:
ViewLifecycle

protected class ViewLifecycle.EventRegistration extends Object implements Serializable
Registration of an event.
See Also:
  • Method Details

    • getEvent

      public ViewLifecycle.LifecycleEvent getEvent()
      Event the registration is for.
      Returns:
      The event this registration is for.
      See Also:
    • getEventComponent

      public Component getEventComponent()
      Component instance the event should occur for/on.
      Returns:
      Component instance for event
    • getEventListener

      public LifecycleEventListener getEventListener()
      Listener class that should be invoked when the event occurs.
      Returns:
      LifecycleEventListener instance
    • setEvent

      public void setEvent(ViewLifecycle.LifecycleEvent event)
      Sets the registered Event.
      Parameters:
      event - The registered event.
      See Also:
    • setEventComponent

      public void setEventComponent(Component eventComponent)
      Sets the component.
      Parameters:
      eventComponent - The component.
      See Also:
    • setEventListener

      public void setEventListener(LifecycleEventListener eventListener)
      Sets the event listener.
      Parameters:
      eventListener - The event listener.
      See Also: