Class RowDisplayMode
Object
RowDisplayMode
RowDisplayMode stores constants representing supported row display modes.
Display mode determines how rows heights are calculated in structure panel.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intFixed height rows that only show one line.static final intAdaptive row height to show all th row content. -
Method Summary
-
Field Details
-
ONE_LINE
public static final int ONE_LINEFixed height rows that only show one line.- See Also:
-
TEXT_WRAPPING
public static final int TEXT_WRAPPINGAdaptive 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
-