public static interface ComboBoxView.ComboBoxPresenter
Modifier and Type | Method and Description |
---|---|
String |
addCustomValueToListBoxValues(String newValue,
String oldValue) |
ListBoxValues |
getListBoxValues() |
String |
getValue() |
void |
init(ComboBoxView.ModelPresenter modelPresenter,
org.gwtbootstrap3.client.ui.ValueListBox<String> listBox,
org.gwtbootstrap3.client.ui.TextBox textBox,
boolean quoteStringValues,
String customPrompt,
String placeholder) |
void |
listBoxValueChanged(String newValue) |
void |
setCurrentTextValue(String currentTextValue) |
void |
setListBoxValues(ListBoxValues listBoxValues) |
void |
setShowCustomValues(boolean showCustomValues) |
void |
textBoxValueChanged(String newValue) |
void |
updateListBoxValues(String listBoxValue) |
void init(ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, boolean quoteStringValues, String customPrompt, String placeholder)
void setListBoxValues(ListBoxValues listBoxValues)
void setShowCustomValues(boolean showCustomValues)
void setCurrentTextValue(String currentTextValue)
ListBoxValues getListBoxValues()
void updateListBoxValues(String listBoxValue)
String addCustomValueToListBoxValues(String newValue, String oldValue)
String getValue()
void listBoxValueChanged(String newValue)
void textBoxValueChanged(String newValue)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.