Interface EntityTableItems<E>

Type Parameters:
E - entity type
All Superinterfaces:
DataUnit, EntityDataUnit, TableItems<E>
All Known Implementing Classes:
ContainerGroupTableItems, ContainerTableItems, ContainerTreeTableItems, EmptyGroupTableItems, EmptyTableItems, EmptyTreeTableItems

public interface EntityTableItems<E> extends TableItems<E>, EntityDataUnit
Interface for table data components bound to entity type.
  • Method Details

    • getSelectedItem

      @Nullable E getSelectedItem()
      Returns:
      the current item contained in the source
    • setSelectedItem

      void setSelectedItem(@Nullable E item)
      Set current item in the source.
      Parameters:
      item - the item to set