TabbedPanelBehavior
Provides presentation and behavior customization for TabbedPanel.
Properties
Functions
Link copied to clipboard
Called whenever the items within the TabbedPanel change.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun selectionChanged(panel: TabbedPanel<T>, new: T?, newIndex: Int?, old: T?, oldIndex: Int?)
Called whenever the TabbedPanel's selection changes. This is an explicit API to ensure that behaviors receive the notification before listeners to TabbedPanel.selectionChanged.