@JsType(namespace="<global>",
name="JsInterop__ConstructorAPI__KIE__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__kie__JSITComponentWidths",
isNative=true)
public class JSITComponentWidths
extends Object
TComponentWidths| Constructor and Description |
|---|
JSITComponentWidths() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllWidth(float... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of width
|
void |
addWidth(float element)
Appends the specified element to the end of width
|
String |
getDmnElementRef()
Native getter for dmnElementRef
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
float[] |
getNativeWidth()
Native getter for width
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
List<Float> |
getWidth()
READ-ONLY getter for width as a
List |
static boolean |
instanceOf(Object instance) |
void |
removeWidth(int index)
Removes the element at the specified position in the width
|
void |
setDmnElementRef(String dmnElementRefParam)
Setter for dmnElementRef
|
void |
setNativeWidth(float[] widthParam)
Setter for width
|
void |
setWidth(List<Float> widthParam)
Setter for width as a
List |
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSINameJSIName@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
@JsOverlay public final List<Float> getWidth()
ListList@JsOverlay public final void addWidth(float element)
element - to be appended to width@JsOverlay public final void addAllWidth(float... elements)
elements - to be appended to width@JsOverlay public final void removeWidth(int index)
index - of the element to be removed@JsProperty(name="width") public float[] getNativeWidth()
@JsOverlay public final void setWidth(List<Float> widthParam)
ListwidthParam - The width mapped as a List@JsProperty(name="width") public final void setNativeWidth(float[] widthParam)
widthParam - width to set.@JsProperty(name="dmnElementRef") public String getDmnElementRef()
@JsProperty(name="dmnElementRef") public final void setDmnElementRef(String dmnElementRefParam)
dmnElementRefParam - dmnElementRef to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.