Class TableHeaderRow

    • Constructor Detail

      • TableHeaderRow

        public TableHeaderRow​(TableViewSkinBase skin)
        Creates a new TableHeaderRow instance to visually represent the column header area of controls such as TableView and TreeTableView.
        Parameters:
        skin - The skin used by the UI control.
    • Method Detail

      • createRootHeader

        protected NestedTableColumnHeader createRootHeader()
        Creates a new NestedTableColumnHeader instance. By default this method should not be overridden, but in some circumstances it makes sense (e.g. testing, or when extreme customization is desired).
        Returns:
        A new NestedTableColumnHeader instance.