public enum Display extends Enum<Display> implements com.google.gwt.dom.client.Style.HasCssName
Enum Constant and Description |
---|
BLOCK |
FLEX |
INITIAL |
INLINE |
INLINE_BLOCK |
INLINE_TABLE |
LIST_ITEM |
NONE |
RUN_IN |
TABLE |
TABLE_CAPTION |
TABLE_CELL |
TABLE_COLUMN |
TABLE_COLUMN_GROUP |
TABLE_FOOTER_GROUP |
TABLE_HEADER_GROUP |
TABLE_ROW |
TABLE_ROW_GROUP |
Modifier and Type | Method and Description |
---|---|
String |
getCssName() |
com.google.gwt.dom.client.Style.Display |
getGwtDisplay() |
static Display |
parse(String display) |
static Display |
parse(com.google.gwt.dom.client.Style.HasCssName display) |
static Display |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Display[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Display INLINE_BLOCK
public static final Display INLINE_TABLE
public static final Display TABLE_CAPTION
public static final Display TABLE_COLUMN_GROUP
public static final Display TABLE_HEADER_GROUP
public static final Display TABLE_FOOTER_GROUP
public static final Display TABLE_ROW_GROUP
public static final Display TABLE_CELL
public static final Display TABLE_COLUMN
public static Display[] values()
for (Display c : Display.values()) System.out.println(c);
public static Display 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 com.google.gwt.dom.client.Style.Display getGwtDisplay()
public String getCssName()
getCssName
in interface com.google.gwt.dom.client.Style.HasCssName
Copyright © 2018. All rights reserved.