Uses of Class
org.dwcj.controls.tabcontrol.TabControl
Packages that use TabControl
Package
Description
-
Uses of TabControl in org.dwcj.controls.tabcontrol
Methods in org.dwcj.controls.tabcontrol that return TabControlModifier and TypeMethodDescriptionTabControl.addClassName(String selector) Add a tab to the tab controlAdd a tab and add a Div to it.TabControl.onTabSelect(Consumer<TabSelectEvent> callback) register an event callback for the click eventTabControl.removeClassName(String selector) TabControl.setAttribute(String attribute, String value) TabControl.setEnabled(Boolean enabled) TabControl.setExpanse(TabControl.Expanse expanse) TabControl.setPanelAt(int index, Div panel) Put a DIV under an existing tab Important: The DIV has to exist on the parent panel, you need to call "add" before passing it to the tab control.TabControl.setTheme(TabControl.Theme theme) TabControl.setTooltipText(String text) TabControl.setVisible(Boolean visible) -
Uses of TabControl in org.dwcj.controls.tabcontrol.events
Methods in org.dwcj.controls.tabcontrol.events that return TabControlConstructors in org.dwcj.controls.tabcontrol.events with parameters of type TabControl -
Uses of TabControl in org.dwcj.controls.tabcontrol.sinks
Constructors in org.dwcj.controls.tabcontrol.sinks with parameters of type TabControlModifierConstructorDescriptionTabSelectEventSink(TabControl tabControl, Consumer<TabSelectEvent> callback)