| java.lang.Object nextapp.echo2.webcontainer.propertyrender.InsetsRender
InsetsRender | public class InsetsRender (Code) | | Utility class for rendering nextapp.echo2.app.Insets
properties to CSS.
|
renderCssAttributeValue | public static String renderCssAttributeValue(Insets insets)(Code) | | Renders a CSS attribute value representation of an Insets .
Parameters: insets - the Insets to render a CSS attribute value representation |
renderToStyle | public static void renderToStyle(CssStyle cssStyle, String cssAttribute, Insets insets)(Code) | | Renders an Insets property to the given CSS style.
Null property values are ignored.
Parameters: cssStyle - the target CssStyle Parameters: cssAttribute - the CSS attribute name, e.g., "margin" or "padding". Parameters: insets - the property value |
|
|