|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.server.RowAttrHintsImpl
oracle.jbo.server.EntityAttrHintsImpl
public class EntityAttrHintsImpl
Defines access to an entity Attribute's user interface hints.
AttributeDef| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.jbo.AttributeHints |
|---|
AttributeHints.ControlType |
| Field Summary |
|---|
| Fields inherited from interface oracle.jbo.GenericHints |
|---|
DEFINITION_STATE_ACTIVE, DEFINITION_STATE_DEPRECATED, PROPERTY_DEFINITION_STATE, PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP |
| Constructor Summary | |
|---|---|
protected |
EntityAttrHintsImpl(AttributeDefImpl attr, EntityImpl en)for use by subclasses. |
| Method Summary | |
|---|---|
boolean |
displayInShortForm(LocaleContext localeCtx)Returns true if the attribute is to displayed in the short(summary) form. |
protected AttributeDefImpl |
getAttributeDefImpl() |
protected AttributeHints |
getAttributeHintsInternal(java.lang.String hintName, LocaleContext locale) |
java.lang.String |
getCategory(LocaleContext locale)Returns the category that this attribute belongs to. |
java.lang.String[][] |
getCompOpers(LocaleContext locale)Returns a Map of operators for this attribute. |
int |
getControlType(LocaleContext localeCtx)Returns the preferred control type for this attribute |
java.lang.String |
getDefinitionState(LocaleContext locale)Retrives the definition state string that indicates if this object is deprecated. |
int |
getDisplayHeight(LocaleContext localeCtx)Returns the display width for this attribute |
java.lang.String |
getDisplayHint(LocaleContext locale)Retrieves the displya hint that dictates whether this attributr should be visible or not. |
int |
getDisplayWidth(LocaleContext localeCtx)Returns the display width for this attribute |
protected EntityImpl |
getEntityImpl() |
double |
getFieldOrder(LocaleContext localeCtx)Returns the field order for this attribute. |
java.lang.String |
getFormat(LocaleContext localeCtx)returns the format string stored in the ui hints |
protected AttributeHints |
getFormatAttributeHintsInternal(LocaleContext locale) |
java.lang.String |
getFormattedAttribute(AttributeList attrList, LocaleContext localeCtx)Returns the formatted value for the attribute. |
Formatter |
getFormatter(LocaleContext localeCtx)returns the formatter object stored in the ui hints |
java.lang.String |
getFormatterClassName(LocaleContext localeCtx)returns the formatter class stored in the ui hints |
java.lang.String |
getHint(LocaleContext localeCtx, java.lang.String sHintName)Return defaulted hint value based on the hint name |
java.lang.String |
getHintValue(LocaleContext localeCtx, 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 localeCtx)Retrives the LabelPlural text to be used for this attribute |
java.lang.String |
getLocaleName(LocaleContext locale, java.lang.String sName)function for retrieving the locale name of a hint |
java.lang.String |
getPayloadHint(LocaleContext locale)Retrieves the payload hint that dictates whether this attribute should be included in service payload or not. |
java.lang.String |
getTooltip(LocaleContext locale)Retrives the tooltip text to be used for this attribute |
boolean |
hasFormatInformation(LocaleContext locale)Return true if any format hints have been defined for this attribute. |
boolean |
isAutoSubmit(LocaleContext localeCtx)Returns autoSubmit value for this attribute. |
java.lang.Object |
parseFormattedAttribute(java.lang.String sValue, LocaleContext localeCtx)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. |
| Methods inherited from class oracle.jbo.server.RowAttrHintsImpl |
|---|
prepareDefLocaleContext, switchEvalFlagOnLocaleContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected EntityAttrHintsImpl(AttributeDefImpl attr,
EntityImpl en)
| Method Detail |
|---|
protected AttributeDefImpl getAttributeDefImpl()
protected EntityImpl getEntityImpl()
protected AttributeHints getFormatAttributeHintsInternal(LocaleContext locale)
getFormatAttributeHintsInternal in class RowAttrHintsImpl
protected AttributeHints getAttributeHintsInternal(java.lang.String hintName,
LocaleContext locale)
getAttributeHintsInternal in class RowAttrHintsImplpublic java.lang.String getLabel(LocaleContext locale)
GenericHintsgetLabel in interface GenericHintsgetLabel in class RowAttrHintsImplpublic java.lang.String getLabelPlural(LocaleContext localeCtx)
GenericHintsgetLabelPlural in interface GenericHintsgetLabelPlural in class RowAttrHintsImplpublic java.lang.String getTooltip(LocaleContext locale)
GenericHintsgetTooltip in interface GenericHintsgetTooltip in class RowAttrHintsImplpublic java.lang.String getDefinitionState(LocaleContext locale)
GenericHintsgetDefinitionState in interface GenericHintsgetDefinitionState in class RowAttrHintsImplpublic java.lang.String getDisplayHint(LocaleContext locale)
AttributeHintsgetDisplayHint in interface AttributeHintsgetDisplayHint in class RowAttrHintsImplpublic java.lang.String getPayloadHint(LocaleContext locale)
AttributeHintsgetPayloadHint in interface AttributeHintsgetPayloadHint in class RowAttrHintsImplpublic int getControlType(LocaleContext localeCtx)
AttributeHintsgetControlType in interface AttributeHintsgetControlType in class RowAttrHintsImplpublic int getDisplayWidth(LocaleContext localeCtx)
AttributeHintsgetDisplayWidth in interface AttributeHintsgetDisplayWidth in class RowAttrHintsImplpublic int getDisplayHeight(LocaleContext localeCtx)
AttributeHintsgetDisplayHeight in interface AttributeHintsgetDisplayHeight in class RowAttrHintsImplpublic boolean isAutoSubmit(LocaleContext localeCtx)
AttributeHintsisAutoSubmit in interface AttributeHintsisAutoSubmit in class RowAttrHintsImplpublic double getFieldOrder(LocaleContext localeCtx)
AttributeHintsgetFieldOrder in interface AttributeHintsgetFieldOrder in class RowAttrHintsImplpublic java.lang.String getCategory(LocaleContext locale)
AttributeHintsgetCategory in interface AttributeHintsgetCategory in class RowAttrHintsImpl
public java.lang.String getHint(LocaleContext localeCtx,
java.lang.String sHintName)
AttributeHintsgetHint in interface AttributeHintsgetHint in class RowAttrHintsImpl
public java.lang.String getHintValue(LocaleContext localeCtx,
java.lang.String sHintName)
GenericHintsgetHintValue in interface GenericHintsgetHintValue in class RowAttrHintsImplpublic boolean hasFormatInformation(LocaleContext locale)
AttributeHintshasFormatInformation in interface AttributeHintshasFormatInformation in class RowAttrHintsImpl
public java.lang.String getFormattedAttribute(AttributeList attrList,
LocaleContext localeCtx)
AttributeHintsgetFormattedAttribute in interface AttributeHintsgetFormattedAttribute in class RowAttrHintsImpl
public java.lang.Object parseFormattedAttribute(java.lang.String sValue,
LocaleContext localeCtx)
AttributeHintsparseFormattedAttribute in interface AttributeHintsparseFormattedAttribute in class RowAttrHintsImplpublic boolean displayInShortForm(LocaleContext localeCtx)
AttributeHintsdisplayInShortForm in interface AttributeHintsdisplayInShortForm in class RowAttrHintsImplpublic java.lang.String getFormat(LocaleContext localeCtx)
AttributeHintsgetFormat in interface AttributeHintsgetFormat in class RowAttrHintsImplpublic Formatter getFormatter(LocaleContext localeCtx)
AttributeHintsgetFormatter in interface AttributeHintsgetFormatter in class RowAttrHintsImplpublic java.lang.String getFormatterClassName(LocaleContext localeCtx)
AttributeHintsgetFormatterClassName in interface AttributeHintsgetFormatterClassName in class RowAttrHintsImpl
public java.lang.String getLocaleName(LocaleContext locale,
java.lang.String sName)
AttributeHintsgetLocaleName in interface AttributeHintsgetLocaleName in class RowAttrHintsImplpublic java.lang.String[][] getCompOpers(LocaleContext locale)
AttributeHintsgetCompOpers in interface AttributeHintsgetCompOpers in class RowAttrHintsImpl
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||