Class UiEventsManager.ComponentListeners

java.lang.Object
io.jmix.flowui.sys.event.UiEventsManager.ComponentListeners
Enclosing class:
UiEventsManager

protected static class UiEventsManager.ComponentListeners extends Object
  • Field Details

    • component

      protected com.vaadin.flow.component.Component component
    • listeners

      protected List<org.springframework.context.ApplicationListener<?>> listeners
  • Constructor Details

  • Method Details

    • getComponent

      public com.vaadin.flow.component.Component getComponent()
    • isSameComponent

      public boolean isSameComponent(com.vaadin.flow.component.Component component)
    • removeListener

      public void removeListener(org.springframework.context.ApplicationListener<?> listener)
    • addListener

      public void addListener(org.springframework.context.ApplicationListener<?> listener)
    • contains

      public boolean contains(org.springframework.context.ApplicationListener<?> listener)
    • isEmpty

      public boolean isEmpty()
    • getListeners

      public List<org.springframework.context.ApplicationListener<?>> getListeners()
    • isEnabled

      public boolean isEnabled()