|
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.webcontainer.propertyrender.LayoutDirectionRender
public class LayoutDirectionRender
Utility class for rendering
nextapp.echo2.app.LayoutDirection
properties.
Method Summary | |
---|---|
static java.lang.String |
renderCssAttributeValue(nextapp.echo2.app.LayoutDirection layoutDirection)
Renders a CSS attribute value representation of a LayoutDirection . |
static void |
renderToStyle(nextapp.echo2.webrender.output.CssStyle cssStyle,
nextapp.echo2.app.LayoutDirection layoutDirection,
java.util.Locale locale)
Renders the layout direction of a component to the given CSS style, based on the provided LayoutDirection and
Locale property values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String renderCssAttributeValue(nextapp.echo2.app.LayoutDirection layoutDirection)
LayoutDirection
.
layoutDirection
- the LayoutDirection
to render
public static void renderToStyle(nextapp.echo2.webrender.output.CssStyle cssStyle, nextapp.echo2.app.LayoutDirection layoutDirection, java.util.Locale locale)
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.
cssStyle
- the target CssStyle
layoutDirection
- the LayoutDirection
locale
- the Locale
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |