Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITElementCollection
-
Packages that use JSITElementCollection Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITElementCollection in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type parameters of type JSITElementCollection Modifier and Type Method Description <D extends JSITElementCollection>
voidJSITDefinitions. addAllElementCollection(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of elementCollection<D extends JSITElementCollection>
voidJSITDefinitions. addElementCollection(D element)Appends the specified element to the end of elementCollectionMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITElementCollection Modifier and Type Method Description JSITElementCollectionDMN12. getElementCollection()Native getter for elementCollectionMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITElementCollection Modifier and Type Method Description List<JSITElementCollection>JSITDefinitions. getElementCollection()READ-ONLY getter for elementCollection as aListjsinterop.base.JsArrayLike<JSITElementCollection>JSITDefinitions. getNativeElementCollection()Native getter for elementCollectionMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITElementCollection Modifier and Type Method Description <D extends JSITElementCollection>
voidJSITDefinitions. addAllElementCollection(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of elementCollectionvoidDMN12. setElementCollection(JSITElementCollection elementCollectionParam)Setter for elementCollectionMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITElementCollection Modifier and Type Method Description voidJSITDefinitions. setElementCollection(List<JSITElementCollection> elementCollectionParam)Setter for elementCollection as aListvoidJSITDefinitions. setNativeElementCollection(jsinterop.base.JsArrayLike<JSITElementCollection> elementCollectionParam)Setter for elementCollection
-