Package com.iizix.prop.ui.text
Interface IUIPlainTextComponent
- All Superinterfaces:
IUITextComponent
- All Known Implementing Classes:
EUIComboBox
,EUIDialog
,EUISpinner
,EUIText
,EUITextArea
,UIAbstractListChoice
,UIComboBox
,UIDialog
,UISpinner
,UIText
,UITextArea
public interface IUIPlainTextComponent extends IUITextComponent
Interface implemented by plain string supporting components such as the UI Text and Text Area components.- 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:
createTextProp
in interfaceIUITextComponent
- Returns:
StringProp
for plain strings.