@JsType(namespace="<global>",
name="JsInterop__ConstructorAPI__DI__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__di__JSIStyle",
isNative=true)
public class JSIStyle
extends Object
Style| Modifier and Type | Class and Description |
|---|---|
static class |
JSIStyle.JSIExtension
JSInterop adapter for
Extension |
| Constructor and Description |
|---|
JSIStyle() |
| Modifier and Type | Method and Description |
|---|---|
JSIStyle.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(JSIStyle instance) |
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
setExtension(JSIStyle.JSIExtension extensionParam)
Setter for extension
|
void |
setId(String idParam)
Setter for id
|
void |
setOtherAttributes(Map<QName,String> otherAttributesParam)
Setter for otherAttributes
|
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSINameJSIName@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
@JsProperty(name="extension") public JSIStyle.JSIExtension getExtension()
@JsProperty(name="extension") public final void setExtension(JSIStyle.JSIExtension extensionParam)
extensionParam - extension 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.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.