Class IdentityColumn<T>

    • Constructor Detail

      • IdentityColumn

        public IdentityColumn​(Cell<T> cell)
        Construct a new IdentityColumn with a given Cell.
        Parameters:
        cell - the Cell responsible for rendering items in the column
    • Method Detail

      • getValue

        public T getValue​(T object)
        Return the passed-in object.
        Specified by:
        getValue in interface HasCell<T,​T>
        Specified by:
        getValue in class Column<T,​T>
        Parameters:
        object - the object to return
        Returns:
        a value of type C suitable for passing to the cell