Interface ItemWidgetModel<T>

    • Method Detail

      • setItem

        boolean setItem​(T item)
        Sets the item held by this model to item.
        Parameters:
        item - the item
        Returns:
        true if a change was made, false otherwise
      • getItem

        T getItem()
        Returns the item held by this model.
        Returns:
        this model's item or null if no item is available