@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DI__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__di__JSIDiagramElement", isNative=true) public class JSIDiagramElement extends Object
DiagramElement
Modifier and Type | Class and Description |
---|---|
static class |
JSIDiagramElement.JSIExtension
JSInterop adapter for
Extension |
Constructor and Description |
---|
JSIDiagramElement() |
Modifier and Type | Method and Description |
---|---|
JSIDiagramElement.JSIExtension |
getExtension()
Native getter for extension
|
String |
getId()
Native getter for id
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
Map<QName,String> |
getOtherAttributes()
Native getter for otherAttributes
|
static Map<QName,String> |
getOtherAttributesMap(JSIDiagramElement instance) |
Object |
getSharedStyle()
Native getter for sharedStyle
|
JSIStyle |
getStyle()
Native getter for style
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
setExtension(JSIDiagramElement.JSIExtension extensionParam)
Setter for extension
|
void |
setId(String idParam)
Setter for id
|
void |
setOtherAttributes(Map<QName,String> otherAttributesParam)
Setter for otherAttributes
|
void |
setSharedStyle(Object sharedStyleParam)
Setter for sharedStyle
|
void |
setStyle(JSIStyle styleParam)
Setter for style
|
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSIName
JSIName
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
@JsProperty(name="extension") public JSIDiagramElement.JSIExtension getExtension()
@JsProperty(name="extension") public final void setExtension(JSIDiagramElement.JSIExtension extensionParam)
extensionParam
- extension to set.@JsProperty(name="style") public JSIStyle getStyle()
@JsProperty(name="style") public final void setStyle(JSIStyle styleParam)
styleParam
- style to set.@JsProperty(name="sharedStyle") public Object getSharedStyle()
@JsProperty(name="sharedStyle") public final void setSharedStyle(Object sharedStyleParam)
sharedStyleParam
- sharedStyle to set.@JsProperty(name="id") public String getId()
@JsProperty(name="id") public final void setId(String idParam)
idParam
- id to set.@JsProperty(name="otherAttributes") public Map<QName,String> getOtherAttributes()
@JsProperty(name="otherAttributes") public final void setOtherAttributes(Map<QName,String> otherAttributesParam)
otherAttributesParam
- otherAttributes to set.@JsOverlay public static Map<QName,String> getOtherAttributesMap(JSIDiagramElement instance)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.