Interface ListWidgetModel<E>

    • Method Detail

      • setItems

        boolean setItems​(java.util.List<E> items)
        Sets the items held by this model.
        Parameters:
        items - the items
        Returns:
        true if a change was made, false otherwise
      • getItems

        java.util.List<E> getItems()
        Returns the items held by this model.
        Returns:
        the items held by this model