Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Layout |
build()
Returns the configured layout instance
|
Layout.Builder |
column(int column)
Sets the column of the dashboard widget.
|
Layout.Builder |
height(int height)
Sets the height of the dashboard widget.
|
Layout.Builder |
row(int row)
Sets the row of the dashboard widget.
|
Layout.Builder |
width(int width)
Sets the width of the dashboard widget.
|
public Layout.Builder width(int width)
width
- The width of the dashboard widgetpublic Layout.Builder height(int height)
height
- The height of the dashboard widgetpublic Layout.Builder row(int row)
row
- The row of the dashboard widgetpublic Layout.Builder column(int column)
column
- The column of the dashboard widgetpublic Layout build()
Copyright © 2018. All rights reserved.