Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITBinding
-
Packages that use JSITBinding Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITBinding 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 JSITBinding Modifier and Type Method Description <D extends JSITBinding>
voidJSITInvocation. addAllBinding(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of binding<D extends JSITBinding>
voidJSITInvocation. addBinding(D element)Appends the specified element to the end of bindingMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITBinding Modifier and Type Method Description List<JSITBinding>JSITInvocation. getBinding()READ-ONLY getter for binding as aListjsinterop.base.JsArrayLike<JSITBinding>JSITInvocation. getNativeBinding()Native getter for bindingMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITBinding Modifier and Type Method Description <D extends JSITBinding>
voidJSITInvocation. addAllBinding(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of bindingMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITBinding Modifier and Type Method Description voidJSITInvocation. setBinding(List<JSITBinding> bindingParam)Setter for binding as aListvoidJSITInvocation. setNativeBinding(jsinterop.base.JsArrayLike<JSITBinding> bindingParam)Setter for binding
-