public class ComboBoxViewImpl extends Object implements ComboBoxView
ComboBoxView.ComboBoxPresenter, ComboBoxView.ModelPresenter| Modifier and Type | Field and Description |
|---|---|
protected org.gwtbootstrap3.client.ui.ValueListBox<String> |
listBox |
protected boolean |
listBoxHasFocus |
protected ComboBoxView.ModelPresenter |
modelPresenter |
protected ComboBoxView.ComboBoxPresenter |
presenter |
protected org.gwtbootstrap3.client.ui.TextBox |
textBox |
| Constructor and Description |
|---|
ComboBoxViewImpl() |
| 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() |
protected ComboBoxView.ComboBoxPresenter presenter
protected ComboBoxView.ModelPresenter modelPresenter
protected org.gwtbootstrap3.client.ui.ValueListBox<String> listBox
protected org.gwtbootstrap3.client.ui.TextBox textBox
protected boolean listBoxHasFocus
public void init(ComboBoxView.ComboBoxPresenter presenter, ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, String placeholder)
init in interface ComboBoxViewpublic String getModelValue()
getModelValue in interface ComboBoxViewpublic void setTextBoxModelValue(String value)
setTextBoxModelValue in interface ComboBoxViewpublic void setListBoxModelValue(String value)
setListBoxModelValue in interface ComboBoxViewpublic String getListBoxValue()
getListBoxValue in interface ComboBoxViewpublic void setListBoxValue(String value)
setListBoxValue in interface ComboBoxViewpublic void setTextBoxValue(String value)
setTextBoxValue in interface ComboBoxViewpublic void setTextBoxVisible(boolean visible)
setTextBoxVisible in interface ComboBoxViewpublic void setListBoxVisible(boolean visible)
setListBoxVisible in interface ComboBoxViewpublic void setTextBoxFocus(boolean focus)
setTextBoxFocus in interface ComboBoxViewpublic void textBoxGotFocus()
textBoxGotFocus in interface ComboBoxViewpublic void textBoxLostFocus()
textBoxLostFocus in interface ComboBoxViewpublic void listBoxGotFocus()
listBoxGotFocus in interface ComboBoxViewpublic void setAcceptableValues(List<String> acceptableValues)
setAcceptableValues in interface ComboBoxViewpublic String getValue()
getValue in interface ComboBoxViewCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.