| Package | Description |
|---|---|
| to.etc.domui.component.experimental | |
| to.etc.domui.component.tbl | |
| to.etc.domui.component.tree |
| Modifier and Type | Method and Description |
|---|---|
ICellClicked<?> |
MultiRowRenderer.getCellClicked(int col)
Get the cell clicked handler for the specified column.
|
ICellClicked<?> |
MultiRowRenderer.getRowClicked()
When set each row will be selectable (will react when the mouse hovers over it), and when clicked will call this handler.
|
| Modifier and Type | Method and Description |
|---|---|
<V> void |
MultiRowRenderer.setCellClicked(int col,
ICellClicked<V> cellClicked)
Set the cell clicked handler for the specified column.
|
<V> void |
MultiRowRenderer.setRowClicked(ICellClicked<V> rowClicked)
When set each row will be selectable (will react when the mouse hovers over it), and when clicked will call this handler.
|
| Modifier and Type | Method and Description |
|---|---|
ICellClicked<T> |
SimpleColumnDef.getCellClicked() |
ICellClicked<?> |
ColumnDef.getCellClicked() |
ICellClicked<?> |
RowRenderer.getCellClicked(int col)
Get the cell clicked handler for the specified column.
|
ICellClicked<?> |
AbstractRowRenderer.getCellClicked(int col)
Get the cell clicked handler for the specified column.
|
ICellClicked<?> |
RowRenderer.getRowClicked()
When set each row will be selectable (will react when the mouse hovers over it), and when clicked will call this handler.
|
ICellClicked<?> |
IRowRenderer.getRowClicked()
Return the row clicked handler to use.
|
ICellClicked<?> |
AbstractRowRenderer.getRowClicked()
When set each row will be selectable (will react when the mouse hovers over it), and when clicked will call this handler.
|
| Modifier and Type | Method and Description |
|---|---|
ColumnDef<I,T> |
ColumnDef.cellClicked(ICellClicked<?> ck)
Set the cell click handler.
|
SimpleColumnDef<T> |
SimpleColumnDef.cellClicked(ICellClicked<T> ck)
Set the cell click handler.
|
void |
SimpleColumnDef.setCellClicked(ICellClicked<T> cellClicked) |
<V> void |
RowRenderer.setCellClicked(int col,
ICellClicked<V> cellClicked)
Set the cell clicked handler for the specified column.
|
<V> void |
IClickableRowRenderer.setCellClicked(int col,
ICellClicked<V> cellClicked)
Set (or clear) the handler to be called when a specific cell in the row is clicked.
|
<V> void |
AbstractRowRenderer.setCellClicked(int col,
ICellClicked<V> cellClicked)
Set the cell clicked handler for the specified column.
|
<V> void |
RowRenderer.setRowClicked(ICellClicked<V> rowClicked)
When set each row will be selectable (will react when the mouse hovers over it), and when clicked will call this handler.
|
<V> void |
IClickableRowRenderer.setRowClicked(ICellClicked<V> rowClicked)
Set (or clear) the handler to be called when the row is clicked.
|
<V> void |
AbstractRowRenderer.setRowClicked(ICellClicked<V> rowClicked)
When set each row will be selectable (will react when the mouse hovers over it), and when clicked will call this handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TreeSelectionWindow<T>
A popup window that shows a tree and lets the user select one entry from it.
|
| Modifier and Type | Method and Description |
|---|---|
ICellClicked<?> |
Tree.getCellClicked() |
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.setCellClicked(ICellClicked<?> cellClicked) |
Copyright © 2017 etc.to. All rights reserved.