|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParsedPropertyKey | |
|---|---|
| org.apache.myfaces.trinidadinternal.style | |
| Uses of ParsedPropertyKey in org.apache.myfaces.trinidadinternal.style |
|---|
| Fields in org.apache.myfaces.trinidadinternal.style declared as ParsedPropertyKey | |
|---|---|
static ParsedPropertyKey |
CoreStyle.BACKGROUND_KEY
Deprecated. Key for obtaining the Color object which corresponds to the style's "background-color" property. |
static ParsedPropertyKey |
CoreStyle.FONT_FAMILIES_KEY
Deprecated. Key for obtaining the list of font family names for this style. |
static ParsedPropertyKey |
CoreStyle.FONT_SIZE_KEY
Deprecated. This key is passed to Style.parseProperty() to obtain the font size for a Style. |
static ParsedPropertyKey |
CoreStyle.FONT_STYLE_KEY
Deprecated. This key is passed to Style.parseProperty() to obtain the font style for a Style. |
static ParsedPropertyKey |
CoreStyle.FONT_WEIGHT_KEY
Deprecated. This key is passed to Style.parseProperty() to obtain the font weight for a Style. |
static ParsedPropertyKey |
CoreStyle.FOREGROUND_KEY
Deprecated. Key for obtaining the Color object which corresponds to the style's "color" property. |
static ParsedPropertyKey |
CoreStyle.TEXT_ANTIALIAS_KEY
Deprecated. This key is passed to Style.parseProperty() to obtain the text antialias style for a Style object. |
| Methods in org.apache.myfaces.trinidadinternal.style with parameters of type ParsedPropertyKey | |
|---|---|
abstract java.lang.Object |
CoreStyle.getParsedProperty(ParsedPropertyKey key)
Deprecated. Returns a parsed Java object corresponding to the specified property key. |
java.lang.Object |
BaseStyle.getParsedProperty(ParsedPropertyKey key)
Deprecated. Returns a parsed Java object corresponding to the specified property key. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||