@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:04.295Z") @Stability(value=Experimental) public class Row extends software.amazon.jsii.JsiiObject implements IWidget
Widgets will be laid out next to each other
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.cloudwatch.*; IWidget widget; Row row = new Row(widget);
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 © 2022. All rights reserved.