Package | Description |
---|---|
com.vaadin.flow.component.tabs |
Constructor and Description |
---|
SelectedChangeEvent(Tabs source,
boolean fromClient)
Deprecated.
use
#SelectedChangeEvent(Tabs source, Tab previousTab, boolean fromClient)
instead. |
SelectedChangeEvent(Tabs source,
Tab previousTab,
boolean fromClient)
Creates a new selected change event.
|
Copyright © 2025. All rights reserved.