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 Detail

      • setTextBoxModelValue

        void setTextBoxModelValue​(org.gwtbootstrap3.client.ui.TextBox textBox,
                                  String value)
      • setListBoxModelValue

        void setListBoxModelValue​(org.gwtbootstrap3.client.ui.ValueListBox<String> listBox,
                                  String value)
      • getModelValue

        String getModelValue​(org.gwtbootstrap3.client.ui.ValueListBox<String> listBox)