JavaScript API Reference for Oracle ADF Faces
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E12046-04
PREV NEXT
FRAMES NO FRAMES All Classes Warning: private items are visible
oracle.adf.view.js.base
Class AdfLocaleContext
org.ecmascript.object.Object
|
+--oracle.adf.view.js.base.AdfObject
|
+--oracle.adf.view.js.base.AdfLocaleContext
public class AdfLocaleContext
extends AdfObject
Base locale context class. Provides utilities such as bi-directional management and other i18n support.
Methods inherited from oracle.adf.view.js.base.AdfObject
adopt , clone , createCallback , createInitializedObject , createSubclass , ensureClassInitialization , equals , getClass , GetLazyArrayProperty , GetLazyMapProperty , getTypeName , toDebugString , toString
private Object _locale
private Object _rightToLeft
public AdfLocaleContext ()
Base locale context class. Provides utilities such as bi-directional management and other i18n support.
public Object getAlignBegin ()
Retrieves the alignment value for "beginning" alignment. For example, in left-to-right, this is "left".
Return:
Object
public Object getAlignEnd ()
Retrieves the alignment value for "ending" alignment. For example, in left-to-right, this is "right".
Return:
Object
public Object getLocale ()
Return:
Object
protected Object Init ()
Retrieves the resource extension Adfcommonly used on image files to distinguish between LTR and RTL versions. In left-to-right, this is "" where the full file is "next.gif". In right-to-left, this is "_rtl" where the full file is "next_rtl.gif".
Return:
Object
Overrides:
AdfObject .Init()
public Object isRightToLeft ()
Return:
Object
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E12046-04
PREV NEXT
FRAMES NO FRAMES All Classes Warning: private items are visible
Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.