@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()
(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, jsiiStaticSet@Stability(value=Experimental) @NotNull public final Number getHeight()
getHeight in interface IWidgetgetHeight in interface IWidget.Jsii$Default@Stability(value=Experimental) @NotNull public final Number getWidth()
getWidth in interface IWidgetgetWidth in interface IWidget.Jsii$Default@Stability(value=Experimental)
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 © 2021. All rights reserved.