Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12.JSIDMNDiagram
-
Packages that use JSIDMNDiagram Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 -
-
Uses of JSIDMNDiagram in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 with type parameters of type JSIDMNDiagram Modifier and Type Method Description <D extends JSIDMNDiagram>
voidJSIDMNDI. 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 JSIDMNDiagram>
voidJSIDMNDI. addDMNDiagram(D element)Appends the specified element to the end of dmnDiagramMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 that return JSIDMNDiagram Modifier and Type Method Description JSIDMNDiagramDMNDI12. getDMNDiagram()Native getter for DMNDiagramMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 that return types with arguments of type JSIDMNDiagram Modifier and Type Method Description List<JSIDMNDiagram>JSIDMNDI. getDMNDiagram()READ-ONLY getter for dmnDiagram as aListjsinterop.base.JsArrayLike<JSIDMNDiagram>JSIDMNDI. getNativeDMNDiagram()Native getter for dmnDiagramMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 with parameters of type JSIDMNDiagram Modifier and Type Method Description <D extends JSIDMNDiagram>
voidJSIDMNDI. addAllDMNDiagram(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of dmnDiagramvoidDMNDI12. setDMNDiagram(JSIDMNDiagram DMNDiagramParam)Setter for DMNDiagramMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 with type arguments of type JSIDMNDiagram Modifier and Type Method Description voidJSIDMNDI. setDMNDiagram(List<JSIDMNDiagram> dmnDiagramParam)Setter for dmnDiagram as aListvoidJSIDMNDI. setNativeDMNDiagram(jsinterop.base.JsArrayLike<JSIDMNDiagram> dmnDiagramParam)Setter for dmnDiagram
-