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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.IWidget
IWidget.Jsii$Default, IWidget.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal Number
The amount of vertical grid units the widget will take up.Any warnings that are produced as a result of putting together this widget.final Number
getWidth()
The amount of horizontal grid units the widget will take up.final void
Place 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, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getHeight
in interfaceIWidget
- Specified by:
getHeight
in interfaceIWidget.Jsii$Default
-
getWidth
The amount of horizontal grid units the widget will take up.- Specified by:
getWidth
in interfaceIWidget
- Specified by:
getWidth
in interfaceIWidget.Jsii$Default
-
getWarnings
Any warnings that are produced as a result of putting together this widget.- Specified by:
getWarnings
in interfaceIWidget
- Specified by:
getWarnings
in interfaceIWidget.Jsii$Default
-
position
Place the widget at a given position.- Specified by:
position
in interfaceIWidget
- Specified by:
position
in 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:
toJson
in interfaceIWidget
- Specified by:
toJson
in interfaceIWidget.Jsii$Default
-