Skip navigation links
oracle.jbo.client.remote
Class ComponentHintsHelper
java.lang.Object
oracle.jbo.common.PropertiesHelper
oracle.jbo.client.remote.ComponentHintsHelper
- All Implemented Interfaces:
- java.io.Serializable, ExprWrappable, GenericHints, Properties
- Direct Known Subclasses:
- ApplicationModuleImpl, ComponentUsageImpl, ViewLinkImpl, ViewUsageImpl
-
public abstract class ComponentHintsHelper
- extends PropertiesHelper
- implements GenericHints
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentHintsHelper
public ComponentHintsHelper()
getLabel
public abstract java.lang.String getLabel(LocaleContext locale)
- Description copied from interface:
GenericHints
- Retrieves the label to be used in any attribute prompts
-
- Specified by:
getLabel
in interface GenericHints
getLabelPlural
public java.lang.String getLabelPlural(LocaleContext locale)
- Description copied from interface:
GenericHints
- Retrives the LabelPlural text to be used for this attribute
-
- Specified by:
getLabelPlural
in interface GenericHints
getTooltip
public java.lang.String getTooltip(LocaleContext locale)
- Description copied from interface:
GenericHints
- Retrives the tooltip text to be used for this attribute
-
- Specified by:
getTooltip
in interface GenericHints
getDefinitionState
public java.lang.String getDefinitionState(LocaleContext locale)
- Description copied from interface:
GenericHints
- Retrives the definition state string that indicates if this object is deprecated. The two possible values are: DEFINITION_STATE_ACTIVE DEFINITION_STATE_DEPRECATED
-
- Specified by:
getDefinitionState
in interface GenericHints
getHintValue
public java.lang.String getHintValue(LocaleContext locale,
java.lang.String sHintName)
- Description copied from interface:
GenericHints
- Return hint value based on the hint name
-
- Specified by:
getHintValue
in interface GenericHints
Skip navigation links
Copyright © 1997, 2015, Oracle. All rights reserved.