Class JSITComponentsWidthsExtension
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.kie.JSITComponentsWidthsExtension
-
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__KIE__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__kie__JSITComponentsWidthsExtension", isNative=true) public class JSITComponentsWidthsExtension extends ObjectJSInterop adapter forTComponentsWidthsExtension
-
-
Constructor Summary
Constructors Constructor Description JSITComponentsWidthsExtension()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <D extends JSITComponentWidths>
voidaddAllComponentWidths(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>
voidaddComponentWidths(D element)Appends the specified element to the end of componentWidthsList<JSITComponentWidths>getComponentWidths()READ-ONLY getter for componentWidths as aListstatic JSINamegetJSIName()Getter for specificJSINamejsinterop.base.JsArrayLike<JSITComponentWidths>getNativeComponentWidths()Native getter for componentWidthsStringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)voidremoveComponentWidths(int index)Removes the element at the specified position in the componentWidthsvoidsetComponentWidths(List<JSITComponentWidths> componentWidthsParam)Setter for componentWidths as aListvoidsetNativeComponentWidths(jsinterop.base.JsArrayLike<JSITComponentWidths> componentWidthsParam)Setter for componentWidths
-
-
-
Field Detail
-
TYPE
@JsOverlay public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
instanceOf
@JsOverlay public static boolean instanceOf(Object instance)
-
getJSIName
@JsOverlay public static JSIName getJSIName()
Getter for specificJSIName- Returns:
- Getter for specific
JSIName
-
getTYPE_NAME
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
Native getter for TYPE_NAME- Returns:
- The TYPE_NAME JSON property
-
getComponentWidths
@JsOverlay public final List<JSITComponentWidths> getComponentWidths()
READ-ONLY getter for componentWidths as aList- Returns:
- The componentWidths mapped as a
List
-
addComponentWidths
@JsOverlay public final <D extends JSITComponentWidths> void addComponentWidths(D element)
Appends the specified element to the end of componentWidths- Parameters:
element- to be appended to componentWidths
-
addAllComponentWidths
@JsOverlay public final <D extends JSITComponentWidths> void addAllComponentWidths(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of componentWidths- Parameters:
elements- to be appended to componentWidths
-
removeComponentWidths
@JsOverlay public final void removeComponentWidths(int index)
Removes the element at the specified position in the componentWidths- Parameters:
index- of the element to be removed
-
getNativeComponentWidths
@JsProperty(name="componentWidths") public jsinterop.base.JsArrayLike<JSITComponentWidths> getNativeComponentWidths()
Native getter for componentWidths- Returns:
- The componentWidths JSON property
-
setComponentWidths
@JsOverlay public final void setComponentWidths(List<JSITComponentWidths> componentWidthsParam)
Setter for componentWidths as aList- Parameters:
componentWidthsParam- The componentWidths mapped as aList
-
setNativeComponentWidths
@JsProperty(name="componentWidths") public final void setNativeComponentWidths(jsinterop.base.JsArrayLike<JSITComponentWidths> componentWidthsParam)
Setter for componentWidths- Parameters:
componentWidthsParam- componentWidths to set.
-
-