Class RandomDataProvider

  • All Implemented Interfaces:
    com.vaadin.data.provider.ConfigurableFilterDataProvider<ChartData,​com.vaadin.server.SerializablePredicate<ChartData>,​com.vaadin.server.SerializablePredicate<ChartData>>, com.vaadin.data.provider.DataProvider<ChartData,​com.vaadin.server.SerializablePredicate<ChartData>>, com.vaadin.data.provider.InMemoryDataProvider<ChartData>, Serializable

    public class RandomDataProvider
    extends com.vaadin.data.provider.ListDataProvider<ChartData>
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      RandomDataProvider​(int lanes, int columns)  
    • Method Summary

      • Methods inherited from class com.vaadin.data.provider.ListDataProvider

        fetch, getFilter, getItems, getSortComparator, setFilter, setSortComparator, size
      • Methods inherited from class com.vaadin.data.provider.AbstractDataProvider

        addDataProviderListener, addListener, fireEvent, refreshAll, refreshItem
      • Methods inherited from interface com.vaadin.data.provider.DataProvider

        addDataProviderListener, getId, refreshAll, refreshItem, withConfigurableFilter, withConfigurableFilter, withConvertedFilter
      • Methods inherited from interface com.vaadin.data.provider.InMemoryDataProvider

        addFilter, addFilter, addFilterByValue, addSortComparator, addSortOrder, clearFilters, filteringBy, filteringBy, filteringByEquals, filteringByPrefix, filteringByPrefix, filteringBySubstring, filteringBySubstring, isInMemory, setFilter, setFilterByValue, setSortOrder
    • Constructor Detail

      • RandomDataProvider

        public RandomDataProvider​(int lanes,
                                  int columns)