Class: DataGridResources

Oracle® JavaScript Extension Toolkit (JET)
2.0.0

E70325-01

QuickNav

oj. DataGridResources

Version:
  • 2.0.0

Constructor

new DataGridResources()

Source:

Methods

getMappedAttribute(key) → {string|null}

Gets the mapped attribute
Parameters:
Name Type Description
key string the key to the attribute
Source:
Returns:
the attribute
Type
string | null

getMappedCommand(key) → {string|null}

Gets the mapped command class
Parameters:
Name Type Description
key string the key to the command class
Source:
Returns:
the command class
Type
string | null

getMappedStyle(key) → {string|null}

Gets the mapped style class
Parameters:
Name Type Description
key string the key to the style class
Source:
Returns:
the style class
Type
string | null

getTranslatedText(key, args) → {string|null}

Gets the translated text
Parameters:
Name Type Argument Description
key string the key to the translated text
args Array <optional>
optional arguments to format the translated text
Source:
Returns:
the translated text
Type
string | null

isRTLMode() → {boolean}

Whether the reading direction is right to left.
Source:
Returns:
true if reading direction is right to left, false otherwise.
Type
boolean