Modifier and Type | Class and Description |
---|---|
class |
DataChooserResult.Row |
Constructor and Description |
---|
DataChooserResult(Pagination pagination) |
Modifier and Type | Method and Description |
---|---|
List<Map<String,String>> |
getData() |
int |
getTotal() |
DataChooserResult.Row |
row()
Creates empty row in datachooser at last position.
|
void |
setData(List<Map<String,Object>> data) |
void |
setStringData(List<Map<String,String>> data) |
void |
setTotal(int total)
Sets total number of all results
|
void |
setTotal(long total)
Sets total number of all results
|
public DataChooserResult(Pagination pagination)
public DataChooserResult.Row row()
public void setTotal(int total)
total
- Total number.public void setTotal(long total)
total
- Total number.public int getTotal()
Copyright © 2019 Suncode. All rights reserved.