Search
LayoutBuilder Methods
 


 Public Methods

  Name Description

create1By2ColumnLayout

Creates a two-column stack panel whose first column is a vertical stack of two components.

create1By2RowLayout

Creates a two-row stack panel whose second row is a horizontal stack of two components.

create2By1ColumnLayout

Creates a two-column stack panel whose first column is a vertical stack of two components.

create2By1RowLayout

Creates a two-row stack panel whose first row is a horizontal stack of two components.

create2By2Layout

Creates horizontal stack panels for components on same row and adds them to a vertical stack panel.

createAndAdd1By2ColumnLayout

Creates a two-column stack panel whose first column is a vertical stack of two components.The panel is automatically added to the dashboard's LayoutPanel.

createAndAdd1By2RowLayout

Creates a two-row stack panel whose second row is a horizontal stack of two components.The panel is automatically added to the dashboard's LayoutPanel.

createAndAdd2By1ColumnLayout

Creates a two-column stack panel whose first column is a vertical stack of two components.The panel is automatically added to the dashboard's LayoutPanel.

createAndAdd2By1RowLayout

Creates a two-row stack panel whose first row is a horizontal stack of two components.The panel is automatically added to the dashboard's LayoutPanel.

createAndAdd2By2Layout

Creates horizontal stack panels for components on same row and adds them to a vertical stack panel.The panel is automatically added to the dashboard's LayoutPanel.

createAndAddPlotAndAxes

Creates a GridPanel containing the specified plot and axis renderers.The panel is automatically added to the dashboard's LayoutPanel.

createAndAddPlotWithBottomAndLeftAxes

Creates a GridPanel containing the specified plot and axis renderers.The panel is automatically added to the dashboard's LayoutPanel.

createAndAddPlotWithBottomAndRightAxes

Creates a GridPanel containing the specified plot and axis renderers.The panel is automatically added to the dashboard's LayoutPanel.

createAndAddPlotWithTopAndLeftAxes

Creates a GridPanel containing the specified plot and axis renderers.The panel is automatically added to the dashboard's LayoutPanel.

createAndAddPlotWithTopAndRightAxes

Creates a GridPanel containing the specified plot and axis renderers.The panel is automatically added to the dashboard's LayoutPanel.

createLayout

Creates a StackPanel for each array of components and adds it to a parent StackPanel with opposite orientation.

createPlotAndAxes

Creates a GridPanel containing the specified plot and axis renderers.

createPlotWithBottomAndLeftAxes

Creates a GridPanel containing the specified plot and axis renderers.

createPlotWithBottomAndRightAxes

Creates a GridPanel containing the specified plot and axis renderers.

createPlotWithTopAndLeftAxes

Creates a GridPanel containing the specified plot and axis renderers.

createPlotWithTopAndRightAxes

Creates a GridPanel containing the specified plot and axis renderers.

 See Also