OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

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.



Field Summary

private Object
_locale
private Object
_rightToLeft


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfLocaleContext()
Base locale context class.


Method Summary

public Object
getAlignBegin()
Retrieves the alignment value for "beginning" alignment.
public Object
getAlignEnd()
Retrieves the alignment value for "ending" alignment.
public Object
getLocale()
protected Object
Init()
Retrieves the resource extension Adfcommonly used on image files to distinguish between LTR and RTL versions.
public Object
isRightToLeft()


Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString


Field Detail


_locale

private Object _locale

_rightToLeft

private Object _rightToLeft

Constructor Detail


AdfLocaleContext

public AdfLocaleContext()

Base locale context class. Provides utilities such as bi-directional management and other i18n support.

Method Detail


getAlignBegin

public Object getAlignBegin()

Retrieves the alignment value for "beginning" alignment. For example, in left-to-right, this is "left".

Return:
Object

getAlignEnd

public Object getAlignEnd()

Retrieves the alignment value for "ending" alignment. For example, in left-to-right, this is "right".

Return:
Object

getLocale

public Object getLocale()

Return:
Object

Init

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()

isRightToLeft

public Object isRightToLeft()

Return:
Object

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.