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

E10653-02

oracle.jbo.server
Class SIFAttrHintsHelper

java.lang.Object
  extended by oracle.jbo.server.SIFAttrHintsHelper

public class SIFAttrHintsHelper
extends java.lang.Object

Defines access to SIF row specific attribute's user interface hints.

Since:
JDeveloper 9.0.2
See Also:
AttributeDef

Constructor Summary
protected SIFAttrHintsHelper(AttributeDefImpl attr, Row row, CtrlHintsSupport ctrlHintSupport)
           
 
Method Summary
 boolean displayInShortForm(LocaleContext locale)
           
 java.util.HashMap getAllHints(LocaleContext locale)
           
 int getControlType(LocaleContext locale)
           
 int getDisplayHeight(LocaleContext locale)
           
 java.lang.String getDisplayHint(LocaleContext locale)
           
 int getDisplayWidth(LocaleContext locale)
           
 java.lang.String getFormat(LocaleContext locale)
           
 java.lang.String getFormattedAttribute(AttributeList attrList, LocaleContext locale)
           
 Formatter getFormatter(LocaleContext locale)
           
 java.lang.String getFormatterClassName(LocaleContext locale)
           
 java.lang.String getHint(LocaleContext locale, java.lang.String sHintName)
           
 java.lang.String getHintValue(LocaleContext locale, java.lang.String sHintName)
           
 java.lang.String getLabel(LocaleContext locale)
           
 java.lang.String getTooltip(LocaleContext locale)
           
 boolean hasFormatInformation(LocaleContext locale)
           
 boolean isAutoSubmit(LocaleContext locale)
           
 java.lang.Object parseFormattedAttribute(java.lang.String sValue, LocaleContext locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SIFAttrHintsHelper

protected SIFAttrHintsHelper(AttributeDefImpl attr,
                             Row row,
                             CtrlHintsSupport ctrlHintSupport)
Method Detail

getLabel

public java.lang.String getLabel(LocaleContext locale)

getTooltip

public java.lang.String getTooltip(LocaleContext locale)

getDisplayHint

public java.lang.String getDisplayHint(LocaleContext locale)

getControlType

public int getControlType(LocaleContext locale)

getDisplayWidth

public int getDisplayWidth(LocaleContext locale)

getDisplayHeight

public int getDisplayHeight(LocaleContext locale)

isAutoSubmit

public boolean isAutoSubmit(LocaleContext locale)

getHint

public java.lang.String getHint(LocaleContext locale,
                                java.lang.String sHintName)

getHintValue

public java.lang.String getHintValue(LocaleContext locale,
                                     java.lang.String sHintName)

hasFormatInformation

public boolean hasFormatInformation(LocaleContext locale)

getFormattedAttribute

public java.lang.String getFormattedAttribute(AttributeList attrList,
                                              LocaleContext locale)

parseFormattedAttribute

public java.lang.Object parseFormattedAttribute(java.lang.String sValue,
                                                LocaleContext locale)

displayInShortForm

public boolean displayInShortForm(LocaleContext locale)

getFormat

public java.lang.String getFormat(LocaleContext locale)

getFormatter

public Formatter getFormatter(LocaleContext locale)

getFormatterClassName

public java.lang.String getFormatterClassName(LocaleContext locale)

getAllHints

public java.util.HashMap getAllHints(LocaleContext locale)

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

E10653-02

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