public static class LafConstants.TabOverviewKind
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
LafConstants.TabOverviewKind(java.lang.String name)
Creates a new tab overview kind.
|
Modifier and Type | Method and 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