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

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

Introduction

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

The text is from its open source code.

Constructor

Validatable(T value)
Constructor.
Validatable()
Constructor.

Method

ListgetErrors()
Retrieves an unmodifiable list of any errors reported against this IValidatable instance.
booleanisValid()
voidsetValue(T value)
Sets the value object that will be returned by #getValue() .