@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMNDI12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmndi12__JSIDMNDiagram", isNative=true) public class JSIDMNDiagram extends JSIDiagram
DMNDiagram
JSIDiagramElement.JSIExtension
Constructor and Description |
---|
JSIDMNDiagram() |
Modifier and Type | Method and Description |
---|---|
<D extends JSIDiagramElement> |
addAllDMNDiagramElement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of dmnDiagramElement
|
<D extends JSIDiagramElement> |
addDMNDiagramElement(D element)
Appends the specified element to the end of dmnDiagramElement
|
List<JSIDiagramElement> |
getDMNDiagramElement()
READ-ONLY getter for dmnDiagramElement as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSIDiagramElement> |
getNativeDMNDiagramElement()
Native getter for dmnDiagramElement
|
JSIDimension |
getSize()
Native getter for size
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeDMNDiagramElement(int index)
Removes the element at the specified position in the dmnDiagramElement
|
void |
setDMNDiagramElement(List<JSIDiagramElement> dmnDiagramElementParam)
Setter for dmnDiagramElement as a
List |
void |
setNativeDMNDiagramElement(jsinterop.base.JsArrayLike<JSIDiagramElement> dmnDiagramElementParam)
Setter for dmnDiagramElement
|
void |
setSize(JSIDimension sizeParam)
Setter for size
|
getDocumentation, getName, getResolution, setDocumentation, setName, setResolution
getExtension, getId, getOtherAttributes, getOtherAttributesMap, getSharedStyle, getStyle, setExtension, setId, setOtherAttributes, setSharedStyle, setStyle
@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()
getTYPE_NAME
in class JSIDiagram
@JsProperty(name="size") public JSIDimension getSize()
@JsProperty(name="size") public final void setSize(JSIDimension sizeParam)
sizeParam
- size to set.@JsOverlay public final List<JSIDiagramElement> getDMNDiagramElement()
List
List
@JsOverlay public final <D extends JSIDiagramElement> void addDMNDiagramElement(D element)
element
- to be appended to dmnDiagramElement@JsOverlay public final <D extends JSIDiagramElement> void addAllDMNDiagramElement(D... elements)
elements
- to be appended to dmnDiagramElement@JsOverlay public final void removeDMNDiagramElement(int index)
index
- of the element to be removed@JsProperty(name="dmnDiagramElement") public jsinterop.base.JsArrayLike<JSIDiagramElement> getNativeDMNDiagramElement()
@JsOverlay public final void setDMNDiagramElement(List<JSIDiagramElement> dmnDiagramElementParam)
List
dmnDiagramElementParam
- The dmnDiagramElement mapped as a List
@JsProperty(name="dmnDiagramElement") public final void setNativeDMNDiagramElement(jsinterop.base.JsArrayLike<JSIDiagramElement> dmnDiagramElementParam)
dmnDiagramElementParam
- dmnDiagramElement to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.