Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmndi12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSIDMNStyle> |
JSIDMNDI.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> |
JSIDMNDI.addDMNStyle(D element)
Appends the specified element to the end of dmnStyle
|
Modifier and Type | Method and Description |
---|---|
JSIDMNStyle |
DMNDI12.getDMNStyle()
Native getter for DMNStyle
|
Modifier and Type | Method and Description |
---|---|
List<JSIDMNStyle> |
JSIDMNDI.getDMNStyle()
READ-ONLY getter for dmnStyle as a
List |
jsinterop.base.JsArrayLike<JSIDMNStyle> |
JSIDMNDI.getNativeDMNStyle()
Native getter for dmnStyle
|
Modifier and Type | Method and Description |
---|---|
<D extends JSIDMNStyle> |
JSIDMNDI.addAllDMNStyle(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of dmnStyle
|
void |
DMNDI12.setDMNStyle(JSIDMNStyle DMNStyleParam)
Setter for DMNStyle
|
Modifier and Type | Method and Description |
---|---|
void |
JSIDMNDI.setDMNStyle(List<JSIDMNStyle> dmnStyleParam)
Setter for dmnStyle as a
List |
void |
JSIDMNDI.setNativeDMNStyle(jsinterop.base.JsArrayLike<JSIDMNStyle> dmnStyleParam)
Setter for dmnStyle
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.