public static enum CSSGlobalStyle.GridVariables extends Enum<CSSGlobalStyle.GridVariables>
| Enum Constant and Description |
|---|
GRID_HARD_LINE_INTERVAL |
GRID_HEADER_COLUMN_WIDTH |
GRID_ROW_SIZE |
GRID_SOFT_LINE_INTERVAL |
GRID_UNIT_SIZE |
| Modifier and Type | Method and Description |
|---|---|
String |
get() |
String |
getCssPropertyName() |
String |
getCssPropertyValueOf(Number value) |
static CSSGlobalStyle.GridVariables |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CSSGlobalStyle.GridVariables[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSSGlobalStyle.GridVariables GRID_UNIT_SIZE
public static final CSSGlobalStyle.GridVariables GRID_ROW_SIZE
public static final CSSGlobalStyle.GridVariables GRID_SOFT_LINE_INTERVAL
public static final CSSGlobalStyle.GridVariables GRID_HARD_LINE_INTERVAL
public static final CSSGlobalStyle.GridVariables GRID_HEADER_COLUMN_WIDTH
public static CSSGlobalStyle.GridVariables[] values()
for (CSSGlobalStyle.GridVariables c : CSSGlobalStyle.GridVariables.values()) System.out.println(c);
public static CSSGlobalStyle.GridVariables 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 String get()
public String getCssPropertyName()
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.