Interface DataUnit

All Known Subinterfaces:
ContainerDataUnit<E>, DataGridItems<T>, DataGridItems.Sortable<T>, EntityDataGridItems<E>, EntityDataUnit, EntityItems<E>, EntityValueSource<E,V>, TreeDataGridItems<T>, ValueSource<V>
All Known Implementing Classes:
ContainerDataGridItems, ContainerDataProvider, ContainerTreeDataGridItems, ContainerValueSource

public interface DataUnit
  • Method Details

    • getState

      BindingState getState()
      Returns:
      a state of this source
    • addStateChangeListener

      com.vaadin.flow.shared.Registration addStateChangeListener(Consumer<DataUnit.StateChangeEvent> listener)
      Registers a new state change listener.
      Parameters:
      listener - the listener to be added
      Returns:
      a registration object for removing an event listener added to a source