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 |
Contains interfaces of button based components (normal and toggle).
|
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.table |
Contains interfaces of the table based components.
|
org.itsnat.comp.text |
Contains interfaces of the text based components.
|
org.itsnat.comp.tree |
Contains interfaces of the tree based components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatHTMLElementComponentUI
Is the base interface of the User Interface utility object associated to
an HTML DOM Element based component.
|
Modifier and Type | Method and Description |
---|---|
ItsNatElementComponentUI |
ItsNatElementComponent.getItsNatElementComponentUI()
Returns the user interface manager of this component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatButtonUI
Is the base interface of the User Interface of a button component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatLabelUI
Is the base interface of the User Interface of a label component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatHTMLSelectUI
Is the base interface of the User Interface of an HTML <select> based component.
|
interface |
ItsNatListUI
Is the base interface of the User Interface of a list component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatHTMLTableHeaderUI
Is the base interface of the User Interface of an HTML table header component.
|
interface |
ItsNatHTMLTableUI
Is the base interface of the User Interface of an HTML table body component.
|
interface |
ItsNatTableHeaderUI
Is the base interface of the User Interface of a table header.
|
interface |
ItsNatTableUI
Is the base interface of the User Interface of a table body component.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatTextAreaUI
Is the base interface of a text area component User Interface.
|
interface |
ItsNatTextComponentUI
Is the base interface of the User Interface of a text based header.
|
interface |
ItsNatTextFieldUI
Is the base interface of a text field component User Interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatTreeUI
Is the base interface of the User Interface of a tree component.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.