| net.mygwt.ui.client.viewer.IContentProvider
IContentProvider | public interface IContentProvider (Code) | | A content provider mediates between the viewer's model and the viewer itself.
|
Method Summary | |
public void | inputChanged(Viewer viewer, Object oldInput, Object newInput) Notifies this content provider that the given viewer's input has been
switched to a different element. |
inputChanged | public void inputChanged(Viewer viewer, Object oldInput, Object newInput)(Code) | | Notifies this content provider that the given viewer's input has been
switched to a different element.
Parameters: viewer - the viewer Parameters: oldInput - the previous input or null if none Parameters: newInput - the new input |
|
|