Interface DataProxy<C,​D>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void load​(C loadConfig, com.google.gwt.core.client.Callback<D,​Throwable> callback)
      Data should be retrieved using the specified load config.
    • Method Detail

      • load

        void load​(C loadConfig,
                  com.google.gwt.core.client.Callback<D,​Throwable> callback)
        Data should be retrieved using the specified load config. When specified, the DataReader can be used to "process" the raw data.
        Parameters:
        loadConfig - the load config object to be passed to server
        callback - the data callback