software.amazon.jsii.JsiiObject.InitializationModeIWidget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
Number |
getHeight()
The amount of vertical grid units the widget will take up.
|
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, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public Number getHeight()
@Stability(value=Experimental) public Number getWidth()
@Stability(value=Experimental) public void position(Number x, Number y)
Copyright © 2019. All rights reserved.