|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.AbstractListModel
oracle.dacf.control.swing.ColumnModelSupport
oracle.dacf.control.swing.CachedColumnModelSupport
oracle.dacf.control.swing.ComboBoxDataSource
oracle.dacf.control.swing.MappedComboBoxDataSource
ComboBox datasource. Provides mapping support
ComboBoxDataSource
,
Serialized FormNested Class Summary |
Nested classes inherited from class oracle.dacf.control.swing.ComboBoxDataSource |
ComboBoxDataSource.ValueLocator |
Field Summary |
Fields inherited from class oracle.dacf.control.swing.ComboBoxDataSource |
_cachedSelectedItemInvalid, _comboBox, _detailItem, _listValueDataItemName, _rowsetForUpdateableItem, _selectedItem, _valueLocator |
Fields inherited from class oracle.dacf.control.swing.ColumnModelSupport |
bDisableEvent |
Fields inherited from class javax.swing.AbstractListModel |
listenerList |
Constructor Summary | |
MappedComboBoxDataSource(ComboBoxControl comboBox)
Constructor |
|
MappedComboBoxDataSource(ComboBoxControl comboBox,
java.lang.String listDataItemName)
Constructor |
Method Summary | |
void |
available(java.lang.String name,
java.lang.Object publishedObject)
|
void |
dataItemValueChanged(javax.infobus.DataItemValueChangedEvent e)
Indicates a changed value in the bound data item. |
void |
rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent e)
Indicates that the cursor for the bound RowsetAccess data item has changed rows. |
Methods inherited from class oracle.dacf.control.swing.CachedColumnModelSupport |
findCachedItem, getElementAt, isCachingEnabled, revokeAllRows, rowsAdded, rowsChanged, setCachingEnabled |
Methods inherited from class javax.swing.AbstractListModel |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.swing.ListModel |
addListDataListener, getElementAt, getSize, removeListDataListener |
Constructor Detail |
public MappedComboBoxDataSource(ComboBoxControl comboBox)
comboBox
- a handle to the parent controlpublic MappedComboBoxDataSource(ComboBoxControl comboBox, java.lang.String listDataItemName)
comboBox
- a handle to the parent controllistDataItemName
- data item name for the comboMethod Detail |
public void dataItemValueChanged(javax.infobus.DataItemValueChangedEvent e)
ColumnModelSupport
ColumnModelSupport notifies its listeners upon receiving this event.
dataItemValueChanged
in interface javax.infobus.DataItemChangeListener
dataItemValueChanged
in class ColumnModelSupport
DataItemChangeListener.dataItemValueChanged(javax.infobus.DataItemValueChangedEvent)
public void rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent e)
ColumnModelSupport
A reference to the rowset data item can be obtained from the event.
ColumnModelSupport notifies its listeners upon receiving this event.
rowsetCursorMoved
in interface javax.infobus.DataItemChangeListener
rowsetCursorMoved
in class ColumnModelSupport
DataItemChangeListener.rowsetCursorMoved(javax.infobus.RowsetCursorMovedEvent)
public void available(java.lang.String name, java.lang.Object publishedObject)
available
in interface oracle.dacf.rp.Consumer
available
in class ColumnModelSupport
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.