Class HorizontalHeader

All Implemented Interfaces:
Styleable, EventTarget

public class HorizontalHeader extends TableHeaderRow
The set of horizontal (column) headers.
  • Field Details

    • selectedColumns

      protected BitSet selectedColumns
      When the columns header are clicked, we consider the column as selected. This BitSet is reset when a modification on cells is done.
  • Constructor Details

    • HorizontalHeader

      public HorizontalHeader(GridViewSkin skin)
      Constructor
  • Method Details