Java org.apache.wicket.validation IValidatable fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.validation IValidatable fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.validation IValidatable.

The text is from its open source code.

Implementation

org.apache.wicket.validation.IValidatable has the following implementations.
Click this link to see all its implementation.

Constructor

Method

voiderror(IValidationError error)
Reports an error against this IValidatable's value.
IModelgetModel()
Returns the model of the component being validated
TgetValue()
Retrieves the value to be validated.
booleanisValid()
Queries the current state of this IValidatable instance.