Class BasicReadExampleImpl

java.lang.Object
ch.tocco.nice2.netui.impl.dwr.test.extstore.BasicReadExampleImpl
All Implemented Interfaces:
BasicReadExample

public class BasicReadExampleImpl extends Object implements BasicReadExample
  • Constructor Details

    • BasicReadExampleImpl

      public BasicReadExampleImpl()
  • Method Details

    • getGridData

      public JsonReaderResponse<Map<String,Object>> getGridData(String[] columns, String baseString, int numberOfRows)
      Specified by:
      getGridData in interface BasicReadExample
      Parameters:
      baseString - Prefix to use in the dummy data rows generated.
      numberOfRows - The number of dummy rows to generate.
      Returns:
      An array of first-name/last-name pairs that are consumable by Ext.data.JsonReader.