| Package | Description |
|---|---|
| to.etc.domui.component.experimental | |
| to.etc.domui.component.ntbl | |
| to.etc.domui.component.tbl | |
| to.etc.domui.databinding.observables |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiRowDataTable<T>
POC for a datatable based on the live dom code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExpandingEditTable<T>
This component is a table, using a TableModel, which can also edit it's rows
and expand them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CheckBoxDataTable<T>
Deprecated.
|
class |
DataCellTable<T>
A table-related component which shows all "rows" in a single cell instead of
in a table.
|
class |
DataTable<T>
POC for a datatable based on the live dom code.
|
class |
ListShuttle
The ListShuttle component contains a SOURCE list and a TARGET list, and allows the user to
"shuttle" elements from the SOURCE list to the TARGET list, and v.v.
|
class |
MultipleSelectionDataTable<T>
DataTable customized to support multiple selection functionality.
|
class |
PageableTabularComponentBase<T> |
class |
ScrollableDataTable<T>
Deprecated.
since there is an issue with table with calculation on various browsers.
Redundant horizontal scrollbars may appear randomly. A workaround for the issue is fixing each column width. |
class |
SelectableTabularComponent<T> |
class |
TableModelTableBase<T> |
| Modifier and Type | Method and Description |
|---|---|
protected List<ITableModelListener<T>> |
TableModelBase.getListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
ITableModel.addChangeListener(ITableModelListener<T> l) |
void |
TableModelBase.addChangeListener(ITableModelListener<T> l)
Add a change listener to this model.
|
void |
ITableModel.removeChangeListener(ITableModelListener<T> l) |
void |
TableModelBase.removeChangeListener(ITableModelListener<T> l)
Remove a change listener from the model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableListModelAdapter.addChangeListener(ITableModelListener<T> l) |
void |
ObservableListModelAdapter.removeChangeListener(ITableModelListener<T> l) |
Copyright © 2017 etc.to. All rights reserved.