Package org.jbpm.designer.client.util
Interface ComboBoxView.ModelPresenter
-
- All Known Implementing Classes:
AssignmentListItemWidgetViewImpl
- Enclosing interface:
- ComboBoxView
public static interface ComboBoxView.ModelPresenter
Interface implemented by the owner of the model being manipulated by the ComboBox
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModelValue(org.gwtbootstrap3.client.ui.ValueListBox<String> listBox)
void
setListBoxModelValue(org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, String value)
void
setTextBoxModelValue(org.gwtbootstrap3.client.ui.TextBox textBox, String value)
-