Uses of Interface
org.jbpm.designer.client.util.ComboBoxView.ModelPresenter
-
Packages that use ComboBoxView.ModelPresenter Package Description org.jbpm.designer.client.popup org.jbpm.designer.client.util -
-
Uses of ComboBoxView.ModelPresenter in org.jbpm.designer.client.popup
Classes in org.jbpm.designer.client.popup that implement ComboBoxView.ModelPresenter Modifier and Type Class Description class
AssignmentListItemWidgetViewImpl
A templated widget that will be used to display a row in a table ofAssignmentRow
s. -
Uses of ComboBoxView.ModelPresenter in org.jbpm.designer.client.util
Fields in org.jbpm.designer.client.util declared as ComboBoxView.ModelPresenter Modifier and Type Field Description protected ComboBoxView.ModelPresenter
ComboBoxViewImpl. modelPresenter
Methods in org.jbpm.designer.client.util with parameters of type ComboBoxView.ModelPresenter Modifier and Type Method Description void
ComboBox. init(ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, boolean quoteStringValues, String customPrompt, String placeholder)
void
ComboBoxView.ComboBoxPresenter. init(ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, boolean quoteStringValues, String customPrompt, String placeholder)
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)
-