Package | Description |
---|---|
org.uberfire.ext.layout.editor.api.css |
Modifier and Type | Method and Description |
---|---|
static CssProperty |
CssProperty.get(String property) |
static CssProperty |
CssProperty.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CssProperty[] |
CssProperty.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CssValue |
CssRule.getValue(CssProperty property) |
CssValue |
CssRule.setValue(CssProperty property,
String value) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.