|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.client | |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.format | |
oracle.jbo.html | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.uicli.binding | Contains JClient classes that handle interaction with BC4J objects for various JClient bindings. |
oracle.jdeveloper.html | Contains classes for generating HTML code. |
Uses of LocaleContext in oracle.jbo |
Methods in oracle.jbo that return LocaleContext | |
Type | Name |
---|---|
LocaleContext |
Session.getLocaleContext()
retrieves the locale context for the session |
Methods in oracle.jbo with parameters of type LocaleContext | |
Type | Name |
---|---|
java.lang.String |
AttributeHints.getLabel(LocaleContext locale)
Retrieves the label to be used in any attribute prompts |
java.lang.String |
AttributeHints.getTooltip(LocaleContext locale)
Retrives the tooltip text to be used for this attribute |
java.lang.String |
AttributeHints.getDisplayHint(LocaleContext locale)
Retrieves the displya hint that dictates whether this attributr should be visible or not. |
int |
AttributeHints.getControlType(LocaleContext locale)
Returns the preferred control type for this attribute |
int |
AttributeHints.getDisplayWidth(LocaleContext locale)
Returns the display width for this attribute |
int |
AttributeHints.getDisplayHeight(LocaleContext locale)
Returns the display width for this attribute |
java.lang.String |
AttributeHints.getHint(LocaleContext locale,
java.lang.String sHintName)
Return hint value based on the hint name |
boolean |
AttributeHints.hasFormatInformation(LocaleContext locale)
Return true if any format hints have been defined for this attribute. |
java.lang.String |
AttributeHints.getFormattedAttribute(AttributeList attrList,
LocaleContext locale)
Returns the formatted value for the attribute. |
java.lang.Object |
AttributeHints.parseFormattedAttribute(java.lang.String sValue,
LocaleContext locale)
Strips off the formatting from a string and constructs an instance of the attribute's domain using the 'clean' string as a parameter of the contructor. |
boolean |
AttributeHints.displayInShortForm(LocaleContext locale)
Returns true if the attribute is to displayed in the short(summary) form. |
java.lang.String |
AttributeHints.getFormat(LocaleContext locale)
returns the format string stored in the ui hints |
Formatter |
AttributeHints.getFormatter(LocaleContext locale)
returns the formatter object stored in the ui hints |
java.lang.String |
AttributeHints.getFormatterClassName(LocaleContext locale)
returns the formatter class stored in the ui hints |
java.lang.String |
AttributeHints.getLocaleName(LocaleContext locale,
java.lang.String sName)
function for retrieving the locale name of a hint |
Uses of LocaleContext in oracle.jbo.client |
Methods in oracle.jbo.client with parameters of type LocaleContext | |
Type | Name |
---|---|
static boolean |
JboUtil.isAttributeDisplayable(AttributeDef attrDef,
LocaleContext locale)
|
Uses of LocaleContext in oracle.jbo.common |
Classes in oracle.jbo.common that implement LocaleContext | |
Type | Name |
---|---|
class |
DefLocaleContext
|
Methods in oracle.jbo.common with parameters of type LocaleContext | |
Type | Name |
---|---|
static java.lang.String |
JboNameUtil.getLocaleName(LocaleContext locale,
java.lang.String sName)
|
Uses of LocaleContext in oracle.jbo.format |
Methods in oracle.jbo.format that return LocaleContext | |
Type | Name |
---|---|
abstract LocaleContext |
Formatter.getLocale()
|
LocaleContext |
DefaultNumberFormatter.getLocale()
|
LocaleContext |
DefaultPercentageFormatter.getLocale()
|
LocaleContext |
DefaultCurrencyFormatter.getLocale()
|
LocaleContext |
DefaultDateFormatter.getLocale()
|
LocaleContext |
DefaultMessageFormatter.getLocale()
|
Methods in oracle.jbo.format with parameters of type LocaleContext | |
Type | Name |
---|---|
abstract void |
Formatter.setLocale(LocaleContext thisLocale)
define locale to be used. |
void |
DefaultNumberFormatter.setLocale(LocaleContext thisLocale)
define locale to be used. |
void |
DefaultPercentageFormatter.setLocale(LocaleContext thisLocale)
define locale to be used. |
void |
DefaultCurrencyFormatter.setLocale(LocaleContext thisLocale)
define locale to be used. |
void |
DefaultDateFormatter.setLocale(LocaleContext thisLocale)
define locale to be used. |
void |
DefaultMessageFormatter.setLocale(LocaleContext thisLocale)
define locale to be used. |
Uses of LocaleContext in oracle.jbo.html |
Methods in oracle.jbo.html with parameters of type LocaleContext | |
Type | Name |
---|---|
static void |
HtmlServices.internalSetAttribute(java.lang.String sName,
AttributeList attrList,
AttributeDef attrDef,
RequestParameters params,
LocaleContext locale)
Internal: Applications should not use this method. |
static void |
HtmlServices.setAttributeFromRequestParameters(Row row,
AttributeDef attrDef,
RequestParameters params,
LocaleContext locale)
Internal: Applications should not use this method. |
static void |
HtmlServices.setAttributeFromRequest(Row row,
AttributeDef attrDef,
javax.servlet.http.HttpServletRequest request,
LocaleContext locale)
Internal: Applications should not use this method. |
Uses of LocaleContext in oracle.jbo.server |
Methods in oracle.jbo.server that return LocaleContext | |
Type | Name |
---|---|
LocaleContext |
SessionImpl.getLocaleContext()
|
Methods in oracle.jbo.server with parameters of type LocaleContext | |
Type | Name |
---|---|
java.lang.String |
AttributeDefImpl.getLocaleName(LocaleContext locale,
java.lang.String sName)
|
java.lang.String |
AttributeDefImpl.getLabel(LocaleContext locale)
Retrieves the label to be used in any attribute prompts |
java.lang.String |
AttributeDefImpl.getTooltip(LocaleContext locale)
Retrives the tooltip text to be used for this attribute |
java.lang.String |
AttributeDefImpl.getDisplayHint(LocaleContext locale)
Retrieves the displya hint that dictates whether this attributr should be visible or not. |
int |
AttributeDefImpl.getControlType(LocaleContext locale)
Returns the preferred control type for this attribute |
int |
AttributeDefImpl.getDisplayWidth(LocaleContext locale)
Returns the display width for this attribute |
int |
AttributeDefImpl.getDisplayHeight(LocaleContext locale)
Returns the display width for this attribute |
java.lang.String |
AttributeDefImpl.getHint(LocaleContext locale,
java.lang.String sHintName)
Return defaulted hint value |
java.lang.String |
AttributeDefImpl.getFormat(LocaleContext locale)
|
Formatter |
AttributeDefImpl.getFormatter(LocaleContext locale)
|
boolean |
AttributeDefImpl.hasFormatInformation(LocaleContext locale)
|
java.lang.String |
AttributeDefImpl.getFormattedAttribute(AttributeList attrList,
LocaleContext locale)
|
java.lang.Object |
AttributeDefImpl.parseFormattedAttribute(java.lang.String sValue,
LocaleContext locale)
|
boolean |
AttributeDefImpl.displayInShortForm(LocaleContext locale)
|
java.lang.String |
AttributeDefImpl.getFormatterClassName(LocaleContext locale)
returns the formatter object stored in the ui hints |
Uses of LocaleContext in oracle.jbo.uicli.binding |
Methods in oracle.jbo.uicli.binding with parameters of type LocaleContext | |
Type | Name |
---|---|
java.lang.String |
JUFormBinding.getLabel(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale)
Retrieves the label to be used in any attribute prompts |
java.lang.String |
JUFormBinding.getTooltip(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale)
Retrives the tooltip text to be used for this attribute. |
java.lang.String |
JUFormBinding.getDisplayHint(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale)
Retrieves the display hint that dictates whether this attribute should be visible or not. |
int |
JUFormBinding.getControlType(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale)
Returns the preferred control type for this attribute. |
int |
JUFormBinding.getDisplayWidth(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale)
Returns the display width for this attribute. |
int |
JUFormBinding.getDisplayHeight(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale)
Returns the display width for this attribute. |
java.lang.String |
JUFormBinding.getHint(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale,
java.lang.String sHintName)
Returns the hint value based on the hint name. |
boolean |
JUFormBinding.hasFormatInformation(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale)
Returns true if any format hints have been defined for this attribute. |
boolean |
JUFormBinding.displayInShortForm(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale)
Returns true if the attribute is to displayed in the short(summary) form. |
Uses of LocaleContext in oracle.jdeveloper.html |
Fields in oracle.jdeveloper.html declared as LocaleContext | |
Type | Name |
---|---|
protected LocaleContext |
HTMLFieldRendererImpl.locale
|
|
Business Components | |||||||||
PREV NEXT | FRAMES NO FRAMES |