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.button.normal |
Contains interfaces of normal button components.
|
org.itsnat.comp.button.toggle |
Contains interfaces of toggle button components.
|
org.itsnat.comp.label |
Contains interfaces of the label components.
|
org.itsnat.comp.list |
Contains interfaces of the list based components (multiple selection and combo boxes).
|
org.itsnat.comp.text |
Contains interfaces of the text based components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatHTMLInput
Is the interface of <input> based components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatHTMLButton
Is the interface of HTML <button> based components.
|
interface |
ItsNatHTMLButtonLabel
Is the interface of HTML <button> based components.
|
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 | Method and Description |
---|---|
ItsNatHTMLFormComponent |
ItsNatHTMLLabel.getForComponent()
Returns the form based component pointed to by this label with the
"for" attribute.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatHTMLSelect
Is the base interface of list components attached to HTML <select> elements.
|
interface |
ItsNatHTMLSelectComboBox
Is the interface of combo box components based on HTML select elements.
|
interface |
ItsNatHTMLSelectMult
Is the interface of multiple selection list components based on HTML select elements.
|
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. |
interface |
ItsNatHTMLTextArea
Is the interface of text based components which text is rendered/edited
with multiple lines using an HTML <textarea> element.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.