Package | Description |
---|---|
org.itsnat.comp.table |
Contains interfaces of the table based components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatFreeTableHeader
Is the interface of the free table header components.
|
interface |
ItsNatHTMLTableHeader
Is the interface of the HTML table header component.
|
Modifier and Type | Method and Description |
---|---|
ItsNatTableHeader |
ItsNatTableHeaderUI.getItsNatTableHeader()
Returns the associated component object.
|
ItsNatTableHeader |
ItsNatTable.getItsNatTableHeader()
Returns the table header sub-component.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
ItsNatTableStructure.getHeaderColumnContentElement(ItsNatTableHeader tableHeader,
int column,
org.w3c.dom.Element itemElem)
Returns the content element of a table header column.
|
void |
ItsNatTableHeaderCellRenderer.renderTableHeaderCell(ItsNatTableHeader tableHeader,
int column,
java.lang.Object value,
boolean isSelected,
boolean hasFocus,
org.w3c.dom.Element columnContentElem,
boolean isNew)
Renders as markup the specified column value of the table header into the specified element, usually
as a text node.
|
void |
ItsNatTableHeaderCellRenderer.unrenderTableHeaderCell(ItsNatTableHeader tableHeader,
int column,
org.w3c.dom.Element columnContentElem)
Unrenders the markup of the specified header column.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.