@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.251Z") @Stability(value=Stable) public class Column extends software.amazon.jsii.JsiiObject implements IWidget
Widgets will be laid out next to each other
Example:
IWidget widgetA; IWidget widgetB; new Column(widgetA, widgetB);
software.amazon.jsii.JsiiObject.InitializationModeIWidget.Jsii$Default, IWidget.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
Column(IWidget... widgets) |
protected |
Column(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Column(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
addWidget(IWidget w)
Add the widget to this container.
|
Number |
getHeight()
The amount of vertical grid units the widget will take up.
|
List<IWidget> |
getWidgets()
List of contained widgets.
|
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, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetWarningsprotected Column(software.amazon.jsii.JsiiObjectRef objRef)
protected Column(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public Column(@NotNull
IWidget... widgets)
widgets - This parameter is required.@Stability(value=Stable)
public void addWidget(@NotNull
IWidget w)
w - This parameter is required.@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()
@Stability(value=Stable) @NotNull public List<IWidget> getWidgets()
Copyright © 2022. All rights reserved.