@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:22.304Z") @Stability(value=Stable) public class Spacer extends software.amazon.jsii.JsiiObject implements IWidget
| Modifier and Type | Class and Description |
|---|---|
static class |
Spacer.Builder
A fluent builder for
Spacer. |
software.amazon.jsii.JsiiObject.InitializationModeIWidget.Jsii$Default, IWidget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Spacer() |
protected |
Spacer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Spacer(software.amazon.jsii.JsiiObjectRef objRef) |
|
Spacer(SpacerProps props) |
| 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, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Spacer(software.amazon.jsii.JsiiObjectRef objRef)
protected Spacer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public Spacer(@Nullable
SpacerProps props)
props - @Stability(value=Stable) public Spacer()
@Stability(value=Stable)
public void position(@NotNull
Number _x,
@NotNull
Number _y)
@Stability(value=Stable) @NotNull public List<Object> toJson()
@Stability(value=Stable) @NotNull public Number getHeight()
Copyright © 2021. All rights reserved.