| com.gwtext.sample.showcase2.client.chooser.ImageChooserCallback
ImageChooserCallback | public interface ImageChooserCallback (Code) | | Interface that provides the callback name so that it can be called once the image is selected.
author: mlim |
onImageSelection | public void onImageSelection(ImageData data)(Code) | | This method will be called by the dialog upon an image been selected
Parameters: data - is the data information of the selected image |
|
|