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
 - public interface IUIHTMLTextComponent extends IUITextComponent Interface implemented by HTML string supporting components such as the UI Label.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Default Methods - Modifier and Type - Method - Description - default GProp<?>- createTextProp()Component must return the text property to use with the name- Atom.TEXT
 
- Method Detail- createTextProp- default GProp<?> 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:
- createTextPropin interface- IUITextComponent
- Returns:
- KStringPropfor HTML support.