Interface SearchField

All Known Implementing Classes:
DefaultSearchField

public interface SearchField
A search field represent a field in the advanced search mask.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the group to which this search field has been assigned.
    Returns the (localized) label of this field.
    Returns the name of this field.
    boolean
    Returns whether this field is sortable or not.
    boolean
    Returns whether this field is visible or not.
  • Method Details

    • getName

      String getName()
      Returns the name of this field.
      Returns:
      name of this field
    • getLabel

      String getLabel()
      Returns the (localized) label of this field.
      Returns:
      label of this field
    • isVisible

      boolean isVisible()
      Returns whether this field is visible or not.
      Returns:
      true if this field is visible, false otherwise
    • isSortable

      boolean isSortable()
      Returns whether this field is sortable or not.
      Returns:
      true if this field is sortable, false otherwise
    • getGroup

      SearchFieldGroup getGroup()
      Returns the group to which this search field has been assigned.
      Returns:
      the group which contains this search field