Package | Description |
---|---|
org.itsnat.comp.text |
Contains interfaces of the text based components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatFormattedTextField
Is the base interface of text based components which text is rendered/edited
as a single line and following a format.
|
interface |
ItsNatHTMLInputFile
Is the interface of text based components which text is rendered/edited
as a single line using an HTML input element with type "file".
|
interface |
ItsNatHTMLInputHidden
Is the interface of text based components which text is rendered
as a single line using an HTML input element with type "hidden".
|
interface |
ItsNatHTMLInputPassword
Is the interface of
ItsNatPasswordField components
using HTML input elements with type "password" as user interface. |
interface |
ItsNatHTMLInputText
Is the base interface of text based components which text is rendered/edited
as a single line using an HTML input element with type "text".
|
interface |
ItsNatHTMLInputTextBased
Is the base interface of text based components which text is rendered/edited
as a single line using an HTML input element.
|
interface |
ItsNatHTMLInputTextFormatted
Is the interface of
ItsNatFormattedTextField components
using HTML input text elements as user interface. |
interface |
ItsNatPasswordField
Is the base interface of text field components containing a password.
|
Modifier and Type | Method and Description |
---|---|
ItsNatTextField |
ItsNatTextFieldUI.getItsNatTextField()
Returns the associated component object.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.