| Package | Description |
|---|---|
| org.itsnat.comp |
Contains generic interfaces of components, markup namespace independent, they may be applied to HTML components, SVG components, XML components etc.
|
| org.itsnat.comp.text |
Contains interfaces of the text based components.
|
| Class and Description |
|---|
| 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".
|
| ItsNatHTMLInputHidden
Is the interface of text based components which text is rendered
as a single line using an HTML input element with type "hidden".
|
| ItsNatHTMLInputPassword
Is the interface of
ItsNatPasswordField components
using HTML input elements with type "password" as user 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".
|
| ItsNatHTMLInputTextFormatted
Is the interface of
ItsNatFormattedTextField components
using HTML input text elements as user interface. |
| ItsNatHTMLTextArea
Is the interface of text based components which text is rendered/edited
with multiple lines using an HTML <textarea> element.
|
| Class and Description |
|---|
| ItsNatFormattedTextField
Is the base interface of text based components which text is rendered/edited
as a single line and following a format.
|
| ItsNatFormattedTextField.ItsNatFormatter
Defines an ItsNat formatter.
|
| ItsNatFormattedTextField.ItsNatFormatterFactory
Defines an ItsNat formatter factory.
|
| 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".
|
| ItsNatHTMLInputTextBased
Is the base interface of text based components which text is rendered/edited
as a single line using an HTML input element.
|
| ItsNatPasswordField
Is the base interface of text field components containing a password.
|
| ItsNatTextArea
Is the base interface of text based components which text is rendered/edited
with multiple lines.
|
| ItsNatTextAreaUI
Is the base interface of a text area component User Interface.
|
| ItsNatTextComponent
Is the base interface of text based components.
|
| ItsNatTextComponentUI
Is the base interface of the User Interface of a text based header.
|
| ItsNatTextField
Is the base interface of text based components which text is rendered/edited
as a single line.
|
| ItsNatTextFieldUI
Is the base interface of a text field component User Interface.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.