Interface HasDataView<T,​F,​V extends DataView<T>>

  • Type Parameters:
    T - data type
    F - filter type
    V - DataView type
    All Superinterfaces:
    Serializable

    public interface HasDataView<T,​F,​V extends DataView<T>>
    extends Serializable
    An interface for components that get items from the generic data provider types DataProvider and InMemoryDataProvider. The methods return a DataView which has the generic API for getting information on the items.
    Since: