public abstract class OMCSSValue extends Object
Modifier and Type | Field and Description |
---|---|
static short |
CSS_CUSTOM |
static short |
CSS_INHERIT |
static short |
CSS_PRIMITIVE_VALUE |
static short |
CSS_VALUE_LIST |
protected String |
cssText |
protected short |
cssValueType |
Modifier | Constructor and Description |
---|---|
protected |
OMCSSValue(short cssValueType) |
Modifier and Type | Method and Description |
---|---|
String |
getCssText() |
short |
getCssValueType() |
abstract String |
getDescription() |
void |
setCssText(String value) |
String |
toString() |
public static final short CSS_INHERIT
public static final short CSS_PRIMITIVE_VALUE
public static final short CSS_VALUE_LIST
public static final short CSS_CUSTOM
protected String cssText
protected short cssValueType
Copyright © 2018. All Rights Reserved.