@Internal public static final class IWidget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IWidget.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeIWidget.Jsii$Default, IWidget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Number |
getHeight()
The amount of vertical grid units the widget will take up.
|
List<String> |
getWarnings()
Any warnings that are produced as a result of putting together this widget.
|
Number |
getWidth()
The amount of horizontal grid units the widget will take up.
|
void |
position(Number x,
Number y)
Place the widget at a given position.
|
List<Object> |
toJson()
Return the widget JSON for use in the dashboard.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) @NotNull public final Number getHeight()
getHeight in interface IWidgetgetHeight in interface IWidget.Jsii$Default@Stability(value=Stable) @NotNull public final Number getWidth()
getWidth in interface IWidgetgetWidth in interface IWidget.Jsii$Default@Stability(value=Stable) @Nullable public final List<String> getWarnings()
getWarnings in interface IWidgetgetWarnings in interface IWidget.Jsii$Default@Stability(value=Stable)
public final void position(@NotNull
Number x,
@NotNull
Number y)
position in interface IWidgetposition in interface IWidget.Jsii$Defaultx - This parameter is required.y - This parameter is required.Copyright © 2023. All rights reserved.