Interface IUITextComponent
- All Known Subinterfaces:
IUIHTMLTextComponent, IUIPlainKStringComponent, IUIPlainTextComponent
- All Known Implementing Classes:
EMLDefaultItemProp, EMLGroup, EUIButton, EUICheckedMenuItem, EUIComboBox, EUIContextMenu, EUIDialog, EUILabel, EUIMenu, EUIMenuItem, EUIOutput, EUIRadioButton, EUIRadioMenuItem, EUISpinner, EUITableColumn, EUIText, EUITextArea, EUITitlePane, MLDefaultItemProp, MLGroup, UIAbstractListChoice, UIButton, UICheckedMenuItem, UIComboBox, UIContextMenu, UIDialog, UILabel, UIMenu, UIMenuItem, UIOutput, UIRadioButton, UIRadioMenuItem, UISpinner, UITableColumn, UIText, UITextArea, UITitlePane
public interface IUITextComponent
Interface implemented by text supporting components.
- Author:
- Christopher Mindus
Method Details
createTextProp
GProp<?> createTextProp()Component must return the text property to use with the name.Atom.TEXTNote: 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.