|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidad.style.Style
public abstract class Style
A Style object defines a set of visual (or aural) style properties. The Style interface exposes one method for retrieving properties: getProperties(). getProperties() returns a Map<String, String> of the propery name as the key and the property value as the value.
| Constructor Summary | |
|---|---|
Style()
|
|
| Method Summary | |
|---|---|
abstract java.util.Map<java.lang.String,java.lang.String> |
getProperties()
Returns an unmodifiable Map of the properties (name/value) defined by this style. |
abstract java.lang.String |
toInlineString()
Converts the style to a String suitable for use as an inline style attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Style()
| Method Detail |
|---|
public abstract java.util.Map<java.lang.String,java.lang.String> getProperties()
public abstract java.lang.String toInlineString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||