public class GXHostKeysTransformConfig extends GXTransformConfig implements Serializable
| Constructor and Description |
|---|
GXHostKeysTransformConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
get_HostKeyCss()
For .NET framework usage.
|
int |
get_RenderingType()
For .NET framework usage.
|
String |
getHostKeyCss() |
int |
getRenderingType()
The type of the rendered host keys.
|
void |
set_HostKeyCss(String hostKeyCss)
For .NET framework usage.
|
void |
set_RenderingType(int renderingType)
For .NET framework usage.
|
void |
setHostKeyCss(String hostKeyCss) |
void |
setRenderingType(int renderingType)
The type of the rendered host keys.
|
get_Enabled, isEnabled, set_Enabled, setEnabledpublic void setRenderingType(int renderingType)
renderingType - constant representing the type of the host keys.GXTransformConstants.HOSTKEYS_BUTTONS,
GXTransformConstants.HOSTKEYS_LINKS,
GXTransformConstants.HOSTKEYS_DELETEpublic int getRenderingType()
onComplete event.GXTransformConstants.HOSTKEYS_BUTTONS,
GXTransformConstants.HOSTKEYS_LINKS,
GXTransformConstants.HOSTKEYS_DELETEpublic void set_RenderingType(int renderingType)
public int get_RenderingType()
public String getHostKeyCss()
public void setHostKeyCss(String hostKeyCss)
hostKeyCss - the CSS class of the host keyspublic String get_HostKeyCss()
public void set_HostKeyCss(String hostKeyCss)
Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.