Package | Description |
---|---|
org.itsnat.comp.button.normal |
Contains interfaces of normal button components.
|
org.itsnat.comp.button.toggle |
Contains interfaces of toggle button components.
|
org.itsnat.comp.text |
Contains interfaces of the text based components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatHTMLInputButton
Is the interface of HTML <input> based components with "button" attribute.
|
interface |
ItsNatHTMLInputButtonNormal
Is the base interface of normal button components based on HTML <input> elements.
|
interface |
ItsNatHTMLInputImage
Is the interface of HTML <input> based components with "image" attribute.
|
interface |
ItsNatHTMLInputReset
Is the interface of HTML <input> based components with "reset" attribute.
|
interface |
ItsNatHTMLInputSubmit
Is the interface of HTML <input> based components with "submit" attribute.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatHTMLInputButtonToggle
Is the base interface of toggle button components based on HTML <input> elements
(check boxes and radio buttons).
|
interface |
ItsNatHTMLInputCheckBox
Is the interface of HTML <input> based components with "checkbox" attribute.
|
interface |
ItsNatHTMLInputRadio
Is the interface of HTML <input> based components with "checkbox" attribute.
|
Modifier and Type | Interface and Description |
---|---|
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. |
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.