Package com.iizix.prop.ui.text
Interface IUITextComponent
- All Known Subinterfaces:
- IUIHTMLTextComponent,- IUIPlainKStringComponent,- IUIPlainTextComponent
 - All Known Implementing Classes:
- EMLDefaultItemProp,- EMLGroup,- EMUISimpleDialog,- EUIButton,- EUICheckedMenuItem,- EUIComboBox,- EUIContextMenu,- EUIDialog,- EUILabel,- EUIMenu,- EUIMenuItem,- EUIOutput,- EUIRadioButton,- EUIRadioMenuItem,- EUISpinner,- EUITableColumn,- EUIText,- EUITextArea,- EUITitlePane,- MLDefaultItemProp,- MLGroup,- MUISimpleDialog,- UIAbstractListChoice,- UIButton,- UICheckedMenuItem,- UIComboBox,- UIContextMenu,- UIDialog,- UILabel,- UIMenu,- UIMenuItem,- UIOutput,- UIRadioButton,- UIRadioMenuItem,- UISpinner,- UITableColumn,- UIText,- UITextArea,- UITitlePane
 - public interface IUITextComponentInterface implemented by text supporting components.- Author:
- Christopher Mindus
 
- Method Summary- All Methods Instance Methods Abstract Methods - Modifier and Type - Method - Description - GProp<?>- createTextProp()Component must return the text property to use with the name- Atom.TEXT
 
- Method Detail- createTextProp- 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. - Returns:
- StringPropfor plain strings,- KStringPropfor HTML support,- PlainKStringPropfor tagged plain strings or null for no text support.