Interface CmsDataViewPreviewWidget.I_ImageProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void loadImage​(java.lang.String config, java.lang.String id, com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)
      Loads the thumbnail.
    • Method Detail

      • loadImage

        void loadImage​(java.lang.String config,
                       java.lang.String id,
                       com.google.gwt.user.client.rpc.AsyncCallback<java.lang.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)