Class RowDisplayMode

Object
RowDisplayMode

public final class RowDisplayMode extends Object
RowDisplayMode stores constants representing supported row display modes. Display mode determines how rows heights are calculated in structure panel.
  • Field Details

    • ONE_LINE

      public static final int ONE_LINE
      Fixed height rows that only show one line.
      See Also:
    • TEXT_WRAPPING

      public static final int TEXT_WRAPPING
      Adaptive row height to show all th row content.
      See Also:
  • Method Details

    • isValid

      public static boolean isValid(int mode)
      Returns:
      true if the given column display mode is supported