Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12.JSIDMNStyle
-
Packages that use JSIDMNStyle Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 -
-
Uses of JSIDMNStyle 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 JSIDMNStyle Modifier and Type Method Description <D extends JSIDMNStyle>
voidJSIDMNDI. addAllDMNStyle(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of dmnStyle<D extends JSIDMNStyle>
voidJSIDMNDI. addDMNStyle(D element)Appends the specified element to the end of dmnStyleMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 that return JSIDMNStyle Modifier and Type Method Description JSIDMNStyleDMNDI12. getDMNStyle()Native getter for DMNStyleMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 that return types with arguments of type JSIDMNStyle Modifier and Type Method Description List<JSIDMNStyle>JSIDMNDI. getDMNStyle()READ-ONLY getter for dmnStyle as aListjsinterop.base.JsArrayLike<JSIDMNStyle>JSIDMNDI. getNativeDMNStyle()Native getter for dmnStyleMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 with parameters of type JSIDMNStyle Modifier and Type Method Description <D extends JSIDMNStyle>
voidJSIDMNDI. addAllDMNStyle(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of dmnStylevoidDMNDI12. setDMNStyle(JSIDMNStyle DMNStyleParam)Setter for DMNStyleMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 with type arguments of type JSIDMNStyle Modifier and Type Method Description voidJSIDMNDI. setDMNStyle(List<JSIDMNStyle> dmnStyleParam)Setter for dmnStyle as aListvoidJSIDMNDI. setNativeDMNStyle(jsinterop.base.JsArrayLike<JSIDMNStyle> dmnStyleParam)Setter for dmnStyle
-