|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jbo.common.NamedObjectImpl
oracle.jbo.mom.DefinitionObject
oracle.adf.model.binding.DCDefBase
oracle.adf.model.binding.DCControlBindingDef
oracle.jbo.uicli.binding.JUControlDef
oracle.jbo.uicli.binding.JUCtrlValueDef
oracle.jbo.uicli.binding.JUCtrlAttrsDef
oracle.jbo.uicli.binding.JUCtrlParameterDef
| Field Summary | |
static int |
PARAM_DEFAULTFor internal use only. |
static int |
PARAM_FINALBinding definition has the expression to get to the value that should be used for this parameter. |
static int |
PARAM_MANDATORYParameter value has to be set by the caller. |
static int |
PARAM_OPTIONALBinding definition's value is used only if the parameter is not specifically set by the caller. |
static java.lang.String |
PNAME_Option |
static java.lang.String |
PNAME_Precision |
static java.lang.String |
PNAME_PrecisionRule |
static java.lang.String |
PNAME_ReadOnly |
static java.lang.String |
PNAME_Scale |
static java.lang.String |
PNAME_Type |
static java.lang.String |
PNAME_Value |
| Fields inherited from class oracle.jbo.uicli.binding.JUCtrlValueDef |
DEFAULT_HANDLER, PNAME_ApplyValidation, PNAME_AttrNames, PNAME_InputHandler, PNAME_ListNullValueId |
| Fields inherited from class oracle.adf.model.binding.DCControlBindingDef |
PNAME_ControlBindingClass, PNAME_ControlClass, PNAME_CustomInputHandler, PNAME_InitialValue, PNAME_IterBinding, PNAME_TYPE |
| Fields inherited from class oracle.adf.model.binding.DCDefBase |
DEF_XMLNS, DEF_XMLNS_BASE, PNAME_AccessorIterator, PNAME_Action, PNAME_Boolean, PNAME_Button, PNAME_ButtonGroup, PNAME_ComboBox, PNAME_DataControlAction, PNAME_DefaultControl, PNAME_DynamicTable, PNAME_EnumList, PNAME_FormattedTextField, PNAME_Graph, PNAME_HGrid, PNAME_Iterator, PNAME_Label, PNAME_ListSingleSel, PNAME_LovButton, PNAME_LOVList, PNAME_MethodAction, PNAME_MethodIterator, PNAME_NavigationBar, PNAME_NavigationList, PNAME_Panel, PNAME_Parameter, PNAME_ProgressBar, PNAME_ProgressBarAttr, PNAME_Range, PNAME_ScrollBar, PNAME_ScrollBarAttr, PNAME_Slider, PNAME_SliderAttr, PNAME_Spinner, PNAME_Table, PNAME_TextField, PNAME_ToplinkIterator, PNAME_Tree |
| Fields inherited from class oracle.jbo.mom.DefinitionObject |
mBaseDefObject, mExtendedDefObjects, mObjectResolved |
| Fields inherited from class oracle.jbo.common.NamedObjectImpl |
mFullName, mObjName, mParent, mProperties |
| Fields inherited from interface oracle.jbo.AttributeDef |
ATTR_ASSOCIATED_ROW, ATTR_ASSOCIATED_ROWITERATOR, ATTR_DYNAMIC, ATTR_ENTITY_DERIVED, ATTR_PERSISTENT, ATTR_SQL_DERIVED, ATTR_TRANSIENT, ATTR_VARIABLE, READONLY, UPDATEABLE, UPDATEABLE_WHILE_NEW |
| Constructor Summary | |
JUCtrlParameterDef() |
|
| Method Summary | |
protected oracle.adf.model.binding.DCControlBinding |
createControlBindingInstance(java.lang.Object control, oracle.adf.model.binding.DCBindingContainer formBnd) |
boolean |
displayInShortForm(LocaleContext locale)Returns true if the attribute is to displayed in the short(summary) form. |
byte |
getAttributeKind()*** For internal framework use only *** |
java.lang.String |
getColumnName()For internal framework use only *** |
java.lang.String |
getColumnNameForQuery()For internal framework use only *** |
int |
getControlType(LocaleContext locale)Returns the preferred control type for this attribute |
int |
getDisplayHeight(LocaleContext locale)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 locale)Returns the display width for this attribute |
int |
getElemSQLType()Returns the jdbc type of the elements of this attribute. |
java.lang.Class |
getElemType()Returns the element type of the attribute. |
java.lang.String |
getExpression() |
java.lang.String |
getFormat(LocaleContext locale)returns the format string stored in the ui hints |
java.lang.String |
getFormattedAttribute(AttributeList attrList, LocaleContext locale)Returns the formatted value for the attribute. |
Formatter |
getFormatter(LocaleContext locale)returns the formatter object stored in the ui hints |
java.lang.String |
getFormatterClassName(LocaleContext locale)returns the formatter class stored in the ui hints |
java.lang.String |
getHint(LocaleContext locale, java.lang.String sHintName)Return defaulted hint value based on the hint name |
java.lang.String |
getHintValue(LocaleContext locale, java.lang.String sHintName)Return hint value based on the hint name |
int |
getIndex()Always return 0. |
java.lang.Class |
getJavaType()Returns javatype of the value that bound expression returns. |
java.lang.String |
getLabel(LocaleContext locale)Retrieves the label to be used in any attribute prompts |
java.lang.String |
getLocaleName(LocaleContext locale, java.lang.String sName)function for retrieving the locale name of a hint |
int |
getOptionFlag() |
int |
getPrecision()Return Precision value from metadata for this binding. |
int |
getScale()Return Scale value from metadata for this binding. |
int |
getSQLType()Always return -1. |
java.lang.String |
getTooltip(LocaleContext locale)Retrives the tooltip text to be used for this attribute |
AttributeHints |
getUIHelper()Returns this, as this object also implements AttributeHints interface |
byte |
getUpdateableFlag()Tests if an attribute can be modified. |
boolean |
hasFormatInformation(LocaleContext locale)Return true if any format hints have been defined for this attribute. |
void |
init(java.util.HashMap initValues) |
protected void |
initSubType() |
boolean |
isApplyPrecision() |
boolean |
isFinal() |
boolean |
isMandatory()Tests if an attribute does not allow null values. |
boolean |
isOptional() |
boolean |
isPrimaryKey()Always return false |
boolean |
isQueriable()This binding is not queriable. |
boolean |
isReadOnly()Return Updateable flag from metadata for this binding. |
boolean |
isSelected()This binding is not queriable. |
java.lang.Object |
parseFormattedAttribute(java.lang.String sValue, LocaleContext locale)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. |
protected void |
retrieveFromXML(DefElement xmlElement, java.util.HashMap valueTab) |
| Methods inherited from class oracle.jbo.uicli.binding.JUCtrlValueDef |
addValidator, createControlBinding, getAttrNames, getCustomInputHandler, getFirstAttrName, getIterBinding, getMessageBundleClass, getNullValueId, getNullValueObject, getValidators, hasCustomInputHandler, isApplyValidation, loadChildrenFromXML, loadCustomDef, loadFromXML, setApplyValidation, setCustomInputHandler, setNullValueObject |
| Methods inherited from class oracle.adf.model.binding.DCControlBindingDef |
createControl, createControlBinding, getBindingContainerDef, getControlBindingClassName, getControlClassName, getDesignTimeClass, getInitialValue, getIterBinding, getIterBindingName, getLayoutCons, getXMLElementTag, setBindingContainerDef, setControlBindingClassName, setControlClassName, setInitialValue |
| Methods inherited from class oracle.adf.model.binding.DCDefBase |
convertToBoolean, convertToInt, convertToIntArray, createAndLoadFromXML, getDefClassName, getSubType, isDirty, isNew, readXMLBoolean, readXMLInt, readXMLString, readXMLStringArray, readXMLStringArrayList, readXMLStringArrayList, setDefClassName, setDirty, setNew, setSubType |
| Methods inherited from class oracle.jbo.mom.DefinitionObject |
addExtendedDefObject, finishedLoading, getBaseDefObject, getContainerDef, getContainerName, getExtendedDefObjects, hasExtendedDefObjects, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, loadProperties, resolveReferences, setBaseDefObject, setName, setObjectResolved, setParent |
| Methods inherited from class oracle.jbo.common.NamedObjectImpl |
getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, refreshProperty, setFullName, setPropertiesMap, setProperty |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.jbo.AttributeDef |
getName |
| Methods inherited from interface oracle.jbo.Properties |
getProperties, getProperty, refreshProperty |
| Methods inherited from interface oracle.jbo.rules.ValidationManager |
getName |
| Field Detail |
public static int PARAM_FINAL
public static int PARAM_OPTIONAL
public static int PARAM_MANDATORY
public static int PARAM_DEFAULT
public static final java.lang.String PNAME_Value
public static final java.lang.String PNAME_Type
public static final java.lang.String PNAME_Scale
public static final java.lang.String PNAME_Precision
public static final java.lang.String PNAME_Option
public static final java.lang.String PNAME_ReadOnly
public static final java.lang.String PNAME_PrecisionRule
| Constructor Detail |
public JUCtrlParameterDef()
| Method Detail |
protected void initSubType()
initSubType in class JUCtrlAttrsDef
protected oracle.adf.model.binding.DCControlBinding createControlBindingInstance(java.lang.Object control,
oracle.adf.model.binding.DCBindingContainer formBnd)
createControlBindingInstance in class JUCtrlAttrsDefpublic final byte getAttributeKind()
getAttributeKind in interface AttributeDefATTR constants defined for this class.public final java.lang.String getColumnName()
getColumnName in interface AttributeDefpublic final java.lang.String getExpression()
public final java.lang.String getColumnNameForQuery()
getColumnNameForQuery in interface AttributeDefpublic final int getIndex()
getIndex in interface AttributeDefpublic final java.lang.Class getJavaType()
getJavaType in interface AttributeDefpublic final int getSQLType()
getSQLType in interface AttributeDefTypespublic final int getScale()
getScale in interface AttributeDefpublic final int getPrecision()
getPrecision in interface AttributeDefpublic final boolean isSelected()
isSelected in interface AttributeDeftrue if this attribute is transient.public final boolean isQueriable()
isQueriable in interface AttributeDeftrue if this attribute is queriable.public final boolean isReadOnly()
public final byte getUpdateableFlag()
AttributeDefgetUpdateableFlag in interface AttributeDefREADONLY, UPDATEABLE, or UPDATEABLE_WHILE_NEW.public final boolean isPrimaryKey()
isPrimaryKey in interface AttributeDeftrue if this is either a Primary Key attribute or part of the attributes that constitute the Primary Key for a given row.public final boolean isApplyPrecision()
public final boolean isMandatory()
AttributeDefisMandatory in interface AttributeDeftrue if this attribute cannot store a null valuepublic final boolean isOptional()
public final boolean isFinal()
public int getOptionFlag()
public final AttributeHints getUIHelper()
getUIHelper in interface AttributeDefAttributeHintspublic final java.lang.Class getElemType()
AttributeDefFor VARRAYs, this method returns the class name of the elements that are in the VARRAY.
Element type is relevant only if the attribute is an array attribute.
getElemType in interface AttributeDefpublic final int getElemSQLType()
AttributeDefFor VARRAYs, this method returns the jdbc type of the elements that are in the VARRAY.
Element type is relevant only if the attribute is an array attribute.
getElemSQLType in interface AttributeDefpublic final java.lang.String getLabel(LocaleContext locale)
AttributeHintsgetLabel in interface AttributeHintspublic final java.lang.String getTooltip(LocaleContext locale)
AttributeHintsgetTooltip in interface AttributeHintspublic final java.lang.String getDisplayHint(LocaleContext locale)
AttributeHintsgetDisplayHint in interface AttributeHintspublic final int getControlType(LocaleContext locale)
AttributeHintsgetControlType in interface AttributeHintspublic final int getDisplayWidth(LocaleContext locale)
AttributeHintsgetDisplayWidth in interface AttributeHintspublic final int getDisplayHeight(LocaleContext locale)
AttributeHintsgetDisplayHeight in interface AttributeHints
public final java.lang.String getHint(LocaleContext locale,
java.lang.String sHintName)
AttributeHintsgetHint in interface AttributeHints
public final java.lang.String getHintValue(LocaleContext locale,
java.lang.String sHintName)
AttributeHintsgetHintValue in interface AttributeHintspublic final java.lang.String getFormat(LocaleContext locale)
AttributeHintsgetFormat in interface AttributeHintspublic final java.lang.String getFormatterClassName(LocaleContext locale)
AttributeHintsgetFormatterClassName in interface AttributeHintspublic final Formatter getFormatter(LocaleContext locale)
AttributeHintsgetFormatter in interface AttributeHintspublic final boolean hasFormatInformation(LocaleContext locale)
AttributeHintshasFormatInformation in interface AttributeHints
public final java.lang.String getFormattedAttribute(AttributeList attrList,
LocaleContext locale)
AttributeHintsgetFormattedAttribute in interface AttributeHints
public final java.lang.Object parseFormattedAttribute(java.lang.String sValue,
LocaleContext locale)
AttributeHintsparseFormattedAttribute in interface AttributeHintspublic final boolean displayInShortForm(LocaleContext locale)
AttributeHintsdisplayInShortForm in interface AttributeHints
public final java.lang.String getLocaleName(LocaleContext locale,
java.lang.String sName)
AttributeHintsgetLocaleName in interface AttributeHints
protected void retrieveFromXML(DefElement xmlElement,
java.util.HashMap valueTab)
public void init(java.util.HashMap initValues)
init in class JUCtrlValueDef
|
Oracle Application Development Framework Model and Business Components Java API Reference
10g Release 3 (10.1.3) B16005-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||