|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ColumnValueFactory
Gets and sets the value for an item in a table.
| Method Summary | |
|---|---|
Comparator<?> |
getComparator()
Gets a comparator for the value |
Object |
getValue(Object item)
Gets the value for a row item |
void |
setValue(Object item,
Object value)
Sets the value for a row item |
| Method Detail |
|---|
Object getValue(Object item)
item - Row item
void setValue(Object item,
Object value)
item - Row itemvalue - Value for the columnComparator<?> getComparator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||