Interface SearchFilterComponent

All Superinterfaces:
Component, LabeledComponent
All Known Subinterfaces:
SearchFilterField
All Known Implementing Classes:
SearchFilterFieldImpl, SearchFilterFieldWrapper

@Deprecated public interface SearchFilterComponent extends LabeledComponent
Deprecated.
This component can be included in search forms with the search-filter tag. E.g.: <search-filter model="User" multi="true" group="testGroup"/> This component is only supported in forms served by the rest api. //TODO: remove comment if ExtJs is fully replaced.
  • Method Details

    • getModel

      String getModel()
      Deprecated.
    • setModel

      void setModel(String model)
      Deprecated.
    • isMultiple

      boolean isMultiple()
      Deprecated.
    • setMultiple

      void setMultiple(boolean isMultiple)
      Deprecated.
    • getGroup

      String getGroup()
      Deprecated.
    • setGroup

      void setGroup(String group)
      Deprecated.