public interface IAddressableTableContentProvider extends ITableContentProvider
Table content provider with rows addressable by a unique String
identifier. Implementations need to provide means to get identifier for each row.
Modifier and Type | Method and Description |
---|---|
String |
getRowId()
Returns unique identifier for the current row.
|
boolean |
isAddressable()
Checks if this content provider truly is addressable.
|
void |
setRowById(String id)
Selects current row by its id.
|
getCurrentRow, getRowCount, getRowIndex, getRowVariable, isRowAvailable, setRowIndex, setRowVariable
getPropertyKeys, getType, getValue, hasProperty, toString
boolean isAddressable()
true
if addressable.String getRowId()
void setRowById(String id)
setRowIndex(-1)
).id
- row id to find and make current