Package | Description |
---|---|
org.itsnat.comp.table |
Contains interfaces of the table based components.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ItsNatFreeTable
Is the interface of the free table components.
|
interface |
ItsNatHTMLTable
Is the interface of HTML <table> components.
|
Modifier and Type | Method and Description |
---|---|
ItsNatTable |
ItsNatTableUI.getItsNatTable()
Returns the associated component object.
|
ItsNatTable |
ItsNatTableHeader.getItsNatTable()
Returns the table component this header belongs to.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
ItsNatTableStructure.getBodyElement(ItsNatTable table,
org.w3c.dom.Element tableElem)
Returns the table body element.
|
org.w3c.dom.Element |
ItsNatTableStructure.getCellContentElement(ItsNatTable table,
int row,
int col,
org.w3c.dom.Element cellElem)
Returns the content element of a table cell.
|
org.w3c.dom.Element |
ItsNatTableStructure.getHeadElement(ItsNatTable table,
org.w3c.dom.Element tableElem)
Returns the table head element.
|
org.w3c.dom.Element |
ItsNatTableStructure.getRowContentElement(ItsNatTable table,
int row,
org.w3c.dom.Element rowElem)
Returns the content element of a table row.
|
ItsNatComponent |
ItsNatTableCellEditor.getTableCellEditorComponent(ItsNatTable table,
int row,
int column,
java.lang.Object value,
boolean isSelected,
org.w3c.dom.Element cellContentElem)
Returns the component used to edit in place the table cell value.
|
void |
ItsNatTableCellRenderer.renderTableCell(ItsNatTable table,
int row,
int column,
java.lang.Object value,
boolean isSelected,
boolean hasFocus,
org.w3c.dom.Element cellContentElem,
boolean isNew)
Renders as markup the specified table cell value into the specified element, usually
as a text node.
|
void |
ItsNatTableCellRenderer.unrenderTableCell(ItsNatTable table,
int row,
int column,
org.w3c.dom.Element cellContentElem)
Unrenders the markup of the specified table cell.
|
Copyright © 2007 Innowhere Software Services S.L. All Rights Reserved.