@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.300Z") @Stability(value=Experimental) public class Spacer extends software.amazon.jsii.JsiiObject implements IWidget
| Modifier and Type | Class and Description |
|---|---|
static class |
Spacer.Builder
(experimental) 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()
(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, jsiiStaticSetprotected Spacer(software.amazon.jsii.JsiiObjectRef objRef)
protected Spacer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public Spacer(@Nullable
SpacerProps props)
props - @Stability(value=Experimental) public Spacer()
@Stability(value=Experimental)
public void position(@NotNull
Number _x,
@NotNull
Number _y)
@Stability(value=Experimental) @NotNull public List<Object> toJson()
@Stability(value=Experimental) @NotNull public Number getHeight()
Copyright © 2021. All rights reserved.