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

I

IndexRowKey - Class in com.sun.data.provider.impl
IndexRowKey uses an int index as the identifier for a data row in a TableDataProvider.
IndexRowKey(int) - Constructor for class com.sun.data.provider.impl.IndexRowKey
Constructs an IndexRowKey using the specified index
insertRow(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Inserts a new row at the specified row.

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

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

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

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

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

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

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

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

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

Inserts a new row at the specified row.

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

Inserts a new row at the specified row.

NOTE: The method should only be called after testing the canInsertRow(RowKey beforeRow) to see if this TableDataProvider supports resizing.

insertRow(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Construct a new instance of the specified object type and insert it at the specified position in the list.
insertRow(RowKey) - Method in interface com.sun.data.provider.TableDataProvider
Inserts a new row at the specified row.
invokeDataMethod() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Invokes the dataMethod using the arguments specified by the dataMethodArguments property.
invokeDataMethod(Object[]) - Method in class com.sun.data.provider.impl.MethodResultDataProvider
Invokes the dataMethod using the specified arguments.
invokeDataMethod() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Invokes the dataMethod using the arguments specified by the dataMethodArguments property.
invokeDataMethod(Object[]) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Invokes the dataMethod using the specified arguments.
isAscending() - Method in class com.sun.data.provider.SortCriteria
Returns the ascending sort state for this SortCriteria
isAssignable(FieldKey, Object) - Method in class com.sun.data.provider.impl.ObjectFieldKeySupport
Return true if the specified value may be successfully assigned to the specified field.
isInclude() - Method in class com.sun.data.provider.FilterCriteria
Returns the include/exclude setting for this FilterCriteria.
isIncludeFields() - Method in class com.sun.data.provider.impl.MethodResultDataProvider
 
isIncludeFields() - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
 
isIncludeFields() - Method in class com.sun.data.provider.impl.ObjectArrayDataProvider
Return the state of the includeFields property.
isIncludeFields() - Method in class com.sun.data.provider.impl.ObjectDataProvider
 
isIncludeFields() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return the state of the includeFields property.
isMatchAllCriteria() - Method in class com.sun.data.provider.impl.BasicTableDataFilter
Gets the matchAllCriteria property.
isMatchAllCriteria() - Method in class com.sun.data.provider.impl.NestedFilterCriteria
Gets the matchAllCriteria property.
isMatchEqualTo() - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
isMatchGreaterThan() - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
isMatchLessThan() - Method in class com.sun.data.provider.impl.CompareFilterCriteria
 
isReadOnly(FieldKey) - Method in interface com.sun.data.provider.DataProvider
Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.
isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.AbstractDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(String) - Method in class com.sun.data.provider.impl.AbstractDataProvider
 
isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.BasicTransactionalDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

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

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

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

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

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

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.ListDataProvider
NOTE: FieldKey is ignored in this class.
isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.MapDataProvider
None of the Map entries are read-only, so this method always returns false.
isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.MethodResultDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

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

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

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

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.ObjectDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.ObjectFieldKeySupport
Return the read only state of the field associated with the specified FieldKey, if it can be determined, otherwise, return true.
isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider

Return a flag indicating whether the value of the data element represented by the specified FieldKey can be modified via the setValue() method.

isReadOnly(FieldKey) - Method in class com.sun.data.provider.impl.TableRowDataProvider
 
isRemoved(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return true if the specified row has been marked for removal on the next call to commitChanges().
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.AbstractTableDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.BasicTransactionalTableDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.CachedRowSetDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.FilteredTableDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.ListDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.MethodResultTableDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isRowAvailable(RowKey) - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return true if the specified RowKey represents a row in the original list, or a row that has been appended.
isRowAvailable(RowKey) - Method in interface com.sun.data.provider.TableDataProvider
Returns true if the specified RowKey represents data elements that are supported by this TableDataProvider; otherwise, return false
isUserResizable() - Method in class com.sun.data.provider.impl.ObjectListDataProvider
Return the current state of the userResizable property.

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