Interface EntitySearchField.Selector

All Known Subinterfaces:
EntitySearchField.ListSelector, EntitySearchField.TableSelector
Enclosing class:
EntitySearchField

public static interface EntitySearchField.Selector
Provides a way for the user to select one or more of a given set of entities
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    preferredSize(Dimension preferredSize)
    Sets the preferred size of the selection component.
    void
    select(JComponent dialogOwner, List<Entity> entities)
    Displays a dialog for selecting from the given entities.
  • Method Details

    • select

      void select(JComponent dialogOwner, List<Entity> entities)
      Displays a dialog for selecting from the given entities.
      Parameters:
      dialogOwner - the dialog owner
      entities - the entities to select from
    • preferredSize

      void preferredSize(Dimension preferredSize)
      Sets the preferred size of the selection component.
      Parameters:
      preferredSize - the preferred selection component size