A B C D E F G H I L M N O P R S T V

A

AbstractDataProvider - Class in com.sun.data.provider.impl
Abstract base implementation of DataProvider.
AbstractDataProvider() - Constructor for class com.sun.data.provider.impl.AbstractDataProvider
 
AbstractTableDataProvider - Class in com.sun.data.provider.impl
Abstract base implementation of TableDataProvider.
AbstractTableDataProvider() - Constructor for class com.sun.data.provider.impl.AbstractTableDataProvider
 
addDataListener(DataListener) - Method in interface com.sun.data.provider.DataProvider
Register a new DataListener to this DataProvider instance.
addDataListener(DataListener) - Method in class com.sun.data.provider.impl.AbstractDataProvider

Register a new DataListener to this DataProvider instance.

addDataListener(DataListener) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Register a new DataListener to this DataProvider instance.

addDataListener(DataListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Register a new DataListener to this DataProvider instance.

addFieldKey(FieldKey) - Method in class com.sun.data.provider.impl.AbstractDataProvider
Adds a FieldKey to the list of keys
addFieldKeys(FieldKey[]) - Method in class com.sun.data.provider.impl.AbstractDataProvider
Adds a list of FieldKeys to the list of keys
addObject(Object) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Append the specified object to the list of contained objects.
addRefreshableDataListener(RefreshableDataListener) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Register a new RefreshableDataListener to this RefreshableDataProvider instance.

addRefreshableDataListener(RefreshableDataListener) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Register a new RefreshableDataListener to this RefreshableDataProvider instance.

addRefreshableDataListener(RefreshableDataListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Register a new RefreshableDataListener to this RefreshableDataProvider instance.

addRefreshableDataListener(RefreshableDataListener) - Method in interface com.sun.data.provider.RefreshableDataProvider
Register a new RefreshableDataListener to this RefreshableDataProvider instance.
addTableCursorListener(TableCursorListener) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Register a new TableCursorListener to this TableDataProvider instance.

addTableCursorListener(TableCursorListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Register a new TableCursorListener to this TableDataProvider instance.

addTableCursorListener(TableCursorListener) - Method in interface com.sun.data.provider.TableDataProvider
Register a new TableCursorListener to this TableDataProvider instance.
addTableDataListener(TableDataListener) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Register a new TableDataListener to this TableDataProvider instance.

addTableDataListener(TableDataListener) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Register a new TableDataListener to this TableDataProvider instance.

addTableDataListener(TableDataListener) - Method in interface com.sun.data.provider.TableDataProvider
Register a new TableDataListener to this TableDataProvider instance.
addTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider

Register a new TransactionalDataListener to this TransactionalDataProvider instance.

addTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Register a new TransactionalDataListener to this TransactionalDataProvider instance.

addTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Register a new TransactionalDataListener to this TransactionalDataProvider instance.

addTransactionalDataListener(TransactionalDataListener) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Register a new TransactionalDataListener to this TransactionalDataProvider instance.

addTransactionalDataListener(TransactionalDataListener) - Method in interface com.sun.data.provider.TransactionalDataProvider
Register a new TransactionalDataListener to this TransactionalDataProvider instance.
appendRow() - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

appendRow() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.FilteredTableDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.ListDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

appendRow() - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider

Appends a new row at the end of the list and returns the row key for the newly appended row.

NOTE: The method should only be called after testing the canAppendRow() method to see if this TableDataProvider supports the append operation.

appendRow() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Construct a new instance of the specified object type and append it to the end of the list.
appendRow(Object) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Append the specified object to the end of the list.
appendRow() - Method in interface com.sun.data.provider.TableDataProvider
Appends a new row at the end of the list and returns the row key for the newly appended row.

A B C D E F G H I L M N O P R S T V