|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Style.Display> com.google.gwt.dom.client.Style.Display
public static enum Style.Display
Enum for the display property.
Method Summary | |
---|---|
abstract java.lang.String |
getCssName()
Gets the CSS name associated with this value. |
static Style.Display |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Style.Display[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Style.Display NONE
public static final Style.Display BLOCK
public static final Style.Display INLINE
public static final Style.Display INLINE_BLOCK
public static final Style.Display INLINE_TABLE
public static final Style.Display LIST_ITEM
public static final Style.Display RUN_IN
public static final Style.Display TABLE
public static final Style.Display TABLE_CAPTION
public static final Style.Display TABLE_COLUMN_GROUP
public static final Style.Display TABLE_HEADER_GROUP
public static final Style.Display TABLE_FOOTER_GROUP
public static final Style.Display TABLE_ROW_GROUP
public static final Style.Display TABLE_CELL
public static final Style.Display TABLE_COLUMN
public static final Style.Display TABLE_ROW
public static final Style.Display INITIAL
Method Detail |
---|
public static Style.Display[] values()
for (Style.Display c : Style.Display.values()) System.out.println(c);
public static Style.Display valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic abstract java.lang.String getCssName()
Style.HasCssName
getCssName
in interface Style.HasCssName
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |