| 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 |
|---|---|
Element |
ItsNatTableStructure.getBodyElement(ItsNatTable table,
Element tableElem)
Returns the table body element.
|
Element |
ItsNatTableStructure.getCellContentElement(ItsNatTable table,
int row,
int col,
Element cellElem)
Returns the content element of a table cell.
|
Element |
ItsNatTableStructure.getHeadElement(ItsNatTable table,
Element tableElem)
Returns the table head element.
|
Element |
ItsNatTableStructure.getRowContentElement(ItsNatTable table,
int row,
Element rowElem)
Returns the content element of a table row.
|
ItsNatComponent |
ItsNatTableCellEditor.getTableCellEditorComponent(ItsNatTable table,
int row,
int column,
Object value,
boolean isSelected,
Element cellContentElem)
Returns the component used to edit in place the table cell value.
|
void |
ItsNatTableCellRenderer.renderTableCell(ItsNatTable table,
int row,
int column,
Object value,
boolean isSelected,
boolean hasFocus,
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,
Element cellContentElem)
Unrenders the markup of the specified table cell.
|
Copyright © Innowhere Software, Jose Maria Arranz Santamaria.