public class GXGuiElementsTransformConfig extends GXTransformConfig implements Serializable
| Constructor and Description |
|---|
GXGuiElementsTransformConfig()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
get_AdjustNeighbours()
Deprecated.
For .NET framework usage.
|
int |
get_Alignment()
Deprecated.
For .NET framework usage.
|
String |
get_CheckboxCss()
Deprecated.
For .NET framework usage.
|
String |
get_ComboboxCss()
Deprecated.
For .NET framework usage.
|
String |
get_RadioButtonCss()
Deprecated.
For .NET framework usage.
|
int |
getAlignment()
Deprecated.
|
String |
getCheckboxCss()
Deprecated.
The css class for a checkbox.
|
String |
getComboboxCss()
Deprecated.
The css class for a combo box.
|
String |
getRadioButtonCss()
Deprecated.
The css class for a radio button.
|
boolean |
isAdjustNeighbours()
Deprecated.
|
void |
set_AdjustNeighbours(boolean isAdjustNeighbours)
Deprecated.
For .NET framework usage.
|
void |
set_Alignment(int alignment)
Deprecated.
For .NET framework usage.
|
void |
set_CheckboxCss(String checkboxCss)
Deprecated.
For .NET framework usage.
|
void |
set_ComboboxCss(String comboboxCss)
Deprecated.
For .NET framework usage.
|
void |
set_RadioButtonCss(String radioButtonCss)
Deprecated.
For .NET framework usage.
|
void |
setAdjustNeighbours(boolean isAdjustNeighbours)
Deprecated.
Determines whether to adjust the neighboring tags when replacing a text field with a GUI element.
|
void |
setAlignment(int alignment)
Deprecated.
|
void |
setCheckboxCss(String checkboxCss)
Deprecated.
The css class for a checkbox.
|
void |
setComboboxCss(String comboboxCss)
Deprecated.
The css class for a combo box.
|
void |
setRadioButtonCss(String radioButtonCss)
Deprecated.
The css class for a radio button.
|
get_Enabled, isEnabled, set_Enabled, setEnabledpublic int getAlignment()
GXPresentationConstants.ALIGNMENT_HORIZONTAL,
GXPresentationConstants.ALIGNMENT_VERTICALpublic void setAlignment(int alignment)
alignment - The alignment to set.GXPresentationConstants.ALIGNMENT_HORIZONTAL,
GXPresentationConstants.ALIGNMENT_VERTICALpublic boolean isAdjustNeighbours()
setAdjustNeighbours(boolean)public void setAdjustNeighbours(boolean isAdjustNeighbours)
true by default.isAdjustNeighbours - whether to adjust the neighboring tagspublic String getCheckboxCss()
public void setCheckboxCss(String checkboxCss)
checkboxCss - the css class for a check boxpublic String getComboboxCss()
public void setComboboxCss(String comboboxCss)
comboboxCss - the css class for a combo boxpublic String getRadioButtonCss()
public void setRadioButtonCss(String radioButtonCss)
radioButtonCss - the css class for radio button groupspublic boolean get_AdjustNeighbours()
public void set_AdjustNeighbours(boolean isAdjustNeighbours)
public int get_Alignment()
public void set_Alignment(int alignment)
public String get_CheckboxCss()
public void set_CheckboxCss(String checkboxCss)
public String get_ComboboxCss()
public void set_ComboboxCss(String comboboxCss)
public String get_RadioButtonCss()
public void set_RadioButtonCss(String radioButtonCss)
Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.