@Generated(value="jsii-pacmak/0.13.2 (build a2116e9)", date="2019-07-01T16:58:11.750Z") @Stability(value=Experimental) public abstract class ConcreteWidget extends software.amazon.jsii.JsiiObject implements IWidget
| Modifier | Constructor and Description |
|---|---|
protected |
ConcreteWidget(software.amazon.jsii.JsiiObject.InitializationMode mode) |
|
ConcreteWidget(Number width,
Number height)
EXPERIMENTAL
|
| 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.
|
protected Number |
getX()
EXPERIMENTAL
|
protected Number |
getY()
EXPERIMENTAL
|
void |
position(Number x,
Number y)
Place the widget at a given position.
|
protected void |
setX(Number value)
EXPERIMENTAL
|
protected void |
setY(Number value)
EXPERIMENTAL
|
abstract List<Object> |
toJson()
Return the widget JSON for use in the dashboard.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetprotected ConcreteWidget(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental) public void position(Number x, Number y)
@Stability(value=Experimental) public abstract List<Object> toJson()
@Stability(value=Experimental) public Number getHeight()
@Stability(value=Experimental) public Number getWidth()
Copyright © 2019. All rights reserved.