Class DataChooserResult

java.lang.Object
com.suncode.pwfl.workflow.form.datachooser.DataChooserResult

@Api public class DataChooserResult extends Object
Result of datachooser.
Author:
RafaƂ Nowacki 5 sie 2016
  • Constructor Details

    • DataChooserResult

      public DataChooserResult(Pagination pagination)
  • Method Details

    • row

      public DataChooserResult.Row row()
      Creates empty row in datachooser at last position.
      Returns:
      Created row.
    • setData

      public void setData(List<Map<String,Object>> data)
    • setStringData

      public void setStringData(List<Map<String,String>> data)
    • setTotal

      public void setTotal(int total)
      Sets total number of all results
      Parameters:
      total - Total number.
    • setTotal

      public void setTotal(long total)
      Sets total number of all results
      Parameters:
      total - Total number.
    • getTotal

      public int getTotal()
    • getData

      public List<Map<String,String>> getData()