| Package | Description |
|---|---|
| com.codename1.ui.table |
Table component for editing and viewing tabular data and arranging Codename One components in a tabular form
|
| com.codename1.ui.validation |
The validation framework allows us to mark invalid input in text components and disable components
in the case of invalid input
|
| Modifier and Type | Method and Description |
|---|---|
Validator |
AbstractTableModel.getValidator()
A validator can be defined here so a validation constraint can bind to a table model cell
|
Validator |
SortableTableModel.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTableModel.setValidator(Validator validator)
A validator can be defined here so a validation constraint can bind to a table model cell
|
void |
SortableTableModel.setValidator(Validator validator) |
| Modifier and Type | Method and Description |
|---|---|
Validator |
Validator.addConstraint(Component cmp,
Constraint... c)
Places a constraint on the validator, returns this object so constraint
additions can be chained.
|
Validator |
Validator.addSubmitButtons(Component... cmp)
Submit buttons (or any other component type) can be disabled until all components contain a valid value.
|
Copyright © 2021. All rights reserved.