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

F

FieldIdSortCriteria - Class in com.sun.data.provider.impl
The FieldIdSortCriteria class is an implementation of SortCriteria that simply retrieves the sort value from the TableDataProvider for the current RowKey using the specified fieldId, which is used to dynamically retrieve a FieldKey.
FieldIdSortCriteria() - Constructor for class com.sun.data.provider.impl.FieldIdSortCriteria
Constructs a FieldIdSortCriteria with no associated FieldKey.
FieldIdSortCriteria(String) - Constructor for class com.sun.data.provider.impl.FieldIdSortCriteria
Constructs a FieldIdSortCriteria with the specified fieldId to use to fetch a FieldKey.
FieldIdSortCriteria(String, boolean) - Constructor for class com.sun.data.provider.impl.FieldIdSortCriteria
Constructs a FieldIdSortCriteria with the specified fieldId and ascending state.
FieldKey - Class in com.sun.data.provider
FieldKey is a representation of an identifier for a specific data element that may be retrieved from a DataProvider.
FieldKey(String) - Constructor for class com.sun.data.provider.FieldKey
Constructs a new FieldKey with the specified canonical ID.
FieldKey(String, String) - Constructor for class com.sun.data.provider.FieldKey
Constructs a new FieldKey with the specified canonical ID and display name.
fieldKeys - Variable in class com.sun.data.provider.impl.AbstractDataProvider
storage for the list of FieldKeys in this DataProvider
FieldKeySortCriteria - Class in com.sun.data.provider.impl
The FieldKeySortCriteria class is an implementation of SortCriteria that simply retrieves the sort value from the TableDataProvider for the current RowKey using the specified FieldKey.
FieldKeySortCriteria() - Constructor for class com.sun.data.provider.impl.FieldKeySortCriteria
Constructs a FieldKeySortCriteria with no associated FieldKey.
FieldKeySortCriteria(FieldKey) - Constructor for class com.sun.data.provider.impl.FieldKeySortCriteria
Constructs a FieldKeySortCriteria with the specified FieldKey.
FieldKeySortCriteria(FieldKey, boolean) - Constructor for class com.sun.data.provider.impl.FieldKeySortCriteria
Constructs a FieldKeySortCriteria with the specified FieldKey and ascending state.
filter(TableDataProvider, RowKey[]) - Method in class com.sun.data.provider.impl.BasicTableDataFilter
This method iterates the passed rows and contained FilterCriteria and invokes the match() method on each.
filter - Variable in class com.sun.data.provider.impl.FilteredTableDataProvider
 
filter(TableDataProvider, RowKey[]) - Method in interface com.sun.data.provider.TableDataFilter
Performs a filter operation on the passed set of RowKey objects.
FilterCriteria - Class in com.sun.data.provider
The FilterCriteria class defines a single filter criteria for a TableDataFilter.
FilterCriteria() - Constructor for class com.sun.data.provider.FilterCriteria
Constructs a new FilterCriteria object with no display name and the default state for include (true).
FilterCriteria(String) - Constructor for class com.sun.data.provider.FilterCriteria
Constructs a new FilterCriteria object with the specified display name and the default state for the include/exclude (true == include).
FilterCriteria(String, boolean) - Constructor for class com.sun.data.provider.FilterCriteria
Constructs a new FilterCriteria object with the specified display name and state for include/exclude (true == include).
filterCriteria - Variable in class com.sun.data.provider.impl.BasicTableDataFilter
storage for the filter criteria
filterCriteria - Variable in class com.sun.data.provider.impl.NestedFilterCriteria
storage for the nested filter criteria
FilteredTableDataProvider - Class in com.sun.data.provider.impl
Specialized TableDataProvider that is filtered by a specified TableDataFilter.
FilteredTableDataProvider() - Constructor for class com.sun.data.provider.impl.FilteredTableDataProvider
 
findAll(String, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
findAll(String[], Object[]) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
findAll(FieldKey, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Finds all rows with the specified value stored under the specified field key.
findAll(FieldKey[], Object[]) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Finds all rows with the specified values stored under the specified field keys.
findFirst(String, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
findFirst(String[], Object[]) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
 
findFirst(FieldKey, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Finds the first row with the specified value stored under the specified field key.
findFirst(FieldKey[], Object[]) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Finds the first row with the specified values stored under the specified field keys.
fireChangesCommitted() - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
Fires a changesCommtted event to each registered TransactionalDataListener
fireChangesCommitted() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
Fires a changesCommtted event to each registered TransactionalDataListener
fireChangesCommitted() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Fires a changesCommtted event to each registered TransactionalDataListener.
fireChangesReverted() - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider
Fires a changesReverted event to each registered TransactionalDataListener
fireChangesReverted() - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
Fires a changesReverted event to each registered TransactionalDataListener
fireChangesReverted() - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Fires a changesReverted event to each registered TransactionalDataListener.
fireCursorChanged(RowKey, RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Fires a cursorChanged event to all registered TableCursorListeners
fireCursorChanging(RowKey, RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Fires a cursorChanging event to all registered TableCursorListeners.
fireProviderChanged() - Method in class com.sun.data.provider.impl.AbstractDataProvider
Fires a providerChanged event to each registered DataListener
fireRefreshed() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Fires a refreshed event to each registered RefreshableDataListener
fireRefreshed() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Fires a refreshed event to each registered RefreshableDataListener
fireRowAdded(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Fires a rowAdded event to all registered TableDataListeners
fireRowRemoved(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Fires a rowRemoved event to all registered TableDataListeners
fireValueChanged(FieldKey, Object, Object) - Method in class com.sun.data.provider.impl.AbstractDataProvider
Fires a valueChanged event to each registered DataListener
fireValueChanged(FieldKey, RowKey, Object, Object) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Fires a valueChanged event to all registered TableDataListeners

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