| java.lang.Object nextapp.echo2.webcontainer.propertyrender.BorderRender
BorderRender | public class BorderRender (Code) | | Utility class for rendering nextapp.echo2.app.Border
properties to CSS.
|
getStyleValue | final public static String getStyleValue(int style)(Code) | | Returns the CSS border style value for a given
Border.STYLE_XXX constant.
Parameters: style - the style constant the CSS style value |
renderCssAttributeValue | public static String renderCssAttributeValue(Border border)(Code) | | Renders a Border property value to a CSS border attribute
value.
Parameters: border - the property value the CSS attribute value |
renderToStyle | public static void renderToStyle(CssStyle cssStyle, Border border)(Code) | | Renders a Border property to the given CSS style.
Null property values are ignored.
Parameters: cssStyle - the target CssStyle Parameters: border - the property value |
|
|