Class SelectionConfigAttributes


  • public final class SelectionConfigAttributes
    extends Object
    This interface contains ConfigAttributes that can be used to configure selection rendering, like the border style of the active selection.
    Since:
    1.4
    noextend:
    This interface is not intended to be extended by clients.
    noimplement:
    This interface is not intended to be implemented by clients.
    • Field Detail

      • SELECTION_GRID_LINE_STYLE

        public static final ConfigAttribute<BorderStyle> SELECTION_GRID_LINE_STYLE
        ConfigAttribute to configure the line style used to render the selection border around selected cells. This is the line that surrounds an active selection. By default this is the black dotted one pixel line.