| |
|
| java.lang.Object nextapp.echo2.app.LayoutDirection
LayoutDirection | public class LayoutDirection implements Serializable(Code) | | Describes the layout direction of text and content to provide support
for bidirectional localization.
|
forLocale | public static LayoutDirection forLocale(Locale locale)(Code) | | Returns the default LayoutDirection for the specified
Locale .
Parameters: locale - the locale the default layout direction |
isLeftToRight | public boolean isLeftToRight()(Code) | | Determines if the LayoutDirection is left-to-right.
true if the LayoutDirection is left-to-right. |
|
|
|