| Package | Description |
|---|---|
| com.codename1.properties |
High level property objects that allow us to replace getters/setters in business objects with more convenient
storage/parsing mappings while retaining type safety.
|
| 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
|
| Class and Description |
|---|
| Constraint
To perform validation we add a constraint to a validator, a constraint defines whether a value if valid
for a given object
|
| Class and Description |
|---|
| Constraint
To perform validation we add a constraint to a validator, a constraint defines whether a value if valid
for a given object
|
| Validator
Binds validation constraints to form elements, when validation fails it can be highlighted directly on
the component via an emblem or change of the UIID (to original UIID name + "Invalid" e.g.
|
| Class and Description |
|---|
| Constraint
To perform validation we add a constraint to a validator, a constraint defines whether a value if valid
for a given object
|
| Validator
Binds validation constraints to form elements, when validation fails it can be highlighted directly on
the component via an emblem or change of the UIID (to original UIID name + "Invalid" e.g.
|
| Validator.HighlightMode
Indicates the validation failure modes
|
Copyright © 2022. All rights reserved.