|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAddressableTableContentProvider
Table content provider with rows addressable by a unique String
identifier. Implementations need to provide means to get identifier for each row.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.webmethods.caf.faces.data.ITableContentProvider |
---|
getCurrentRow, getRowCount, getRowIndex, getRowVariable, isRowAvailable, setRowIndex, setRowVariable |
Methods inherited from interface com.webmethods.caf.faces.data.IContentProvider |
---|
getPropertyKeys, getType, getValue, hasProperty, toString |
Method Detail |
---|
boolean isAddressable()
true
if addressable.String getRowId()
void setRowById(String id)
setRowIndex(-1)
).
id
- row id to find and make current
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |