Package | Description |
---|---|
org.itsnat.comp.button |
Contains interfaces of button based components (normal and toggle).
|
org.itsnat.comp.button.normal |
Contains interfaces of normal button components.
|
org.itsnat.comp.button.toggle |
Contains interfaces of toggle button components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatButtonLabel
Is the base interface of button components with a label.
|
Modifier and Type | Method and Description |
---|---|
ItsNatButton |
ItsNatButtonUI.getItsNatButton()
Returns the associated component object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatButtonNormal
Is the base interface of normal button components.
|
interface |
ItsNatFreeButtonNormal
Is the interface of the free normal button components.
|
interface |
ItsNatFreeButtonNormalLabel
Is the interface of the free normal button components.
|
interface |
ItsNatHTMLAnchor
Is the interface of HTML <a> based components.
|
interface |
ItsNatHTMLAnchorLabel
Is the interface of HTML <a> based components.
|
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 |
ItsNatButtonCheckBox
Is the base interface of check box button components.
|
interface |
ItsNatButtonRadio
Is the base interface of radio button components.
|
interface |
ItsNatButtonToggle
Is the base interface of toggle button components.
|
interface |
ItsNatFreeButtonToggle
Is the base interface of the free toggle button components.
|
interface |
ItsNatFreeCheckBox
Is the interface of the default implementation of free check boxes.
|
interface |
ItsNatFreeCheckBoxLabel
Is the interface of the default implementation of free check boxes.
|
interface |
ItsNatFreeRadioButton
Is the interface of the default implementation of free radio buttons.
|
interface |
ItsNatFreeRadioButtonLabel
Is the interface of the default implementation of free radio buttons.
|
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.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.