Interface IUIPlainTextComponent
- All Superinterfaces:
IUITextComponent
- All Known Implementing Classes:
EUIComboBox, EUIDialog, EUISpinner, EUIText, EUITextArea, UIAbstractListChoice, UIComboBox, UIDialog, UISpinner, UIText, UITextArea
Interface implemented by plain string supporting components such as the UI Text and Text Area components.
- Author:
- Christopher Mindus
Method Details
createTextProp
Component must return the text property to use with the name.Atom.TEXTNote: This method MUST be overridden by text supporting components.
- Specified by:
createTextPropin interfaceIUITextComponent- Returns:
StringPropfor plain strings.