|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LocaleContext | |
oracle.adf.model | Contains the ADFm classes and interfaces that apply to the all ADFm implementation. |
oracle.adf.model.bc4j | |
oracle.adf.model.binding | Contains the abstract implementation of ADFm binding objects. |
oracle.adf.model.generic | |
oracle.jbo | Contains interfaces for client-side applications. |
oracle.jbo.client | |
oracle.jbo.client.remote | |
oracle.jbo.common | Contains the implementation of components shared by thin clients and the middle tier. |
oracle.jbo.common.ws | |
oracle.jbo.domain | |
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.jbo.uicli.jui | Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. |
oracle.jdeveloper.html | Contains classes for generating HTML code. |
Uses of LocaleContext in oracle.adf.model |
Methods in oracle.adf.model that return LocaleContext | |
LocaleContext |
BindingContext.getLocaleContext()
|
Methods in oracle.adf.model with parameters of type LocaleContext | |
void |
BindingContext.setLocaleContext(LocaleContext lCtx)
|
Uses of LocaleContext in oracle.adf.model.bc4j |
Methods in oracle.adf.model.bc4j that return LocaleContext | |
LocaleContext |
DCJboDataControl.getLocaleContext()
Returns the locale for this Application |
Methods in oracle.adf.model.bc4j with parameters of type LocaleContext | |
void |
DCJboDataControl.setLocaleContext(LocaleContext locale)
Helper method that sets the locale in the current Application Module's session. |
Uses of LocaleContext in oracle.adf.model.binding |
Fields in oracle.adf.model.binding declared as LocaleContext | |
protected LocaleContext |
DCDataControl.mLocaleCtx
|
Methods in oracle.adf.model.binding that return LocaleContext | |
LocaleContext |
DCDataControl.getLocaleContext()
Returns the locale for this Application |
LocaleContext |
DCBindingContainer.getLocaleContext()
Returns the locale context set into the BC4J application module if this binding-container's datacontrol is a Bc4J data control. |
Methods in oracle.adf.model.binding with parameters of type LocaleContext | |
static java.util.List |
DCUtil.getLocalizedExceptionsList(java.util.List excs,
LocaleContext lCtx)
|
void |
DCDataControl.setLocaleContext(LocaleContext locale)
Helper method that sets the locale in the current Application. |
Uses of LocaleContext in oracle.adf.model.generic |
Methods in oracle.adf.model.generic with parameters of type LocaleContext | |
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 |
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 | |
void |
JboException.setLocaleContext(LocaleContext locale)
Set the default locale for this exception to the given locale. |
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.client.remote |
Methods in oracle.jbo.client.remote that return LocaleContext | |
LocaleContext |
ApplicationModuleImpl.getLocaleContext()
|
Methods in oracle.jbo.client.remote with parameters of type LocaleContext | |
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 |
void |
ApplicationModuleImpl.fetchAttributeProperties(java.lang.String[] voNames,
java.lang.String[][] attrNames,
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)
|
void |
JboExceptionHelper.setLocaleContext(LocaleContext locale)
Set the default locale for this exception to the given locale. |
Uses of LocaleContext in oracle.jbo.common.ws |
Methods in oracle.jbo.common.ws that return LocaleContext | |
LocaleContext |
WSApplicationModuleImpl.getLocaleContext()
|
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.domain |
Methods in oracle.jbo.domain with parameters of type LocaleContext | |
java.lang.String |
DomainAttributeDef.getLocaleName(LocaleContext locale,
java.lang.String sName)
|
java.lang.String |
DomainAttributeDef.getLabel(LocaleContext locale)
Retrieves the label to be used in any attribute prompts |
java.lang.String |
DomainAttributeDef.getTooltip(LocaleContext locale)
Retrives the tooltip text to be used for this attribute |
java.lang.String |
DomainAttributeDef.getDisplayHint(LocaleContext locale)
Retrieves the displya hint that dictates whether this attributr should be visible or not. |
int |
DomainAttributeDef.getControlType(LocaleContext locale)
Returns the preferred control type for this attribute |
int |
DomainAttributeDef.getDisplayWidth(LocaleContext locale)
Returns the display width for this attribute |
int |
DomainAttributeDef.getDisplayHeight(LocaleContext locale)
Returns the display width for this attribute |
java.lang.String |
DomainAttributeDef.getHint(LocaleContext locale,
java.lang.String sHintName)
Return defaulted hint value |
java.lang.String |
DomainAttributeDef.getHintValue(LocaleContext locale,
java.lang.String sHintName)
Return non-defaulted hint value |
java.lang.String |
DomainAttributeDef.getFormat(LocaleContext locale)
|
Formatter |
DomainAttributeDef.getFormatter(LocaleContext locale)
|
boolean |
DomainAttributeDef.hasFormatInformation(LocaleContext locale)
|
java.lang.String |
DomainAttributeDef.getFormattedAttribute(AttributeList attrList,
LocaleContext locale)
|
java.lang.Object |
DomainAttributeDef.parseFormattedAttribute(java.lang.String sValue,
LocaleContext locale)
|
boolean |
DomainAttributeDef.displayInShortForm(LocaleContext locale)
|
java.lang.String |
DomainAttributeDef.getFormatterClassName(LocaleContext locale)
returns the formatter object stored in the ui hints |
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 | |
static Formatter |
FormatterFactory.getFormatter(java.lang.String formatterClassName,
LocaleContext locale)
Returns the singleton formatter for the formatter class name that has been specified. |
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 that return LocaleContext | |
LocaleContext |
DataSourceImpl.getLocaleContext()
|
LocaleContext |
DataSource.getLocaleContext()
Returns the locale context |
LocaleContext |
BindingContainerDataSource.getLocaleContext()
|
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 |
JUCtrlValueBinding.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.jbo.uicli.jui |
Methods in oracle.jbo.uicli.jui with parameters of type LocaleContext | |
java.lang.String |
JUPanelBinding.getTooltip(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale)
Retrives the tooltip text to be used for this attribute. |
java.lang.String |
JUPanelBinding.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 |
JUPanelBinding.getLabel(java.lang.String voName,
java.lang.String attrName,
LocaleContext locale)
Retrieves the label to be used in any attribute prompts |
java.lang.String |
JUPanelBinding.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 |
Uses of LocaleContext in oracle.jdeveloper.html |
Fields in oracle.jdeveloper.html declared as LocaleContext | |
protected LocaleContext |
HTMLFieldRendererImpl.locale
|
|
Oracle ADF Model and Business Components API Reference 10.1.2 B14022-01 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1997, 2004, Oracle. All rights reserved.