public enum TA_GridThemeOptions extends Enum<TA_GridThemeOptions>
Options for TA_GridThemes.
| Enum Constant and Description |
|---|
SHOW_EMPTY_ALL
Option to show all empty rows and borders.
|
SHOW_EMPTY_BORDER_ALL
Option to show all empty borders.
|
SHOW_EMPTY_BORDER_LEFT
Option to show an empty left border.
|
SHOW_EMPTY_BORDER_LR
Option to show empty left/right borders.
|
SHOW_EMPTY_BORDER_MID
Option to show an empty mid border.
|
SHOW_EMPTY_BORDER_RIGHT
Option to show an empty right border.
|
SHOW_EMPTY_INNER
Options to show empty borders and rows inside the grid.
|
SHOW_EMPTY_OUTER
Options to show empty borders and rows outside the grid.
|
SHOW_EMPTY_ROW_ALL
Option to show all empty rows.
|
SHOW_EMPTY_ROW_BOTTOM
Option to show an empty bottom row.
|
SHOW_EMPTY_ROW_MID
Option to show an empty middle row.
|
SHOW_EMPTY_ROW_TOP
Option to show an empty top row.
|
SHOW_EMPTY_ROW_TOPBOTTOM
Option to show empty top/bottom rows.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get()
Returns the integer encoding of the option using
TA_GridOptions. |
static TA_GridThemeOptions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TA_GridThemeOptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TA_GridThemeOptions SHOW_EMPTY_ROW_TOP
Option to show an empty top row.
public static final TA_GridThemeOptions SHOW_EMPTY_ROW_MID
Option to show an empty middle row.
public static final TA_GridThemeOptions SHOW_EMPTY_ROW_BOTTOM
Option to show an empty bottom row.
public static final TA_GridThemeOptions SHOW_EMPTY_ROW_TOPBOTTOM
Option to show empty top/bottom rows.
public static final TA_GridThemeOptions SHOW_EMPTY_ROW_ALL
Option to show all empty rows.
public static final TA_GridThemeOptions SHOW_EMPTY_BORDER_LEFT
Option to show an empty left border.
public static final TA_GridThemeOptions SHOW_EMPTY_BORDER_MID
Option to show an empty mid border.
public static final TA_GridThemeOptions SHOW_EMPTY_BORDER_RIGHT
Option to show an empty right border.
public static final TA_GridThemeOptions SHOW_EMPTY_BORDER_LR
Option to show empty left/right borders.
public static final TA_GridThemeOptions SHOW_EMPTY_BORDER_ALL
Option to show all empty borders.
public static final TA_GridThemeOptions SHOW_EMPTY_ALL
Option to show all empty rows and borders.
public static final TA_GridThemeOptions SHOW_EMPTY_INNER
Options to show empty borders and rows inside the grid.
public static final TA_GridThemeOptions SHOW_EMPTY_OUTER
Options to show empty borders and rows outside the grid.
public static TA_GridThemeOptions[] values()
for (TA_GridThemeOptions c : TA_GridThemeOptions.values()) System.out.println(c);
public static TA_GridThemeOptions valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int get()
Returns the integer encoding of the option using TA_GridOptions.
Copyright © 2016–2017. All rights reserved.