Class ColumnImpl

    • Constructor Detail

      • ColumnImpl

        public ColumnImpl()
    • Method Detail

      • getItem

        public Item getItem()
        Description copied from interface: Column
        Get the item to show in this column
        Specified by:
        getItem in interface Column
        Returns:
        the item
      • setItem

        public void setItem​(Item item)
        Description copied from interface: Column
        Set the item to show in this column
        Specified by:
        setItem in interface Column