@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMNDI12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmndi12__JSIDMNDI", isNative=true) public class JSIDMNDI extends Object
DMNDI
Constructor and Description |
---|
JSIDMNDI() |
Modifier and Type | Method and Description |
---|---|
<D extends JSIDMNDiagram> |
addAllDMNDiagram(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of dmnDiagram
|
<D extends JSIDMNStyle> |
addAllDMNStyle(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of dmnStyle
|
<D extends JSIDMNDiagram> |
addDMNDiagram(D element)
Appends the specified element to the end of dmnDiagram
|
<D extends JSIDMNStyle> |
addDMNStyle(D element)
Appends the specified element to the end of dmnStyle
|
List<JSIDMNDiagram> |
getDMNDiagram()
READ-ONLY getter for dmnDiagram as a
List |
List<JSIDMNStyle> |
getDMNStyle()
READ-ONLY getter for dmnStyle as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSIDMNDiagram> |
getNativeDMNDiagram()
Native getter for dmnDiagram
|
jsinterop.base.JsArrayLike<JSIDMNStyle> |
getNativeDMNStyle()
Native getter for dmnStyle
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeDMNDiagram(int index)
Removes the element at the specified position in the dmnDiagram
|
void |
removeDMNStyle(int index)
Removes the element at the specified position in the dmnStyle
|
void |
setDMNDiagram(List<JSIDMNDiagram> dmnDiagramParam)
Setter for dmnDiagram as a
List |
void |
setDMNStyle(List<JSIDMNStyle> dmnStyleParam)
Setter for dmnStyle as a
List |
void |
setNativeDMNDiagram(jsinterop.base.JsArrayLike<JSIDMNDiagram> dmnDiagramParam)
Setter for dmnDiagram
|
void |
setNativeDMNStyle(jsinterop.base.JsArrayLike<JSIDMNStyle> dmnStyleParam)
Setter for dmnStyle
|
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSIName
JSIName
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
@JsOverlay public final List<JSIDMNDiagram> getDMNDiagram()
List
List
@JsOverlay public final <D extends JSIDMNDiagram> void addDMNDiagram(D element)
element
- to be appended to dmnDiagram@JsOverlay public final <D extends JSIDMNDiagram> void addAllDMNDiagram(D... elements)
elements
- to be appended to dmnDiagram@JsOverlay public final void removeDMNDiagram(int index)
index
- of the element to be removed@JsProperty(name="dmnDiagram") public jsinterop.base.JsArrayLike<JSIDMNDiagram> getNativeDMNDiagram()
@JsOverlay public final void setDMNDiagram(List<JSIDMNDiagram> dmnDiagramParam)
List
dmnDiagramParam
- The dmnDiagram mapped as a List
@JsProperty(name="dmnDiagram") public final void setNativeDMNDiagram(jsinterop.base.JsArrayLike<JSIDMNDiagram> dmnDiagramParam)
dmnDiagramParam
- dmnDiagram to set.@JsOverlay public final List<JSIDMNStyle> getDMNStyle()
List
List
@JsOverlay public final <D extends JSIDMNStyle> void addDMNStyle(D element)
element
- to be appended to dmnStyle@JsOverlay public final <D extends JSIDMNStyle> void addAllDMNStyle(D... elements)
elements
- to be appended to dmnStyle@JsOverlay public final void removeDMNStyle(int index)
index
- of the element to be removed@JsProperty(name="dmnStyle") public jsinterop.base.JsArrayLike<JSIDMNStyle> getNativeDMNStyle()
@JsOverlay public final void setDMNStyle(List<JSIDMNStyle> dmnStyleParam)
List
dmnStyleParam
- The dmnStyle mapped as a List
@JsProperty(name="dmnStyle") public final void setNativeDMNStyle(jsinterop.base.JsArrayLike<JSIDMNStyle> dmnStyleParam)
dmnStyleParam
- dmnStyle to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.