Class AbstractUiComboBox.RetrieveDropdownEntriesQuery

  • All Implemented Interfaces:
    UiQuery
    Enclosing class:
    AbstractUiComboBox

    public static class AbstractUiComboBox.RetrieveDropdownEntriesQuery
    extends java.lang.Object
    implements UiQuery
    • Field Detail

      • componentId

        protected java.lang.String componentId
      • queryString

        protected java.lang.String queryString
    • Constructor Detail

      • RetrieveDropdownEntriesQuery

        @Deprecated
        public RetrieveDropdownEntriesQuery()
        Deprecated.
        Only for Jackson deserialization. Use the other constructor instead.
      • RetrieveDropdownEntriesQuery

        public RetrieveDropdownEntriesQuery​(java.lang.String componentId,
                                            java.lang.String queryString)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getComponentId

        public java.lang.String getComponentId()
        Specified by:
        getComponentId in interface UiQuery
      • getQueryString

        public java.lang.String getQueryString()