@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:44.250Z") @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.
|
List<IWidget> |
getWidgets()
(experimental) List of contained widgets.
|
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, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWarningsprotected 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()
@Stability(value=Experimental) @NotNull public List<IWidget> getWidgets()
Copyright © 2022. All rights reserved.