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 classAssignmentListItemWidgetViewImplA templated widget that will be used to display a row in a table ofAssignmentRows. -
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.ModelPresenterComboBoxViewImpl. modelPresenterMethods in org.jbpm.designer.client.util with parameters of type ComboBoxView.ModelPresenter Modifier and Type Method Description voidComboBox. init(ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, boolean quoteStringValues, String customPrompt, String placeholder)voidComboBoxView.ComboBoxPresenter. init(ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, boolean quoteStringValues, String customPrompt, String placeholder)voidComboBoxView. init(ComboBoxView.ComboBoxPresenter presenter, ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, String placeholder)voidComboBoxViewImpl. init(ComboBoxView.ComboBoxPresenter presenter, ComboBoxView.ModelPresenter modelPresenter, org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, org.gwtbootstrap3.client.ui.TextBox textBox, String placeholder)
-