Interface Item.Viewer

  • All Superinterfaces:
    Serializable
    All Known Subinterfaces:
    Item.Editor
    All Known Implementing Classes:
    Form
    Enclosing interface:
    Item

    @Deprecated
    public static interface Item.Viewer
    extends Serializable
    Deprecated.
    Interface implemented by viewer classes capable of using an Item as a data source.
    • Method Detail

      • setItemDataSource

        void setItemDataSource​(Item newDataSource)
        Deprecated.
        Sets the Item that serves as the data source of the viewer.
        Parameters:
        newDataSource - The new data source Item
      • getItemDataSource

        Item getItemDataSource()
        Deprecated.
        Gets the Item serving as the data source of the viewer.
        Returns:
        data source Item