forked from External/mage
UI: added custom sorting in choice dialog
This commit is contained in:
parent
35a950dc80
commit
af0c77a409
3 changed files with 37 additions and 6 deletions
|
|
@ -68,4 +68,9 @@ public interface Choice {
|
|||
void setSearchEnabled(boolean isEnabled);
|
||||
void setSearchText(String searchText);
|
||||
String getSearchText();
|
||||
|
||||
// sorting
|
||||
boolean isSortEnabled();
|
||||
void setSortData(Map<String, Integer> sortData);
|
||||
Map<String, Integer> getSortData();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue