Class DataChooserResult
java.lang.Object
com.suncode.pwfl.workflow.form.datachooser.DataChooserResult
Result of datachooser.
- Author:
- RafaĆ Nowacki 5 sie 2016
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DataChooserResult
-
-
Method Details
-
row
Creates empty row in datachooser at last position.- Returns:
- Created row.
-
setData
-
setStringData
-
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
-