@JsType(namespace="xgl.css") public enum Floating extends Enum<Floating> implements HasCSSName
Modifier and Type | Method and Description |
---|---|
String |
css() |
static Floating |
get(String propertyName) |
static Floating |
getDefault() |
static Floating |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Floating[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Floating NONE
public static final Floating LEFT
public static final Floating RIGHT
public static final Floating INITIAL
public static final Floating INHERIT
public static Floating[] values()
for (Floating c : Floating.values()) System.out.println(c);
public static Floating 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 static Floating getDefault()
public String css()
css
in interface HasCSSName
Copyright © 2018 Xalys. All rights reserved.