Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITItemDefinition
-
Packages that use JSITItemDefinition Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITItemDefinition 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 JSITItemDefinition Modifier and Type Method Description <D extends JSITItemDefinition>
voidJSITItemDefinition. addAllItemComponent(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of itemComponent<D extends JSITItemDefinition>
voidJSITDefinitions. addAllItemDefinition(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of itemDefinition<D extends JSITItemDefinition>
voidJSITItemDefinition. addItemComponent(D element)Appends the specified element to the end of itemComponent<D extends JSITItemDefinition>
voidJSITDefinitions. addItemDefinition(D element)Appends the specified element to the end of itemDefinitionMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITItemDefinition Modifier and Type Method Description JSITItemDefinitionDMN12. getItemDefinition()Native getter for itemDefinitionMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITItemDefinition Modifier and Type Method Description List<JSITItemDefinition>JSITItemDefinition. getItemComponent()READ-ONLY getter for itemComponent as aListList<JSITItemDefinition>JSITDefinitions. getItemDefinition()READ-ONLY getter for itemDefinition as aListjsinterop.base.JsArrayLike<JSITItemDefinition>JSITItemDefinition. getNativeItemComponent()Native getter for itemComponentjsinterop.base.JsArrayLike<JSITItemDefinition>JSITDefinitions. getNativeItemDefinition()Native getter for itemDefinitionMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITItemDefinition Modifier and Type Method Description <D extends JSITItemDefinition>
voidJSITItemDefinition. addAllItemComponent(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of itemComponent<D extends JSITItemDefinition>
voidJSITDefinitions. addAllItemDefinition(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of itemDefinitionvoidDMN12. setItemDefinition(JSITItemDefinition itemDefinitionParam)Setter for itemDefinitionMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITItemDefinition Modifier and Type Method Description voidJSITItemDefinition. setItemComponent(List<JSITItemDefinition> itemComponentParam)Setter for itemComponent as aListvoidJSITDefinitions. setItemDefinition(List<JSITItemDefinition> itemDefinitionParam)Setter for itemDefinition as aListvoidJSITItemDefinition. setNativeItemComponent(jsinterop.base.JsArrayLike<JSITItemDefinition> itemComponentParam)Setter for itemComponentvoidJSITDefinitions. setNativeItemDefinition(jsinterop.base.JsArrayLike<JSITItemDefinition> itemDefinitionParam)Setter for itemDefinition
-