public static class LafConstants.TabOverviewKind
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static LafConstants.TabOverviewKind |
GRID |
Shows a grid with all tab thumbnails.
|
static LafConstants.TabOverviewKind |
MENU_CAROUSEL |
Shows a menu carousel with all tab thumbnails.
|
static LafConstants.TabOverviewKind |
ROUND_CAROUSEL |
Shows a round carousel with all tab thumbnails.
|
Constructor | Description |
---|---|
TabOverviewKind(java.lang.String name) |
Creates a new tab overview kind.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
Returns the name of
this animation. |
public static final LafConstants.TabOverviewKind GRID
public static final LafConstants.TabOverviewKind ROUND_CAROUSEL
public static final LafConstants.TabOverviewKind MENU_CAROUSEL