Search
LayoutBuilder Members
Constructors Methods
 


Provides shortcut methods for building fragments of a Dashboard's user interface.

The following tables list the members exposed by the LayoutBuilder type.

 Public Constructors

  Name Description

LayoutBuilder

Initializes a new instance of the LayoutBuilder class associated with the specified Dashboard.

 Public Methods

  Name Description

create1By2ColumnLayout

Creates a two-column StackPanel whose second column is a vertical stack of two Component-s.

create1By2RowLayout

Creates a two-row StackPanel whose second row is a horizontal stack of two Component-s.

create2By1ColumnLayout

Creates a two-column StackPanel whose first column is a vertical stack of two Component-s.

create2By1RowLayout

Creates a two-row StackPanel whose first row is a horizontal stack of two Component-s.

create2By2Layout

Creates horizontal stack panels for Component-s on the same row and adds them to a vertical StackPanel.

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 StackPanel whose second row is a horizontal stack of two Component-s. The Panel is automatically added to the Dashboard's LayoutPanel.

createAndAdd2By1ColumnLayout

Creates a two-column StackPanel whose first column is a vertical stack of two Component-s. The Panel is automatically added to the Dashboard's LayoutPanel.

createAndAdd2By1RowLayout

Creates a two-row StackPanel whose first row is a horizontal stack of two Component-s. The Panel is automatically added to the Dashboard's LayoutPanel.

createAndAdd2By2Layout

Creates horizontal StackPanel-s for Component-s on same row and adds them to a vertical StackPanel. The Panel is automatically added to the Dashboard's LayoutPanel.

createAndAddColumnLayout

Overloaded. Creates a StackPanel containing the specified Plot-s and AxisRenderer.

createAndAddPlotAndAxes

Creates a GridPanel containing the specified Plot and AxisRenderer-s. The panel is automatically added to the Dashboard's LayoutPanel.

createAndAddPlotWithBottomAndLeftAxes

Creates a GridPanel containing the specified Plot and AxisRenderer-s. The Panel is automatically added to the Dashboard's LayoutPanel.

createAndAddPlotWithBottomAndRightAxes

Creates a GridPanel containing the specified Plot and AxisRenderer-s. The Panel is automatically added to the Dashboard's LayoutPanel.

createAndAddPlotWithTopAndLeftAxes

Creates a GridPanel containing the specified Plot and AxisRenderer-s. 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 Dashboard.getLayoutPanel.

createAndAddRowLayout

Overloaded. Creates a StackPanel containing the specified Plot-s and AxisRenderer.

createColumnLayout

Overloaded. Creates a StackPanel containing the specified Plot-s and AxisRenderer.

createLayout

Creates a StackPanel for each array of the specified Component-s and adds it to a parent StackPanel with the opposite orientation.

createPlotAndAxes

Creates a GridPanel containing the specified Plot and AxisRenderer-s.

createPlotWithBottomAndLeftAxes

Creates a GridPanel containing the specified Plot and AxisRenderer-s.

createPlotWithBottomAndRightAxes

Creates a GridPanel containing the specified Plot and AxisRenderer-s.

createPlotWithTopAndLeftAxes

Creates a GridPanel containing the specified Plot and AxisRenderer-s.

createPlotWithTopAndRightAxes

Creates a GridPanel containing the specified Plot and AxisRenderer-s.

createRowLayout

Overloaded. Creates a StackPanel containing the specified Plot-s and AxisRenderer.

 See Also