Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Uses of Interface
oracle.jbo.LocaleContext

Packages that use LocaleContext
oracle.adf.model.bc4j Contains a DataControl implementation for ADF Business Components. 
oracle.adf.model.binding Contains the abstract implementation of ADFm binding objects. 
oracle.adf.model.generic Contains a readonly DataControl implementation for JavaBeans. 
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.uicli.binding Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings. 
oracle.jbo.uicli.jui Contains JClient classes that implement binding of Swing controls with BC4J ViewObject, Attributes or Rows. 

 

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
protected  java.lang.String DCVariableImpl.resolveResourceProperty(java.lang.String property, LocaleContext locale)
           
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)
           
 oracle.jbo.format.Formatter AttributeDefImpl.getFormatter(LocaleContext locale)
           
 boolean AttributeDefImpl.hasFormatInformation(LocaleContext locale)
           
 java.lang.String AttributeDefImpl.getFormattedAttribute(oracle.jbo.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 with parameters of type LocaleContext
 void JboException.setLocaleContext(LocaleContext locale)
          Set the default locale for this exception to the given locale.

 

Uses of LocaleContext in oracle.jbo.common

 

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.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.
 java.lang.String JUCtrlParameterDef.getLabel(LocaleContext locale)
           
 java.lang.String JUCtrlParameterDef.getTooltip(LocaleContext locale)
           
 java.lang.String JUCtrlParameterDef.getDisplayHint(LocaleContext locale)
           
 int JUCtrlParameterDef.getControlType(LocaleContext locale)
           
 int JUCtrlParameterDef.getDisplayWidth(LocaleContext locale)
           
 int JUCtrlParameterDef.getDisplayHeight(LocaleContext locale)
           
 java.lang.String JUCtrlParameterDef.getHint(LocaleContext locale, java.lang.String sHintName)
           
 java.lang.String JUCtrlParameterDef.getHintValue(LocaleContext locale, java.lang.String sHintName)
           
 java.lang.String JUCtrlParameterDef.getFormat(LocaleContext locale)
           
 java.lang.String JUCtrlParameterDef.getFormatterClassName(LocaleContext locale)
           
 oracle.jbo.format.Formatter JUCtrlParameterDef.getFormatter(LocaleContext locale)
           
 boolean JUCtrlParameterDef.hasFormatInformation(LocaleContext locale)
           
 java.lang.String JUCtrlParameterDef.getFormattedAttribute(oracle.jbo.AttributeList attrList, LocaleContext locale)
           
 java.lang.Object JUCtrlParameterDef.parseFormattedAttribute(java.lang.String sValue, LocaleContext locale)
           
 boolean JUCtrlParameterDef.displayInShortForm(LocaleContext locale)
           
 java.lang.String JUCtrlParameterDef.getLocaleName(LocaleContext locale, java.lang.String sName)
           

 

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

 


Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Copyright © 1997, 2006, Oracle. All rights reserved.