|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HasViewData
Interface that must be implemented by Cell
containers.
Note: This class is new and its interface subject to change.
| Method Summary | |
|---|---|
java.lang.Object |
getViewData(java.lang.Object key)
Gets the view data associated with the given item. |
void |
setViewData(java.lang.Object key,
java.lang.Object viewData)
Sets the view data associated with the given item. |
| Method Detail |
|---|
java.lang.Object getViewData(java.lang.Object key)
key - the key of the item whose view data is desired
void setViewData(java.lang.Object key,
java.lang.Object viewData)
key - the key of the item whose view data will be setviewData - the view data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||