| Interface | Description |
|---|---|
| HasActiveItem<T> |
Components that can have a single active item should implement this interface
|
| Tab.ActivationHandler |
A function to handle Tab activation state change
|
| Tab.CloseHandler |
A function to handle closing of tab before the tab is closed, this could be used to confirm
closing the Tab
|
| VerticalTab.ActivationHandler |
A function to handle tab activation/deactivation
|
| Class | Description |
|---|---|
| FillItem |
A component that adds a space between
VerticalTabs in the VerticalTabsPanel |
| Tab |
A component for a single Tab in the
TabsPanel |
| TabsPanel |
A component to create tabs where only one
Tab can be active at a time |
| TabStyles |
Constants class for Tabs component css classes names
|
| VerticalTab |
A component for a single Tab in the
VerticalTabsPanel |
| VerticalTabsPanel |
A component to create tabs where only one
VerticalTab can be active at a time |
| VTabsContainer |
The component that contains the tabs headers from the
VerticalTabsPanel |
| Enum | Description |
|---|---|
| TabsAlign |
An enum to list possible values for tabs align
|
Copyright © 2019–2022 Dominokit. All rights reserved.