KTabbedPane
Extends TabbedPane with type-safe widget builders.
Functions
Link copied to clipboard
Link copied to clipboard
On tab switch, tab content will be added to provided widget Group instance. Previous group content will be cleared.
On tab switch, tab content will be added to provided Container instance. Previous container actor will be replaced.
On tab switch, tab content will be added to provided Table instance. Previous table content will be cleared.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun KTabbedPane.tab(title: String, savable: Boolean = false, closeableByUser: Boolean = true, init: KTab.() -> Unit = {}): Tab
Begins creation of new Tab using type-safe builder. Newly created tab will be added to tabbed pane automatically so there is no need to call TabbedPane.add manually.
Link copied to clipboard