com.google.gwt.view.client
Interface HasViewData

All Known Implementing Classes:
Column, IdentityColumn, PropertyColumn, TextColumn

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

getViewData

java.lang.Object getViewData(java.lang.Object key)
Gets the view data associated with the given item.

Parameters:
key - the key of the item whose view data is desired
Returns:
the view data

setViewData

void setViewData(java.lang.Object key,
                 java.lang.Object viewData)
Sets the view data associated with the given item.

Parameters:
key - the key of the item whose view data will be set
viewData - the view data