| java.lang.Object nextapp.echo2.webcontainer.propertyrender.LayoutDirectionRender
LayoutDirectionRender | public class LayoutDirectionRender (Code) | | Utility class for rendering
nextapp.echo2.app.LayoutDirection properties.
|
renderCssAttributeValue | public static String renderCssAttributeValue(LayoutDirection layoutDirection)(Code) | | Renders a CSS attribute value representation of a
LayoutDirection .
Parameters: layoutDirection - the LayoutDirection to render a CSS attribute value representation |
renderToStyle | public static void renderToStyle(CssStyle cssStyle, LayoutDirection layoutDirection, Locale locale)(Code) | | Renders the layout direction of a component to the given CSS style,
based on the provided LayoutDirection and
Locale property values. Null property values are ignored.
The provided locale and layoutDirection
properties should represent the specific settings of a single
Component , NOT those derived recursively from within its
hierarchy. Using the recursively retrieved versions will result in
direction information being rendered in cases where it is unnecessary.
Parameters: cssStyle - the target CssStyle Parameters: layoutDirection - the LayoutDirection Parameters: locale - the Locale |
|
|