| net.mygwt.ui.client.viewer.IAsyncContentCallback
IAsyncContentCallback | public interface IAsyncContentCallback (Code) | | Asynchronous ContentProvider data callback.
|
Method Summary | |
public void | setElements(Object[] elements) Returns the elements to the source viewer. |
setElements | public void setElements(Object[] elements)(Code) | | Returns the elements to the source viewer. null if the data
is unable to be retrieved.
Parameters: elements - the elements |
|
|