|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocaleContext | |
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.common.ws | |
oracle.jbo.format | |
oracle.jbo.html | |
oracle.jbo.server | Contains the implementation of middle tier components. |
oracle.jbo.server.ejb | |
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 | |
LocaleContext |
Session.getLocaleContext() retrieves the locale context for the session |
Methods in oracle.jbo with parameters of type LocaleContext | |
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 defaulted hint value based on the hint name |
java.lang.String |
AttributeHints.getHintValue(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 |
void |
ApplicationModule.fetchAttributeProperties(java.lang.String[] voNames, java.lang.String[][] voAttrNames, LocaleContext locale) Fetches all custom properties for the given list of attributes for the named ViewObjects in this application module over to the remote client objects in one network roundtrip. |
Uses of LocaleContext in oracle.jbo.client |
Methods in oracle.jbo.client with parameters of type LocaleContext | |
static boolean |
JboUtil.isAttributeDisplayable(AttributeDef attrDef, LocaleContext locale) |
Uses of LocaleContext in oracle.jbo.common |
Classes in oracle.jbo.common that implement LocaleContext | |
class |
DefLocaleContext |
Methods in oracle.jbo.common with parameters of type LocaleContext | |
static java.lang.String |
JboNameUtil.getLocaleName(LocaleContext locale, java.lang.String sName) |
Uses of LocaleContext in oracle.jbo.common.ws |
Methods in oracle.jbo.common.ws with parameters of type LocaleContext | |
void |
WSApplicationModuleImpl.fetchAttributeProperties(java.lang.String[] voNames, java.lang.String[][] voAttrNames, LocaleContext locale) |
Uses of LocaleContext in oracle.jbo.format |
Methods in oracle.jbo.format that return LocaleContext | |
abstract LocaleContext |
Formatter.getLocale() |
LocaleContext |
DefaultPercentageFormatter.getLocale() |
LocaleContext |
DefaultNumberFormatter.getLocale() |
LocaleContext |
DefaultMessageFormatter.getLocale() |
LocaleContext |
DefaultDateFormatter.getLocale() |
LocaleContext |
DefaultCurrencyFormatter.getLocale() |
Methods in oracle.jbo.format with parameters of type LocaleContext | |
abstract void |
Formatter.setLocale(LocaleContext thisLocale) define locale to be used. |
void |
DefaultPercentageFormatter.setLocale(LocaleContext thisLocale) define locale to be used. |
void |
DefaultNumberFormatter.setLocale(LocaleContext thisLocale) define locale to be used. |
void |
DefaultMessageFormatter.setLocale(LocaleContext thisLocale) define locale to be used. |
void |
DefaultDateFormatter.setLocale(LocaleContext thisLocale) define locale to be used. |
void |
DefaultCurrencyFormatter.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 | |
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. |
static java.lang.String |
HtmlServices.getAttributeStringValue(Row row, AttributeDef aDef, LocaleContext localeContext) |
Uses of LocaleContext in oracle.jbo.server |
Methods in oracle.jbo.server that return LocaleContext | |
LocaleContext |
SessionImpl.getLocaleContext() |
Methods in oracle.jbo.server with parameters of type LocaleContext | |
com.sun.java.util.collections.HashMap |
ViewAttributeDefImpl.getHintsFromResource(LocaleContext locale) |
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.getHintValue(LocaleContext locale, java.lang.String sHintName) Return non-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 |
com.sun.java.util.collections.HashMap |
AttributeDefImpl.getHintsFromResource(LocaleContext locale) |
void |
ApplicationModuleImpl.fetchAttributeProperties(java.lang.String[] voNames, java.lang.String[][] attrs, LocaleContext locale) |
Uses of LocaleContext in oracle.jbo.server.ejb |
Methods in oracle.jbo.server.ejb with parameters of type LocaleContext | |
void |
LocalApplicationModuleImpl.fetchAttributeProperties(java.lang.String[] voNames, java.lang.String[][] voAttrNames, LocaleContext locale) |
Uses of LocaleContext in oracle.jbo.uicli.binding |
Methods in oracle.jbo.uicli.binding that return LocaleContext | |
LocaleContext |
JUFormBinding.getLocaleContext() |
Methods in oracle.jbo.uicli.binding with parameters of type LocaleContext | |
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. |
java.lang.String |
JUFormBinding.getLabel(java.lang.String voName, java.lang.String voAttrName, java.lang.String objectAttrName, LocaleContext locale) Retrieves the label to be used in any attribute prompts |
java.lang.String |
JUFormBinding.getTooltip(java.lang.String voName, java.lang.String voAttrName, java.lang.String objectAttrName, LocaleContext locale) Retrives the tooltip text to be used for this attribute. |
java.lang.String |
JUFormBinding.getHint(java.lang.String voName, java.lang.String voAttrName, java.lang.String objectAttrName, LocaleContext locale, java.lang.String sHintName) Returns the hint value based on the hint name. |
Uses of LocaleContext in oracle.jdeveloper.html |
Fields in oracle.jdeveloper.html declared as LocaleContext | |
protected LocaleContext |
HTMLFieldRendererImpl.locale |
|
Oracle9i Business Components for Java API Reference Oracle9i Jdeveloper (9.0.4) B10391-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2003, Oracle. All rights reserved.