|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InfoProperties
The InfoProperties
interface represents properties that apply to field help texts.
Method Summary | |
---|---|
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) . |
Methods inherited from interface com.ebasetech.xi.api.controls.TextStyleProperties |
---|
getLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSize |
Method Detail |
---|
ImageStyleProperties 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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |