Class TableCellSkinBase<S,T,C extends IndexedCell<T>>

    • Constructor Detail

      • TableCellSkinBase

        public TableCellSkinBase​(C control)
        Creates a new TableCellSkinBase instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
        Parameters:
        control - The control that this skin should be installed onto.
    • Method Detail

      • getTableColumn

        public final TableColumnBase<S,T> getTableColumn()
        Gets the value of the property tableColumn.
        Property description:
        The TableColumnBase instance that is responsible for this Cell.