Uses of Class
io.guise.framework.component.TextControl
-
Packages that use TextControl Package Description io.guise.framework.component io.guise.framework.component.text.directory.vcard io.guise.framework.platform.web -
-
Uses of TextControl in io.guise.framework.component
Fields in io.guise.framework.component with type parameters of type TextControl Modifier and Type Field Description protected static ExportStrategy<TextControl<?>>
TextControl. DEFAULT_EXPORT_STRATEGY
The default export strategy for this component type.protected static ImportStrategy<TextControl<?>>
TextControl. DEFAULT_IMPORT_STRATEGY
The default import strategy for this component type.Methods in io.guise.framework.component that return TextControl Modifier and Type Method Description protected TextControl<java.util.Date>
DateTimeControl. getDateControl()
protected TextControl<java.lang.Integer>
DateTimeFieldsControl. getDayControl()
protected TextControl<java.lang.Integer>
DateTimeFieldsControl. getHourControl()
protected TextControl<java.lang.Integer>
DateTimeFieldsControl. getMillisecondControl()
protected TextControl<java.lang.Integer>
DateTimeFieldsControl. getMinuteControl()
protected TextControl<java.lang.Integer>
DateTimeFieldsControl. getSecondControl()
TextControl<java.util.Date>
DateTimeControl. getTimeControl()
Constructors in io.guise.framework.component with parameters of type TextControl Constructor Description DefaultTransferable(TextControl<?> source)
Source constructor. -
Uses of TextControl in io.guise.framework.component.text.directory.vcard
Methods in io.guise.framework.component.text.directory.vcard that return TextControl Modifier and Type Method Description TextControl<java.lang.String>
NamePanel. getAdditionalNameControl()
TextControl<java.lang.String>
NamePanel. getFamilyNameControl()
TextControl<java.lang.String>
NamePanel. getGivenNameControl()
-
Uses of TextControl in io.guise.framework.platform.web
Classes in io.guise.framework.platform.web with type parameters of type TextControl Modifier and Type Class Description class
WebTextControlDepictor<V,C extends TextControl<V>>
Strategy for rendering a text control as an XHTML<input>
element or an XHTML<textarea>
element.
-