|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringValueProvider
Read-only repository for StringValues. This is meant to be shared by collection views (in rendering a cell) and RowSorters/SortControllers/ComponentAdapters.
Note: this is work-in-progress, related to re-enable WYSIWYM in sorting/filtering. It's location and api is expected to change.
| Method Summary | |
|---|---|
StringValue |
getStringValue(int row,
int column)
Returns a StringValue to use for conversion of the cell content at row and column. |
| Method Detail |
|---|
StringValue getStringValue(int row,
int column)
row - the row of the cell in model coordinatescolumn - the column of the cell in model coordinates
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||