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>
Created by IntelliJ IDEA.
User: Tom B.
Date: 9/20/11
Time: 10:56 AM
- Author:
- Tom B.
|
Method Summary |
void |
DeleteRow(int index,
T item)
|
void |
InsertRow(int index,
T item)
Function for appending an item to the end of the result data |
InsertRow
void InsertRow(int 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(int index,
T item)
Copyright © 2007-2012 inMethod s.r.o.. All Rights Reserved.