Skip navigation links

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

E10653-06


oracle.jbo.uicli.binding
Class JUCtrlListDef

java.lang.Object
  extended by oracle.jbo.common.NamedObjectImpl
      extended by oracle.jbo.mom.DefinitionObject
          extended by oracle.jbo.mom.PersistableDefObject
              extended by oracle.adf.model.binding.DCDefBase
                  extended by oracle.adf.model.binding.DCControlBindingDef
                      extended by oracle.jbo.uicli.binding.JUControlDef
                          extended by oracle.jbo.uicli.binding.JUCtrlValueDef
                              extended by oracle.jbo.uicli.binding.JUCtrlAttrsDef
                                  extended by oracle.jbo.uicli.binding.JUCtrlListDef

All Implemented Interfaces:
DefPersistable, PersistentDefinition, ValidationManager
Direct Known Subclasses:
JUComboBoxDef, JUCtrlBoolDef, JUListSingleSelDef, JULovButtonDef, JUSpinnerDef

Deprecated. since 11.1.1.4.0 Applications should not use this api.

public class JUCtrlListDef
extends JUCtrlAttrsDef

Applications should not be using this class or it's methods directly.

For internal use only. Application developers should not use this

Nested Class Summary

 

Nested classes/interfaces inherited from class oracle.jbo.mom.PersistableDefObject
PersistableDefObject.CustomizationType, PersistableDefObject.PersonalizationType

 

Field Summary
static java.lang.String DEF_MRU_SEP
          Deprecated.  
protected  int mNullValueFlag
          Deprecated.  
static java.lang.String PNAME_AttrExpressions
          Deprecated.  
static java.lang.String PNAME_DerivedAttrNames
          Deprecated.  
static java.lang.String PNAME_LabelList
          Deprecated.  
static java.lang.String PNAME_ListAttrNames
          Deprecated.  
static java.lang.String PNAME_ListDisplayAttrNames
          Deprecated.  
static java.lang.String PNAME_ListIterName
          Deprecated.  
static java.lang.String PNAME_ListNullValueFlag
          Deprecated.  
static java.lang.String PNAME_ListOperMode
          Deprecated.  
static java.lang.String PNAME_ListRangeSize
          Deprecated.  
static java.lang.String PNAME_ListRSIName
          Deprecated.  
static java.lang.String PNAME_ListServerBindingName
          Deprecated.  
static java.lang.String PNAME_ListVOName
          Deprecated.  
static java.lang.String PNAME_MRUCount
          Deprecated.  
static java.lang.String PNAME_MRUId
          Deprecated.  
static java.lang.String PNAME_SearchCriteria
          Deprecated.  
static java.lang.String PNAME_StaticList
          Deprecated.  
static java.lang.String PNAME_ValueList
          Deprecated.  
static java.lang.String STR_LIST_ADD_NULL_AT_END
          Deprecated.  
static java.lang.String STR_LIST_ADD_NULL_AT_START
          Deprecated.  
static java.lang.String STR_LIST_ADD_NULL_NOWHERE
          Deprecated.  
static java.lang.String STR_LIST_OPER_MULTI_SELECT
          Deprecated.  
static java.lang.String STR_LIST_OPER_NAVIGATE
          Deprecated.  
static java.lang.String STR_LIST_OPER_SET_ATTRIBUTE
          Deprecated.  

 

Fields inherited from class oracle.jbo.uicli.binding.JUCtrlValueDef
DEFAULT_HANDLER, PNAME_ApplyValidation, PNAME_AttrNames, PNAME_AttrViewExprs, PNAME_CtrlPermission, PNAME_IncludeSelectionAttr, PNAME_InputHandler, PNAME_ListNullValueId, PNAME_Permissions, PNAME_SelectionAttr, PNAME_SelectionValue, PNAME_UnSelectionValue, PNAME_UseRowHints

 

Fields inherited from class oracle.adf.model.binding.DCControlBindingDef
PNAME_ControlBindingClass, PNAME_ControlClass, PNAME_CustomInputHandler, PNAME_InitialValue, PNAME_IterBinding, PNAME_TYPE, PNAME_Viewable

 

Fields inherited from class oracle.adf.model.binding.DCDefBase
DEF_XMLNS, DEF_XMLNS_BASE, EMPTY_STR, PNAME_AccessorIterator, PNAME_Action, PNAME_Boolean, PNAME_Button, PNAME_ButtonGroup, PNAME_Calendar, PNAME_ComboBox, PNAME_ComboBoxLovEdit, PNAME_DataControlAction, PNAME_DefaultControl, PNAME_DynamicTable, PNAME_EnumList, PNAME_EventBinding, PNAME_EventEnabled, PNAME_EventEnabled_NONE, PNAME_EventEnabled_PPR, PNAME_EventEnabled_PUSH, 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_Permission, PNAME_ProgressBar, PNAME_ProgressBarAttr, PNAME_Range, PNAME_ScrollBar, PNAME_ScrollBarAttr, PNAME_Shuttle, PNAME_Slider, PNAME_SliderAttr, PNAME_Spinner, PNAME_Table, PNAME_TextField, PNAME_ToplinkIterator, PNAME_Tree, PNAME_TreeTable

 

Fields inherited from class oracle.jbo.mom.DefinitionObject
DEF_MDS_CLIENT_KEY, DEF_SCOPE_PERS, DEF_SCOPE_SESSION, DEF_SCOPE_SHARED, mBaseDefObject, mExtendedDefObjects, mObjectResolved, PERSDEF_MDS_CLIENT_KEY, PROPERTY_EXPRMAP

 

Fields inherited from class oracle.jbo.common.NamedObjectImpl
mFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX

 

Fields inherited from interface oracle.jbo.mom.xml.DefPersistable
XML_STATEMENT

 

Constructor Summary
JUCtrlListDef()
          Deprecated.  
JUCtrlListDef(java.lang.String name, java.lang.String controlClassName, java.lang.String controlBindingClassName, java.lang.String iterBindingName, java.lang.String[] attrNames, boolean staticList, java.lang.String listVOName, java.lang.String listRSIName, java.lang.String[] listAttrNames, java.lang.Object[] valueList)
          Deprecated.  

 

Method Summary
static int convertListNullValueFlag(java.lang.String str)
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
static int convertListOperModeStr(java.lang.String str)
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
protected  DCControlBinding createControlBindingInstance(java.lang.Object control, DCBindingContainer formBnd)
          Deprecated.  
protected  JUCtrlListBinding createListBindingInstance(java.lang.Object control, DCIteratorBinding iterBinding, java.lang.String[] attrNames, DCIteratorBinding listIterBinding, java.lang.String[] listAttrNames, java.lang.String[] listDisplayAttrNames)
          Deprecated.  
protected  JUCtrlListBinding createListBindingInstance(java.lang.Object control, DCIteratorBinding iterBinding, java.lang.String[] attrNames, int listOperMode)
          Deprecated.  
protected  JUCtrlListBinding createListBindingInstance(java.lang.Object control, DCIteratorBinding iterBinding, java.lang.String[] attrNames, java.lang.Object[] valueList)
          Deprecated.  
protected  JUCtrlListBinding createListBindingInstance(java.lang.Object control, DCIteratorBinding iterBinding, java.lang.String[] attrNames, java.lang.String serverBindingName)
          Deprecated.  
protected  RowSetIterator filterAndApplyListWithCaseCheck(java.lang.String lbName, RowSetIterator listRSI, java.util.Map mappingValues, Row targetRow, ViewCriteria criteria, boolean exact, boolean checkForCase, boolean ignoreOpers, boolean applySelection)
          Deprecated.  
protected  RowSetIterator filterList(RowSetIterator listRSI, java.util.Map mappingValues, Row targetRow, ViewCriteria criteria, boolean exact, boolean checkForCase)
          Deprecated.  
protected  RowSetIterator filterList(java.lang.String lbName, RowSetIterator listRSI, java.util.Map mappingValues, Row targetRow, ViewCriteria criteria, boolean exact, boolean checkForCase)
          Deprecated.  
protected  DCIteratorBinding findListIteratorBinding(DCBindingContainer formBinding)
          Deprecated.  
 int getComboDisplayAttributeCount()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 int getComboDisplayRowCountHint()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 java.lang.String getDelimiter()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 java.lang.String[] getDerivedAttrNames()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
protected  java.lang.String getDisplayCriteriaName()
          Deprecated. If server based binding, then return criteria name for the criteria to display from the server binding.
 java.lang.String[] getLabelList()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 java.lang.String[] getListAttrNames()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
protected  AbstractListBinding getListBindingService(StructureDef component, RowSetIterator listIter)
          Deprecated.  
 java.lang.String[] getListDisplayAttrNames()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 java.lang.String getListIteratorBindingName()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 int getListOperMode()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 int getListRangeSize()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 java.lang.String getListRSIName()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 java.lang.String getListVOName()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 int getMRUCount()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 int getNullValueFlag()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
protected  java.lang.String getNullValueText(java.util.Locale locale)
          Deprecated.  
 java.lang.String getPreferredCriteriaNameForServerBinding(java.lang.String lbName)
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 java.lang.String getPreferredListCriteriaName()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 boolean getRowLevelBinds()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 java.lang.Object[] getValueList()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 void init(java.util.HashMap initValues)
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
protected  void initializeControlBinding(DCBindingContainer formBnd, DCControlBinding controlBnd)
          Deprecated.  
protected  void initSubType()
          Deprecated.  
protected  boolean isAutoExecuteCriteria()
          Deprecated. If server based binding, then return if the criteria needs to be auto-executed.
protected  boolean isCriteriaShown()
          Deprecated. If server based binding, then return if the list UI should display any criteria.
 boolean isStaticList()
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 void loadChildrenFromXML(DefElement xmlElement)
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
protected  void retrieveFromXML(DefElement xmlElement, java.util.HashMap valueTab)
          Deprecated.  
 void setListOperMode(int listOperMode)
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 void setListRangeSize(int listRangeSize)
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
 void setStaticList(boolean staticList)
          Deprecated. since 11.1.1.4.0 Applications should not use this api.
protected  boolean usesServerBinding()
          Deprecated.  

 

Methods inherited from class oracle.jbo.uicli.binding.JUCtrlValueDef
addValidator, getAttrNames, getAttrViewExpressions, getChangeEventPolicy, getCustomInputHandler, getEventDefList, getFirstAttrName, getIterBinding, getMessageBundleClass, getNullValueId, getNullValueObject, getResourceBundleDef, getSelectionDef, getValidators, hasCustomInputHandler, initSelectionDef, isApplyValidation, isPushDataChangeEvents, isPushOrPollDataChangeEvents, isUseRowHints, loadCustomDef, loadEventDefinitions, loadFromXML, setApplyValidation, setAttributeNames, setCustomInputHandler, setEventDefList, setNullValueObject, setSelectionDef, setUseRowHints

 

Methods inherited from class oracle.adf.model.binding.DCControlBindingDef
createControl, createControlBinding, createControlBinding, findControlBinding, getBindingContainerDef, getControlBindingClassName, getControlClassName, getDefTypeId, getDesignTimeClass, getInitialValue, getIterBinding, getIterBindingName, getLayoutCons, getViewableExpr, getXMLElementTag, setBindingContainerDef, setControlBindingClassName, setControlClassName, setInitialValue, setIterBindingName

 

Methods inherited from class oracle.adf.model.binding.DCDefBase
convertToBoolean, convertToDataChangePolicy, convertToInt, convertToIntArray, convertToLong, createAndLoadFromXML, getDefClassName, getDefXMLNameSpace, getOrigObject, getPermissionDef, getPersonalizer, getPersonalizerClass, getSubType, isDirty, isNew, loadPermissionDef, loadXMLContents, readXMLBoolean, readXMLInt, readXMLLong, readXMLString, readXMLStringArray, readXMLStringArrayList, readXMLStringArrayList, setDefClassName, setDirty, setNew, setOrigObject, setPermissionDef, setSubType

 

Methods inherited from class oracle.jbo.mom.PersistableDefObject
addDefImport, addExtendedDefObject, allocatePropertyMap, checkEditable, close, createFromXML, deregisterSessionObject, findDefImport, finishedLoading, getBaseDir, getBasePackage, getDefImports, getDefManager, getDefWriter, getDefXMLElementTag, getEditObject, getExtendedDefObjectsInternal, getFileName, getFullDirName, getFullFileName, getPropertyMap, getSubstitutedNames, guaranteePath, hasExtendedDefObjects, isCustomizationEnabled, isCustomizationEnabled, isEditable, isPersonalizationEnabled, isPersonalizationEnabled, loadDefImports, mergePropertyMap, objectRemoved, registerClass, registerDefObject, registerSessionDefObject, remove, removeAndDelete, removeDefImport, removeExtendedDefObject, removeProperty, saveXMLContents, setCustomizationEnabled, setCustomizationEnabled, setDefaultBaseDir, setDefMgr, setEditable, setPersonalizationEnabled, setPersonalizationEnabled, setProperty, setPropertyExpression, setPropertyMap, updateChildrenList, verifyVersion, writeChildren, writeContents, writeObject, writeVersion, writeXMLContents

 

Methods inherited from class oracle.jbo.mom.DefinitionObject
addPropertySetName, enableUpdateCheck, getBaseDefObject, getContainerDef, getContainerName, getDefScope, getExtendedDefObjects, getMdsKey, getMdsReference, getPropertySetName, getPropertySetNames, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, isSuppressUpdateCheck, loadCustomProperties, loadProperties, loadPropertiesInMap, loadPropertySetNames, loadSchemaProperties, resolveReferences, setBaseDefObject, setBaseDefObject, setDefScope, setMdsKey, setMdsReference, setName, setObjectResolved, setParent, setPropertySetName, suppressUpdateCheck

 

Methods inherited from class oracle.jbo.common.NamedObjectImpl
getAllProperties, getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getPropertyExpressionsMap, getResourcesFromBundle, getStringFromMessageBundle, isPropertyExpression, refreshProperty, removeProperty, requiresNamePrefixedResId, resolveObjectProperty, resolvePropertyRaw, setFullName, setPropertiesMap, setPropertiesMap2, 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.rules.ValidationManager
getFullName, getName

 

Methods inherited from interface oracle.jbo.mom.xml.DefPersistable
getFullName

 

Field Detail

mNullValueFlag

protected int mNullValueFlag
Deprecated. 

STR_LIST_OPER_SET_ATTRIBUTE

public static final java.lang.String STR_LIST_OPER_SET_ATTRIBUTE
Deprecated. 
See Also:
Constant Field Values

STR_LIST_OPER_NAVIGATE

public static final java.lang.String STR_LIST_OPER_NAVIGATE
Deprecated. 
See Also:
Constant Field Values

STR_LIST_OPER_MULTI_SELECT

public static final java.lang.String STR_LIST_OPER_MULTI_SELECT
Deprecated. 
See Also:
Constant Field Values

STR_LIST_ADD_NULL_NOWHERE

public static final java.lang.String STR_LIST_ADD_NULL_NOWHERE
Deprecated. 
See Also:
Constant Field Values

STR_LIST_ADD_NULL_AT_START

public static final java.lang.String STR_LIST_ADD_NULL_AT_START
Deprecated. 
See Also:
Constant Field Values

STR_LIST_ADD_NULL_AT_END

public static final java.lang.String STR_LIST_ADD_NULL_AT_END
Deprecated. 
See Also:
Constant Field Values

PNAME_MRUCount

public static final java.lang.String PNAME_MRUCount
Deprecated. 
See Also:
Constant Field Values

PNAME_MRUId

public static final java.lang.String PNAME_MRUId
Deprecated. 
See Also:
Constant Field Values

PNAME_ListOperMode

public static final java.lang.String PNAME_ListOperMode
Deprecated. 
See Also:
Constant Field Values

PNAME_StaticList

public static final java.lang.String PNAME_StaticList
Deprecated. 
See Also:
Constant Field Values

PNAME_ListAttrNames

public static final java.lang.String PNAME_ListAttrNames
Deprecated. 
See Also:
Constant Field Values

PNAME_ListDisplayAttrNames

public static final java.lang.String PNAME_ListDisplayAttrNames
Deprecated. 
See Also:
Constant Field Values

PNAME_ListRangeSize

public static final java.lang.String PNAME_ListRangeSize
Deprecated. 
See Also:
Constant Field Values

PNAME_ValueList

public static final java.lang.String PNAME_ValueList
Deprecated. 
See Also:
Constant Field Values

PNAME_LabelList

public static final java.lang.String PNAME_LabelList
Deprecated. 
See Also:
Constant Field Values

PNAME_SearchCriteria

public static final java.lang.String PNAME_SearchCriteria
Deprecated. 
See Also:
Constant Field Values

PNAME_AttrExpressions

public static final java.lang.String PNAME_AttrExpressions
Deprecated. 
See Also:
Constant Field Values

PNAME_DerivedAttrNames

public static final java.lang.String PNAME_DerivedAttrNames
Deprecated. 
See Also:
Constant Field Values

PNAME_ListVOName

public static final java.lang.String PNAME_ListVOName
Deprecated. 
See Also:
Constant Field Values

PNAME_ListRSIName

public static final java.lang.String PNAME_ListRSIName
Deprecated. 
See Also:
Constant Field Values

PNAME_ListServerBindingName

public static final java.lang.String PNAME_ListServerBindingName
Deprecated. 
See Also:
Constant Field Values

PNAME_ListIterName

public static final java.lang.String PNAME_ListIterName
Deprecated. 
See Also:
Constant Field Values

PNAME_ListNullValueFlag

public static final java.lang.String PNAME_ListNullValueFlag
Deprecated. 
See Also:
Constant Field Values

DEF_MRU_SEP

public static final java.lang.String DEF_MRU_SEP
Deprecated. 
See Also:
Constant Field Values

Constructor Detail

JUCtrlListDef

public JUCtrlListDef()
Deprecated. 

JUCtrlListDef

public JUCtrlListDef(java.lang.String name,
                     java.lang.String controlClassName,
                     java.lang.String controlBindingClassName,
                     java.lang.String iterBindingName,
                     java.lang.String[] attrNames,
                     boolean staticList,
                     java.lang.String listVOName,
                     java.lang.String listRSIName,
                     java.lang.String[] listAttrNames,
                     java.lang.Object[] valueList)
Deprecated. 

Method Detail

initSubType

protected void initSubType()
Deprecated. 
Overrides:
initSubType in class JUCtrlAttrsDef

init

public void init(java.util.HashMap initValues)
Deprecated. since 11.1.1.4.0 Applications should not use this api.
Overrides:
init in class JUCtrlValueDef
For internal use only. Application developers should not use this

usesServerBinding

protected boolean usesServerBinding()
Deprecated. 

getDisplayCriteriaName

protected java.lang.String getDisplayCriteriaName()
Deprecated. 
If server based binding, then return criteria name for the criteria to display from the server binding.

isAutoExecuteCriteria

protected boolean isAutoExecuteCriteria()
Deprecated. 
If server based binding, then return if the criteria needs to be auto-executed.

isCriteriaShown

protected boolean isCriteriaShown()
Deprecated. 
If server based binding, then return if the list UI should display any criteria.

getDerivedAttrNames

public java.lang.String[] getDerivedAttrNames()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getListOperMode

public int getListOperMode()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getDelimiter

public java.lang.String getDelimiter()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getMRUCount

public int getMRUCount()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getRowLevelBinds

public boolean getRowLevelBinds()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

setListOperMode

public void setListOperMode(int listOperMode)
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

isStaticList

public boolean isStaticList()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getNullValueFlag

public int getNullValueFlag()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getNullValueText

protected java.lang.String getNullValueText(java.util.Locale locale)
Deprecated. 

setStaticList

public void setStaticList(boolean staticList)
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getListIteratorBindingName

public java.lang.String getListIteratorBindingName()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getListVOName

public java.lang.String getListVOName()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getListRSIName

public java.lang.String getListRSIName()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getPreferredListCriteriaName

public java.lang.String getPreferredListCriteriaName()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getPreferredCriteriaNameForServerBinding

public java.lang.String getPreferredCriteriaNameForServerBinding(java.lang.String lbName)
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getListAttrNames

public java.lang.String[] getListAttrNames()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getComboDisplayAttributeCount

public int getComboDisplayAttributeCount()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getComboDisplayRowCountHint

public int getComboDisplayRowCountHint()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getListDisplayAttrNames

public java.lang.String[] getListDisplayAttrNames()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getListRangeSize

public int getListRangeSize()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

setListRangeSize

public void setListRangeSize(int listRangeSize)
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getValueList

public java.lang.Object[] getValueList()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

getLabelList

public java.lang.String[] getLabelList()
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

findListIteratorBinding

protected DCIteratorBinding findListIteratorBinding(DCBindingContainer formBinding)
Deprecated. 

retrieveFromXML

protected void retrieveFromXML(DefElement xmlElement,
                               java.util.HashMap valueTab)
Deprecated. 
Overrides:
retrieveFromXML in class DCControlBindingDef

loadChildrenFromXML

public void loadChildrenFromXML(DefElement xmlElement)
Deprecated. since 11.1.1.4.0 Applications should not use this api.
Overrides:
loadChildrenFromXML in class JUCtrlValueDef
For internal use only. Application developers should not use this

createListBindingInstance

protected JUCtrlListBinding createListBindingInstance(java.lang.Object control,
                                                      DCIteratorBinding iterBinding,
                                                      java.lang.String[] attrNames,
                                                      int listOperMode)
Deprecated. 

createListBindingInstance

protected JUCtrlListBinding createListBindingInstance(java.lang.Object control,
                                                      DCIteratorBinding iterBinding,
                                                      java.lang.String[] attrNames,
                                                      java.lang.Object[] valueList)
Deprecated. 

createListBindingInstance

protected JUCtrlListBinding createListBindingInstance(java.lang.Object control,
                                                      DCIteratorBinding iterBinding,
                                                      java.lang.String[] attrNames,
                                                      java.lang.String serverBindingName)
Deprecated. 

createListBindingInstance

protected JUCtrlListBinding createListBindingInstance(java.lang.Object control,
                                                      DCIteratorBinding iterBinding,
                                                      java.lang.String[] attrNames,
                                                      DCIteratorBinding listIterBinding,
                                                      java.lang.String[] listAttrNames,
                                                      java.lang.String[] listDisplayAttrNames)
Deprecated. 

createControlBindingInstance

protected DCControlBinding createControlBindingInstance(java.lang.Object control,
                                                        DCBindingContainer formBnd)
Deprecated. 
Overrides:
createControlBindingInstance in class JUCtrlAttrsDef

initializeControlBinding

protected void initializeControlBinding(DCBindingContainer formBnd,
                                        DCControlBinding controlBnd)
Deprecated. 
Overrides:
initializeControlBinding in class JUCtrlAttrsDef

getListBindingService

protected AbstractListBinding getListBindingService(StructureDef component,
                                                    RowSetIterator listIter)
Deprecated. 

filterList

protected RowSetIterator filterList(RowSetIterator listRSI,
                                    java.util.Map mappingValues,
                                    Row targetRow,
                                    ViewCriteria criteria,
                                    boolean exact,
                                    boolean checkForCase)
Deprecated. 

filterList

protected RowSetIterator filterList(java.lang.String lbName,
                                    RowSetIterator listRSI,
                                    java.util.Map mappingValues,
                                    Row targetRow,
                                    ViewCriteria criteria,
                                    boolean exact,
                                    boolean checkForCase)
Deprecated. 
For internal use only. Application developers should not use this
only for framework use. may be removed without notice.

filterAndApplyListWithCaseCheck

protected RowSetIterator filterAndApplyListWithCaseCheck(java.lang.String lbName,
                                                         RowSetIterator listRSI,
                                                         java.util.Map mappingValues,
                                                         Row targetRow,
                                                         ViewCriteria criteria,
                                                         boolean exact,
                                                         boolean checkForCase,
                                                         boolean ignoreOpers,
                                                         boolean applySelection)
Deprecated. 
For internal use only. Application developers should not use this
only for framework use. may be removed without notice.

convertListOperModeStr

public static int convertListOperModeStr(java.lang.String str)
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

convertListNullValueFlag

public static int convertListNullValueFlag(java.lang.String str)
Deprecated. since 11.1.1.4.0 Applications should not use this api.
For internal use only. Application developers should not use this

Skip navigation links

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

E10653-06


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