Class SelectionStyleLabels


  • public final class SelectionStyleLabels
    extends Object
    Interface that contains labels that are used to style selection related components.
    • Field Detail

      • SELECTION_ANCHOR_STYLE

        public static final String SELECTION_ANCHOR_STYLE
        Label that is applied to the cell which is currently holding the selection anchor.
        See Also:
        Constant Field Values
      • SELECTION_ANCHOR_GRID_LINE_STYLE

        public static final String SELECTION_ANCHOR_GRID_LINE_STYLE
        Label that is used to configure the line style of the selection grid line. This is the line that surrounds an active selection. By default this is the black dotted one pixel line.
        See Also:
        Constant Field Values
      • COLUMN_FULLY_SELECTED_STYLE

        public static final String COLUMN_FULLY_SELECTED_STYLE
        Label that is applied to the column header cell of the column that is fully selected.
        See Also:
        Constant Field Values
      • ROW_FULLY_SELECTED_STYLE

        public static final String ROW_FULLY_SELECTED_STYLE
        Label that is applied to the row header cell of the row that is fully selected.
        See Also:
        Constant Field Values
      • FILL_HANDLE_REGION

        public static final String FILL_HANDLE_REGION
        Label that is used to mark cells as part of the fill handle region. This is the region that is selected via fill handle to trigger a fill action (copy/series) by dragging a current selection.
        Since:
        1.4
        See Also:
        Constant Field Values
      • FILL_HANDLE_CELL

        public static final String FILL_HANDLE_CELL
        Label that is added to the bottom right cell of a contiguous selection. Used to mark the cell for rendering the fill handle.
        Since:
        1.4
        See Also:
        Constant Field Values