Oracle Data-aware Controls Reference

oracle.dacf.control.swing
Interface ComboBoxDataSource.ValueLocator

All Known Implementing Classes:
DefaultValueLocator, SearchableValueLocator
Enclosing interface:
ComboBoxDataSource

public static interface ComboBoxDataSource.ValueLocator


Method Summary
 int findIndexInMaster(javax.infobus.ImmediateAccess searchFor, javax.infobus.ScrollableRowsetAccess masterRowset, javax.infobus.ScrollableRowsetAccess detailRowset)
           
 boolean getNullValuesAllowed()
           
 void setNullValuesAllowed(boolean nullValuesAllowed)
           
 void updateKeyColumnName(java.lang.String newListValueDataItemName, ComboBoxControl c)
           
 

Method Detail

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)

Oracle Data-aware Controls Reference

 

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