@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:58:11.765Z") @Stability(value=Experimental) public class Row extends software.amazon.jsii.JsiiObject implements IWidget
software.amazon.jsii.JsiiObject.InitializationModeIWidget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Row(IWidget... widgets)
EXPERIMENTAL
|
protected |
Row(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 Row(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public Row(IWidget... widgets)
@Stability(value=Experimental) public void position(Number x, Number y)
@Stability(value=Experimental) public List<Object> toJson()
@Stability(value=Experimental) public Number getHeight()
Copyright © 2019. All rights reserved.