Klasse ToolbarSwitch.ActiveChangedEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<ToolbarSwitch>
com.vaadin.componentfactory.toolbar.ToolbarSwitch.ActiveChangedEvent
Alle implementierten Schnittstellen:
Serializable
Umschließende Klasse:
ToolbarSwitch

public static class ToolbarSwitch.ActiveChangedEvent extends com.vaadin.flow.component.ComponentEvent<ToolbarSwitch>
This event is fired, when a switch's active state changes.
Siehe auch:
  • Konstruktordetails

    • ActiveChangedEvent

      public ActiveChangedEvent(ToolbarSwitch source, boolean fromClient)
  • Methodendetails

    • isActive

      public boolean isActive()
      Indicates, if this switch is active or not.
      Gibt zurück:
      is active