Class DataObjectBrowser.DataObjectBrowserHelper
- java.lang.Object
-
- org.kie.workbench.common.screens.datamodeller.client.widgets.editor.DataObjectBrowser.DataObjectBrowserHelper
-
- Enclosing class:
- DataObjectBrowser
public static class DataObjectBrowser.DataObjectBrowserHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_ROWSIf there are more than 15 rows, let the table be scrolled.static intMAX_TABLE_HEIGHTstatic intMIN_TABLE_HEIGHT
-
Constructor Summary
Constructors Constructor Description DataObjectBrowserHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intcalculateTableHeight(int rows)
-
-
-
Field Detail
-
MAX_ROWS
public static final int MAX_ROWS
If there are more than 15 rows, let the table be scrolled.- See Also:
- Constant Field Values
-
MAX_TABLE_HEIGHT
public static final int MAX_TABLE_HEIGHT
- See Also:
- Constant Field Values
-
MIN_TABLE_HEIGHT
public static final int MIN_TABLE_HEIGHT
- See Also:
- Constant Field Values
-
-