oracle.dacf.control.swing
Interface ComboBoxDataSource.ValueLocator
- All Known Implementing Classes:
- DefaultValueLocator, SearchableValueLocator
- Enclosing interface:
- ComboBoxDataSource
- public static interface ComboBoxDataSource.ValueLocator
findIndexInMaster
public int findIndexInMaster(javax.infobus.ImmediateAccess searchFor,
javax.infobus.ScrollableRowsetAccess masterRowset,
javax.infobus.ScrollableRowsetAccess detailRowset)
updateKeyColumnName
public void updateKeyColumnName(java.lang.String newListValueDataItemName,
ComboBoxControl c)
getNullValuesAllowed
public boolean getNullValuesAllowed()
setNullValuesAllowed
public void setNullValuesAllowed(boolean nullValuesAllowed)
Copyright © 1997, 2003, Oracle. All rights reserved.