| |
|
| java.lang.Object nextapp.echo2.webrender.output.CssStyle
CssStyle | public class CssStyle (Code) | | A renderable representation of a single CSS style.
|
getAttribute | public String getAttribute(String attributeName)(Code) | | Retrieves a style attribute value.
Parameters: attributeName - the name of the attribute the value of the attribute (null if it is not set) |
hasAttributes | public boolean hasAttributes()(Code) | | Determines if any attributes are set.
true if any attributes are set. |
renderInline | public String renderInline()(Code) | | Renders the style inline. The returned value is suitable as the value
of the "style" attribute of an HTML element.
the inline representation |
setAttribute | public void setAttribute(String attributeName, String attributeValue)(Code) | | Sets a style attribute value.
Parameters: attributeName - the name of the attribute. Parameters: attributeValue - the value of the attribute. |
|
|
|