Class HideIndicatorConstants

java.lang.Object
org.eclipse.nebula.widgets.nattable.hideshow.indicator.HideIndicatorConstants

public final class HideIndicatorConstants extends Object
Constants for labels with regards to hidden columns and rows.
Since:
1.6
  • Field Details

    • COLUMN_LEFT_HIDDEN

      public static final String COLUMN_LEFT_HIDDEN
      Label that indicates that there are columns hidden to the left of the cell.
      See Also:
    • COLUMN_RIGHT_HIDDEN

      public static final String COLUMN_RIGHT_HIDDEN
      Label that indicates that there are columns hidden to the right of the cell. Only applied to the right most column.
      See Also:
    • ROW_TOP_HIDDEN

      public static final String ROW_TOP_HIDDEN
      Label that indicates that there are rows hidden on top of the cell.
      See Also:
    • ROW_BOTTOM_HIDDEN

      public static final String ROW_BOTTOM_HIDDEN
      Label that indicates that there are rows hidden at the bottom of the cell.
      See Also: