Package | Description |
---|---|
org.itsnat.comp.list |
Contains interfaces of the list based components (multiple selection and combo boxes).
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatComboBox
Is the base interface of combo box components.
|
interface |
ItsNatFreeComboBox
Is the interface of the free combo box components.
|
interface |
ItsNatFreeList
Is the base interface of the free multiple selection lists and combo box components.
|
interface |
ItsNatFreeListMultSel
Is the interface of the free multiple selection list components.
|
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.
|
interface |
ItsNatListMultSel
Is the base interface of multiple selection lists.
|
Modifier and Type | Method and Description |
---|---|
ItsNatList |
ItsNatListUI.getItsNatList()
Returns the associated component object.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
ItsNatListStructure.getContentElement(ItsNatList list,
int index,
org.w3c.dom.Element itemElem)
Returns the content element of an item element.
|
ItsNatComponent |
ItsNatListCellEditor.getListCellEditorComponent(ItsNatList list,
int index,
java.lang.Object value,
boolean isSelected,
org.w3c.dom.Element cellContentElem)
Returns the component used to edit in place the list item value.
|
void |
ItsNatListCellRenderer.renderListCell(ItsNatList list,
int index,
java.lang.Object value,
boolean isSelected,
boolean hasFocus,
org.w3c.dom.Element cellContentElem,
boolean isNew)
Renders as markup the specified list item value into the specified element, usually
as a text node.
|
void |
ItsNatListCellRenderer.unrenderListCell(ItsNatList list,
int index,
org.w3c.dom.Element cellContentElem)
Unrenders the markup of the specified list item.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.