@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.299Z") @Stability(value=Experimental) public class Row extends software.amazon.jsii.JsiiObject implements IWidget
Widgets will be laid out next to each other
software.amazon.jsii.JsiiObject.InitializationModeIWidget.Jsii$Default, IWidget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Row(IWidget... widgets) |
protected |
Row(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Row(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Number |
getHeight()
(experimental) The amount of vertical grid units the widget will take up.
|
Number |
getWidth()
(experimental) The amount of horizontal grid units the widget will take up.
|
void |
position(Number x,
Number y)
(experimental) Place the widget at a given position.
|
List<Object> |
toJson()
(experimental) Return the widget JSON for use in the dashboard.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Row(software.amazon.jsii.JsiiObjectRef objRef)
protected Row(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Row(@NotNull
IWidget... widgets)
widgets - This parameter is required.@Stability(value=Experimental)
public void position(@NotNull
Number x,
@NotNull
Number y)
@Stability(value=Experimental) @NotNull public List<Object> toJson()
@Stability(value=Experimental) @NotNull public Number getHeight()
Copyright © 2021. All rights reserved.