| 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
|
| Modifier and Type | Method and Description |
|---|---|
JSITDRGElement |
DMNMarshallerKogitoMarshaller.stunnerToDMN(Node<?,?> node,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
| Modifier and Type | Method and Description |
|---|---|
JSITBusinessKnowledgeModel |
BusinessKnowledgeModelConverter.dmnFromNode(Node<View<BusinessKnowledgeModel>,?> node,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
JSITDecision |
DecisionConverter.dmnFromNode(Node<View<Decision>,?> node,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
JSITDecisionService |
DecisionServiceConverter.dmnFromNode(Node<View<DecisionService>,?> node,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
JSITInputData |
InputDataConverter.dmnFromNode(Node<View<InputData>,?> node,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
JSITKnowledgeSource |
KnowledgeSourceConverter.dmnFromNode(Node<View<KnowledgeSource>,?> node,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
JSITTextAnnotation |
TextAnnotationConverter.dmnFromNode(Node<View<TextAnnotation>,?> node,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
static JSITBinding |
BindingPropertyConverter.dmnFromWB(Binding wb,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
static JSITContext |
ContextPropertyConverter.dmnFromWB(Context wb,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
static JSITContextEntry |
ContextEntryPropertyConverter.dmnFromWB(ContextEntry wb,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
static JSITExpression |
ExpressionPropertyConverter.dmnFromWB(Expression wb,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
static JSITFunctionDefinition |
FunctionDefinitionPropertyConverter.dmnFromWB(FunctionDefinition wb,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
static JSITInvocation |
InvocationPropertyConverter.dmnFromWB(Invocation wb,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
static JSITList |
ListPropertyConverter.dmnFromWB(List wb,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
static JSITRelation |
RelationPropertyConverter.dmnFromWB(Relation wb,
Consumer<JSITComponentWidths> componentWidthsConsumer) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.