public interface InfoProperties extends TextStyleProperties
InfoProperties interface represents properties that apply to field help texts.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHAlign()
Horizontal alignment of the field help text when it is positioned underneath the field editor (see
FieldControl.setHelpPos(int). |
ImageStyleProperties |
getImageProperties()
Text properties for the help text.
|
BackgroundStyleProperties |
getPopupBackgroundProperties()
Background properties for the popup help text window.
|
PaddingStyleProperties |
getPopupPaddingProperties()
Padding properties for the help text.
|
TextStyleProperties |
getPopupTextProperties()
Image properties for the clickable help image.
|
InfoPopupProperties |
getPopupWindowProperties()
Properties for the popup help text window.
|
void |
setHAlign(java.lang.String hAlign)
Sets the horizontal alignment of the field help text when it is positioned underneath the field editor (see
FieldControl.setHelpPos(int). |
getLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSizeImageStyleProperties getImageProperties()
TextStyleProperties getPopupTextProperties()
PaddingStyleProperties getPopupPaddingProperties()
BackgroundStyleProperties getPopupBackgroundProperties()
InfoPopupProperties getPopupWindowProperties()
java.lang.String getHAlign()
FieldControl.setHelpPos(int).
See setHAlign(String) for details of supported values when setting this property.void setHAlign(java.lang.String hAlign)
FieldControl.setHelpPos(int).
Supported values:
| Value | Constant |
|---|---|
| Center | ControlConstants.HORIZONTAL_ALIGNMENT_CENTER |
| Left | ControlConstants.HORIZONTAL_ALIGNMENT_LEFT |
| Right | ControlConstants.HORIZONTAL_ALIGNMENT_RIGHT |
Setting a value of null removes any existing value for the property.