Package com.iizix.prop.ui.text
Interface IUIHTMLTextComponent
- All Superinterfaces:
IUITextComponent
- All Known Implementing Classes:
EMLDefaultItemProp
,EMLGroup
,EMUISimpleDialog
,EUIButton
,EUICheckedMenuItem
,EUIContextMenu
,EUILabel
,EUIMenu
,EUIMenuItem
,EUIOutput
,EUIRadioButton
,EUIRadioMenuItem
,EUITableColumn
,EUITitlePane
,MLDefaultItemProp
,MLGroup
,MUISimpleDialog
,UIButton
,UICheckedMenuItem
,UIContextMenu
,UILabel
,UIMenu
,UIMenuItem
,UIOutput
,UIRadioButton
,UIRadioMenuItem
,UITableColumn
,UITitlePane
Interface implemented by HTML string supporting components such as the UI Label.
- Author:
- Christopher Mindus
Method Details
createTextProp
Component must return the text property to use with the name
.Atom.TEXT
Note: This method MUST be overridden by text supporting components.
- Specified by:
createTextProp
in interfaceIUITextComponent
- Returns:
KStringProp
for HTML support.