Interface LookupComponent<T>

Type Parameters:
T - the type of items contained within the lookup component
All Known Subinterfaces:
LookupComponent.MultiSelectLookupComponent<T>
All Known Implementing Classes:
AbstractGroupDataGridAdapter, DataGrid, EntityComboBox, EntityPicker, GroupDataGrid, GroupDataGridAdapter, TreeDataGrid

public interface LookupComponent<T>
A component which can be set as lookup component for a view.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Interface representing a multi-select lookup component.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getSelectedItems

      Set<T> getSelectedItems()
      Returns:
      items selected in this lookup component