Interface ComboBoxView.ComboBoxPresenter

  • All Known Implementing Classes:
    ComboBox
    Enclosing interface:
    ComboBoxView

    public static interface ComboBoxView.ComboBoxPresenter
    Interface for Presenter class of ComboBox
    • Method Detail

      • init

        void init​(ComboBoxView.ModelPresenter modelPresenter,
                  org.gwtbootstrap3.client.ui.ValueListBox<String> listBox,
                  org.gwtbootstrap3.client.ui.TextBox textBox,
                  boolean quoteStringValues,
                  String customPrompt,
                  String placeholder)
      • setListBoxValues

        void setListBoxValues​(ListBoxValues listBoxValues)
      • setShowCustomValues

        void setShowCustomValues​(boolean showCustomValues)
      • setCurrentTextValue

        void setCurrentTextValue​(String currentTextValue)
      • updateListBoxValues

        void updateListBoxValues​(String listBoxValue)
      • addCustomValueToListBoxValues

        String addCustomValueToListBoxValues​(String newValue,
                                             String oldValue)
      • listBoxValueChanged

        void listBoxValueChanged​(String newValue)
      • textBoxValueChanged

        void textBoxValueChanged​(String newValue)