| Package | Description |
|---|---|
| csbase.client.util.table |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCellView
|
class |
CheckBoxCellView
Célula de Checkbox: uma célula que exibe uma
JCheckBox. |
class |
ComboBoxCellView
Célula de ComboBoxes: a célula que exibe uma
JComboBox. |
class |
TextFieldCellView
Célula de Campo de Texto: a célula que exibe um
JTextField para
textos livres. |
| Modifier and Type | Method and Description |
|---|---|
CellView |
TextFieldCellViewFactory.create() |
CellView |
CellViewFactory.create()
Cria uma visão de célula.
|
CellView |
ReflectionCellViewFactory.create() |
CellView |
TableColumn.getCellView(int rowIndex)
Obtém uma visão de célula.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CellViewListener.valueWasChanged(CellView cellView)
É chamado quando ocorre mudança no valor da visão de célula.
|
| Constructor and Description |
|---|
ReflectionCellViewFactory(Class<? extends CellView> cellViewClass)
Cria a fábrica.
|
TableColumn(String title,
boolean isEditable,
CellModelFactory<R> cellModelFactory,
Class<? extends CellView> cellViewClass)
Cria uma coluna.
|
TableColumn(String title,
boolean isEditable,
Class<R> rowClass,
Class<? extends CellModel> cellModelClass,
Class<? extends CellView> cellViewClass)
Cria uma coluna.
|
Copyright © 2018. All rights reserved.