Interface EntitySearchModel.Selection

Enclosing interface:
EntitySearchModel

public static interface EntitySearchModel.Selection
Controls the selection
  • Method Details

    • entity

      Value<Entity> entity()
      Returns:
      a Value controlling the selected entity
    • entities

      ValueSet<Entity> entities()
      Returns:
      a Value controlling the selected entities
    • empty

      StateObserver empty()
      Returns:
      a StateObserver indicating whether the selection is empty
    • clear

      void clear()
      Clears the selection