Class JSITComponentWidths


  • @JsType(namespace="<global>",
            name="JsInterop__ConstructorAPI__KIE__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__kie__JSITComponentWidths",
            isNative=true)
    public class JSITComponentWidths
    extends Object
    JSInterop adapter for TComponentWidths
    • Constructor Detail

      • JSITComponentWidths

        public JSITComponentWidths()
    • Method Detail

      • instanceOf

        @JsOverlay
        public static boolean instanceOf​(Object instance)
      • getJSIName

        @JsOverlay
        public static JSIName getJSIName()
        Getter for specific JSIName
        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
      • getWidth

        @JsOverlay
        public final List<Float> getWidth()
        READ-ONLY getter for width as a List
        Returns:
        The width mapped as a List
      • addWidth

        @JsOverlay
        public final void addWidth​(float element)
        Appends the specified element to the end of width
        Parameters:
        element - to be appended to width
      • addAllWidth

        @JsOverlay
        public final void addAllWidth​(float... elements)
        Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of width
        Parameters:
        elements - to be appended to width
      • removeWidth

        @JsOverlay
        public final void removeWidth​(int index)
        Removes the element at the specified position in the width
        Parameters:
        index - of the element to be removed
      • getNativeWidth

        @JsProperty(name="width")
        public float[] getNativeWidth()
        Native getter for width
        Returns:
        The width JSON property
      • setWidth

        @JsOverlay
        public final void setWidth​(List<Float> widthParam)
        Setter for width as a List
        Parameters:
        widthParam - The width mapped as a List
      • setNativeWidth

        @JsProperty(name="width")
        public final void setNativeWidth​(float[] widthParam)
        Setter for width
        Parameters:
        widthParam - width to set.
      • getDmnElementRef

        @JsProperty(name="dmnElementRef")
        public String getDmnElementRef()
        Native getter for dmnElementRef
        Returns:
        The dmnElementRef JSON property
      • setDmnElementRef

        @JsProperty(name="dmnElementRef")
        public final void setDmnElementRef​(String dmnElementRefParam)
        Setter for dmnElementRef
        Parameters:
        dmnElementRefParam - dmnElementRef to set.