Schnittstelle Validatable
- Alle bekannten Implementierungsklassen:
FormulaField, GroupField, SortField, SQLField, SummaryField
public interface Validatable
An object that is validatable.
- Seit:
- 10.0
-
Methodenübersicht
-
Methodendetails
-
validate
Validity validate()Check if the object is valid and returns the state and details of possible errors.- Gibt zurück:
- the current state, never null.
- Seit:
- 10.0
-