org.itsnat.comp.ui |
Contains generic interfaces to control the view of components (DOM layout of the component).
|
Java Source File Name | Type | Comment |
ItsNatButtonRadioUI.java | Interface | Is the base interface of the User Interface of a radio button component. |
ItsNatButtonToggleUI.java | Interface | Is the base interface of the User Interface of a toggle button component. |
ItsNatButtonUI.java | Interface | Is the base interface of the User Interface of a button component. |
ItsNatComboBoxUI.java | Interface | Is the base interface of the User Interface of a list based component
working as a combo box. |
ItsNatComponentUI.java | Interface | Is the base interface of the User Interface utility object associated to
the component. |
ItsNatElementComponentUI.java | Interface | Is the base interface of the User Interface utility object associated to
a DOM Element based component. |
ItsNatLabelUI.java | Interface | Is the base interface of the User Interface of a label component. |
ItsNatListCellUI.java | Interface | Contains visual information of a list child. |
ItsNatListMultSelUI.java | Interface | Is the base interface of the User Interface of a list based component
using multiple selection. |
ItsNatListUI.java | Interface | Is the base interface of the User Interface of a list component. |
ItsNatTableCellUI.java | Interface | Contains visual information of a table cell element. |
ItsNatTableHeaderCellUI.java | Interface | Contains visual information of a table header cell. |
ItsNatTableHeaderUI.java | Interface | Is the base interface of the User Interface of a table header. |
ItsNatTableUI.java | Interface | Is the base interface of the User Interface of a table body component. |
ItsNatTextAreaUI.java | Interface | Is the base interface of a text area component User Interface.
Current implementation of this interface only applies to <textarea>
based components. |
ItsNatTextComponentUI.java | Interface | Is the base interface of the User Interface of a text based header. |
ItsNatTextFieldUI.java | Interface | Is the base interface of a text field component User Interface.
Current implementation of this interface only applies to <input type="text">
based components. |
ItsNatTreeCellUI.java | Interface | Contains visual information of a tree node.
This interface is the "componentized" version of
org.itsnat.core.domutil.ElementTreeNode and
follows a similar philosophy. |
ItsNatTreeUI.java | Interface | Is the base interface of the User Interface of a tree component. |