Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITList
-
Packages that use JSITList Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITList 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 JSITList Modifier and Type Method Description <D extends JSITList>
voidJSITRelation. addAllRow(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of row<D extends JSITList>
voidJSITRelation. addRow(D element)Appends the specified element to the end of rowMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITList Modifier and Type Method Description JSITListDMN12. getList()Native getter for listMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITList Modifier and Type Method Description jsinterop.base.JsArrayLike<JSITList>JSITRelation. getNativeRow()Native getter for rowList<JSITList>JSITRelation. getRow()READ-ONLY getter for row as aListMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITList Modifier and Type Method Description <D extends JSITList>
voidJSITRelation. addAllRow(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of rowvoidDMN12. setList(JSITList listParam)Setter for listMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITList Modifier and Type Method Description voidJSITRelation. setNativeRow(jsinterop.base.JsArrayLike<JSITList> rowParam)Setter for rowvoidJSITRelation. setRow(List<JSITList> rowParam)Setter for row as aList
-