Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.kie |
Modifier and Type | Method and Description |
---|---|
<D extends JSITComponentWidths> |
JSITComponentsWidthsExtension.addAllComponentWidths(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of componentWidths
|
<D extends JSITComponentWidths> |
JSITComponentsWidthsExtension.addComponentWidths(D element)
Appends the specified element to the end of componentWidths
|
Modifier and Type | Method and Description |
---|---|
JSITComponentWidths |
KIE.getComponentWidths()
Native getter for ComponentWidths
|
Modifier and Type | Method and Description |
---|---|
List<JSITComponentWidths> |
JSITComponentsWidthsExtension.getComponentWidths()
READ-ONLY getter for componentWidths as a
List |
jsinterop.base.JsArrayLike<JSITComponentWidths> |
JSITComponentsWidthsExtension.getNativeComponentWidths()
Native getter for componentWidths
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITComponentWidths> |
JSITComponentsWidthsExtension.addAllComponentWidths(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of componentWidths
|
void |
KIE.setComponentWidths(JSITComponentWidths ComponentWidthsParam)
Setter for ComponentWidths
|
Modifier and Type | Method and Description |
---|---|
void |
JSITComponentsWidthsExtension.setComponentWidths(List<JSITComponentWidths> componentWidthsParam)
Setter for componentWidths as a
List |
void |
JSITComponentsWidthsExtension.setNativeComponentWidths(jsinterop.base.JsArrayLike<JSITComponentWidths> componentWidthsParam)
Setter for componentWidths
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.