Class IWidget.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.IWidget.Jsii$Proxy
- All Implemented Interfaces:
IWidget,IWidget.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IWidget
@Internal
public static final class IWidget.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IWidget.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.IWidget
IWidget.Jsii$Default, IWidget.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal NumberThe amount of vertical grid units the widget will take up.Any warnings that are produced as a result of putting together this widget.final NumbergetWidth()The amount of horizontal grid units the widget will take up.final voidPlace the widget at a given position.toJson()Return the widget JSON for use in the dashboard.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getHeight
The amount of vertical grid units the widget will take up.- Specified by:
getHeightin interfaceIWidget- Specified by:
getHeightin interfaceIWidget.Jsii$Default
-
getWidth
The amount of horizontal grid units the widget will take up.- Specified by:
getWidthin interfaceIWidget- Specified by:
getWidthin interfaceIWidget.Jsii$Default
-
getWarnings
Any warnings that are produced as a result of putting together this widget.- Specified by:
getWarningsin interfaceIWidget- Specified by:
getWarningsin interfaceIWidget.Jsii$Default
-
position
Place the widget at a given position.- Specified by:
positionin interfaceIWidget- Specified by:
positionin interfaceIWidget.Jsii$Default- Parameters:
x- This parameter is required.y- This parameter is required.
-
toJson
Return the widget JSON for use in the dashboard.- Specified by:
toJsonin interfaceIWidget- Specified by:
toJsonin interfaceIWidget.Jsii$Default
-