Uses of Interface
org.jbpm.designer.client.util.ComboBoxView.ComboBoxPresenter
-
Packages that use ComboBoxView.ComboBoxPresenter Package Description org.jbpm.designer.client.util -
-
Uses of ComboBoxView.ComboBoxPresenter in org.jbpm.designer.client.util
Classes in org.jbpm.designer.client.util that implement ComboBoxView.ComboBoxPresenter Modifier and Type Class Description class
ComboBox
Fields in org.jbpm.designer.client.util declared as ComboBoxView.ComboBoxPresenter Modifier and Type Field Description protected ComboBoxView.ComboBoxPresenter
ComboBoxViewImpl. presenter
Methods in org.jbpm.designer.client.util with parameters of type ComboBoxView.ComboBoxPresenter Modifier and Type Method Description void
ComboBoxView. init(ComboBoxView.ComboBoxPresenter presenter, ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, String placeholder)
void
ComboBoxViewImpl. init(ComboBoxView.ComboBoxPresenter presenter, ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, String placeholder)
-