com.inmethod.grid
Interface IAppendableDataSource<T>
- All Superinterfaces:
- IClusterable, IDataSource<T>, IDetachable, Serializable
- All Known Implementing Classes:
- AppendableDataProviderAdapter
public interface IAppendableDataSource<T>
- extends IDataSource<T>
Extends the IDataSource interface with methods necessary to support
dynamically adding data to the provider
- Author:
- Tom Burton
|
Method Summary |
void |
deleteRow(long index,
T item)
Function for deleting an item from the specified index of the result data |
void |
insertRow(long index,
T item)
Function for appending an item to the end of the result data |
insertRow
void insertRow(long index,
T item)
- Function for appending an item to the end of the result data
- Parameters:
index - the index value to insert the new Item intoitem - Item to append to the end of the result data
deleteRow
void deleteRow(long index,
T item)
- Function for deleting an item from the specified index of the result data
- Parameters:
index - the index value to delete the Item fromitem - Item to be deleted
Copyright © 2007–2014 inMethod s.r.o.. All rights reserved.