Package org.jbpm.designer.client.util
Interface ComboBoxView.ModelPresenter
-
- All Known Implementing Classes:
AssignmentListItemWidgetViewImpl
- Enclosing interface:
- ComboBoxView
public static interface ComboBoxView.ModelPresenterInterface 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 StringgetModelValue(org.gwtbootstrap3.client.ui.ValueListBox<String> listBox)voidsetListBoxModelValue(org.gwtbootstrap3.client.ui.ValueListBox<String> listBox, String value)voidsetTextBoxModelValue(org.gwtbootstrap3.client.ui.TextBox textBox, String value)
-