Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


oracle.jbo
Interface GenericHints

All Known Subinterfaces:
ApplicationModule, AttributeHints, ComponentObject, ViewLink, ViewObject, ViewObjectDynAttr
All Known Implementing Classes:
ApplicationModuleImpl, ApplicationModuleImpl, AssociationDefImpl, AttributeDefImpl, AttributeDefImpl, AttributeDefImpl, AttributeDefOverAttr, AttributeHintsImpl, CmrAccessorDefImpl, CmrAccessorViewImpl, ComponentHintsHelper, ComponentObjectImpl, ComponentUsageImpl, ContainerObjectImpl, DCDataVO, DCVariableImpl, DCVCItemValueRowAttrHints, DCVCSubstAttrDef, DomainAttributeDef, DSEntityCache, DSViewObjectImpl, EntityAttrHintsImpl, EntityCache, EntityCacheOverRowSet, EntityFacadeCollImpl, EntityReference, FinderViewImpl, JUCtrlParameterDef, LOVAppModuleImpl, PlaceholderVOImpl, RowAttrHintsImpl, RowIdAMImpl, RowReference, SIFAttrHintsHelper, VariableImpl, ViewAttributeDefImpl, ViewCriteriaItem, ViewCriteriaItemCompound, ViewCriteriaItemCompoundImpl, ViewCriteriaItemImpl, ViewLinkImpl, ViewLinkImpl, ViewObjectImpl, ViewObjectOnRowSets, ViewReference, ViewRowAttrHintsImpl, ViewUsageImpl, WSApplicationModuleImpl, WSComponentObjectImpl, WSViewLinkImpl, WSViewObjectImpl

public interface GenericHints

Field Summary
static java.lang.String PROPERTY_LABEL
           
static java.lang.String PROPERTY_LABEL_PLURAL
           
static java.lang.String PROPERTY_TOOLTIP
           

 

Method Summary
 java.lang.String getHintValue(LocaleContext locale, java.lang.String sHintName)
          Return hint value based on the hint name
 java.lang.String getLabel(LocaleContext locale)
          Retrieves the label to be used in any attribute prompts
 java.lang.String getLabelPlural(LocaleContext locale)
          Retrives the LabelPlural text to be used for this attribute
 java.lang.String getTooltip(LocaleContext locale)
          Retrives the tooltip text to be used for this attribute

 

Field Detail

PROPERTY_LABEL

static final java.lang.String PROPERTY_LABEL
See Also:
Constant Field Values

PROPERTY_TOOLTIP

static final java.lang.String PROPERTY_TOOLTIP
See Also:
Constant Field Values

PROPERTY_LABEL_PLURAL

static final java.lang.String PROPERTY_LABEL_PLURAL
See Also:
Constant Field Values

Method Detail

getLabel

java.lang.String getLabel(LocaleContext locale)
Retrieves the label to be used in any attribute prompts

getLabelPlural

java.lang.String getLabelPlural(LocaleContext locale)
Retrives the LabelPlural text to be used for this attribute

getTooltip

java.lang.String getTooltip(LocaleContext locale)
Retrives the tooltip text to be used for this attribute

getHintValue

java.lang.String getHintValue(LocaleContext locale,
                              java.lang.String sHintName)
Return hint value based on the hint name

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.5.0)

E10653-06


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