Interface CmsDataViewPreviewWidget.I_ImageProvider

All Known Implementing Classes:
CmsDataViewPreviewWidget.ContentImageLoader, CmsDataViewPreviewWidget.SimpleImageLoader
Enclosing class:
CmsDataViewPreviewWidget

Interface to load the thumbnail (potentially asynchronously).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    loadImage(String config, String id, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
    Loads the thumbnail.
  • Method Details

    • loadImage

      void loadImage(String config, String id, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
      Loads the thumbnail.

      Parameters:
      config - the widget configuration
      id - the data id
      callback - the callback to call with the result (the image URL)