forked from External/mage
UI: added start selection value on choice dialog popup;
This commit is contained in:
parent
2d9fa97808
commit
e4dfa5925b
3 changed files with 42 additions and 1 deletions
|
|
@ -61,6 +61,7 @@ public interface Choice {
|
|||
Map<String,String> getKeyChoices();
|
||||
void setChoiceByKey(String choiceKey);
|
||||
String getChoiceKey();
|
||||
String getChoiceValue();
|
||||
|
||||
// search
|
||||
boolean isSearchEnabled();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue