Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di.JSIDiagramElement
-
Packages that use JSIDiagramElement Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 -
-
Uses of JSIDiagramElement in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di
Subclasses of JSIDiagramElement in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di Modifier and Type Class Description classJSIDiagramJSInterop adapter forDiagramclassJSIEdgeJSInterop adapter forEdgeclassJSIShapeJSInterop adapter forShapeMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.di with parameters of type JSIDiagramElement Modifier and Type Method Description static Map<QName,String>JSIDiagramElement. getOtherAttributesMap(JSIDiagramElement instance) -
Uses of JSIDiagramElement in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12
Subclasses of JSIDiagramElement in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 Modifier and Type Class Description classJSIDMNDecisionServiceDividerLineJSInterop adapter forDMNDecisionServiceDividerLineclassJSIDMNDiagramJSInterop adapter forDMNDiagramclassJSIDMNEdgeJSInterop adapter forDMNEdgeclassJSIDMNLabelJSInterop adapter forDMNLabelclassJSIDMNShapeJSInterop adapter forDMNShapeMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 with type parameters of type JSIDiagramElement Modifier and Type Method Description <D extends JSIDiagramElement>
voidJSIDMNDiagram. 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>
voidJSIDMNDiagram. addDMNDiagramElement(D element)Appends the specified element to the end of dmnDiagramElementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 that return JSIDiagramElement Modifier and Type Method Description JSIDiagramElementDMNDI12. getDMNDiagramElement()Native getter for DMNDiagramElementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 that return types with arguments of type JSIDiagramElement Modifier and Type Method Description List<JSIDiagramElement>JSIDMNDiagram. getDMNDiagramElement()READ-ONLY getter for dmnDiagramElement as aListjsinterop.base.JsArrayLike<JSIDiagramElement>JSIDMNDiagram. getNativeDMNDiagramElement()Native getter for dmnDiagramElementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 with parameters of type JSIDiagramElement Modifier and Type Method Description <D extends JSIDiagramElement>
voidJSIDMNDiagram. addAllDMNDiagramElement(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of dmnDiagramElementvoidDMNDI12. setDMNDiagramElement(JSIDiagramElement DMNDiagramElementParam)Setter for DMNDiagramElementMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 with type arguments of type JSIDiagramElement Modifier and Type Method Description voidJSIDMNDiagram. setDMNDiagramElement(List<JSIDiagramElement> dmnDiagramElementParam)Setter for dmnDiagramElement as aListvoidJSIDMNDiagram. setNativeDMNDiagramElement(jsinterop.base.JsArrayLike<JSIDiagramElement> dmnDiagramElementParam)Setter for dmnDiagramElement
-