Interface SearchFilter

All Superinterfaces:
Cloneable, Component, DataComponent
All Known Implementing Classes:
SearchFilterImpl

public interface SearchFilter extends DataComponent
This component can be included in search forms with the search-filter tag. E.g.: <search-filter model="User" multi="true" group="lecturer_group"/> This component is only supported in forms served by the rest api.
  • Method Details

    • getModel

      String getModel()
    • isMultiple

      boolean isMultiple()
    • getGroup

      String getGroup()