public interface ComboBoxView
Modifier and Type | Interface and Description |
---|---|
static interface |
ComboBoxView.ComboBoxPresenter
Interface for Presenter class of ComboBox
|
static interface |
ComboBoxView.ModelPresenter
Interface implemented by the owner of the model being
manipulated by the ComboBox
|
Modifier and Type | Method and Description |
---|---|
String |
getListBoxValue() |
String |
getModelValue() |
String |
getValue() |
void |
init(ComboBoxView.ComboBoxPresenter presenter,
ComboBoxView.ModelPresenter modelPresenter,
org.gwtbootstrap3.client.ui.ValueListBox<String> listBox,
org.gwtbootstrap3.client.ui.TextBox textBox,
String placeholder) |
void |
listBoxGotFocus() |
void |
setAcceptableValues(List<String> acceptableValues) |
void |
setListBoxModelValue(String value) |
void |
setListBoxValue(String value) |
void |
setListBoxVisible(boolean visible) |
void |
setTextBoxFocus(boolean focus) |
void |
setTextBoxModelValue(String value) |
void |
setTextBoxValue(String value) |
void |
setTextBoxVisible(boolean visible) |
void |
textBoxGotFocus() |
void |
textBoxLostFocus() |
void init(ComboBoxView.ComboBoxPresenter presenter, ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, String placeholder)
String getModelValue()
void setTextBoxModelValue(String value)
void setListBoxModelValue(String value)
void setTextBoxVisible(boolean visible)
void setListBoxVisible(boolean visible)
void setTextBoxFocus(boolean focus)
String getListBoxValue()
void setListBoxValue(String value)
void setTextBoxValue(String value)
String getValue()
void textBoxGotFocus()
void textBoxLostFocus()
void listBoxGotFocus()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.