public class TabHandlers extends Object
TabHandlerss.| Modifier and Type | Field and Description |
|---|---|
static TabHandler |
REMOVING_HANDLER
A {
TabHandler that adds and removes tab content. |
static TabHandler |
VISIBILITY_HANDLER
A
TabHandler that toggles visibility. |
| Modifier and Type | Method and Description |
|---|---|
static TabHandler |
selectedContentHasClassName(String selectedClassName)
Returns an instance of
TabHandler in which all contents are always visible, but a selected tab contents has a given class name. |
public static final TabHandler VISIBILITY_HANDLER
TabHandler that toggles visibility. All tab contents is loaded to the dom structure.public static final TabHandler REMOVING_HANDLER
TabHandler that adds and removes tab content.public static TabHandler selectedContentHasClassName(String selectedClassName)
TabHandler in which all contents are always visible, but a selected tab contents has a given class name.selectedClassName - Class name to use.TabHandler.Copyright © 2023 Miki. All rights reserved.