|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo2.webrender.output.CssStyle
public class CssStyle
A renderable representation of a single CSS style.
Constructor Summary | |
---|---|
CssStyle()
|
Method Summary | |
---|---|
java.lang.String |
getAttribute(java.lang.String attributeName)
Retrieves a style attribute value. |
boolean |
hasAttributes()
Determines if any attributes are set. |
java.lang.String |
renderInline()
Renders the style inline. |
void |
setAttribute(java.lang.String attributeName,
java.lang.String attributeValue)
Sets a style attribute value. |
java.lang.String |
toString()
Renders a debug representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CssStyle()
Method Detail |
---|
public java.lang.String getAttribute(java.lang.String attributeName)
attributeName
- the name of the attribute
public boolean hasAttributes()
public void setAttribute(java.lang.String attributeName, java.lang.String attributeValue)
attributeName
- the name of the attribute.attributeValue
- the value of the attribute.public java.lang.String renderInline()
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |