Class ListItemDataProvider

    • Constructor Detail

      • ListItemDataProvider

        public ListItemDataProvider​(CSLItemData... items)
        Creates a data provider that serves items from the given array
        Parameters:
        items - the items to serve
      • ListItemDataProvider

        public ListItemDataProvider​(List<CSLItemData> items)
        Creates a data provider that serves items from the given list
        Parameters:
        items - the items to serve