Skip navigation links

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

E52932-01


oracle.jbo
Interface GenericHints

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

public interface GenericHints

Field Summary
static java.lang.String DEFINITION_STATE_ACTIVE
           
static java.lang.String DEFINITION_STATE_DEPRECATED
           
static java.lang.String PROPERTY_DEFINITION_STATE
           
static java.lang.String PROPERTY_LABEL
           
static java.lang.String PROPERTY_LABEL_PLURAL
           
static java.lang.String PROPERTY_TOOLTIP
           

 

Method Summary
 java.lang.String getDefinitionState(LocaleContext locale)
          Retrives the definition state string that indicates if this object is deprecated.
 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

PROPERTY_DEFINITION_STATE

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

DEFINITION_STATE_ACTIVE

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

DEFINITION_STATE_DEPRECATED

static final java.lang.String DEFINITION_STATE_DEPRECATED
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

getDefinitionState

java.lang.String getDefinitionState(LocaleContext locale)
Retrives the definition state string that indicates if this object is deprecated. The two possible values are: DEFINITION_STATE_ACTIVE DEFINITION_STATE_DEPRECATED

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.9.0)

E52932-01


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