blob: c991bfc82a168eab5d5a1a5bd825be762791f002 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body bgcolor="white">
<!-- Package summary here -->
<p>Provides various {@link com.vaadin.data.Validator}
implementations.</p>
<p>{@link com.vaadin.data.validator.AbstractValidator
AbstractValidator} provides an abstract implementation of the {@link
com.vaadin.data.Validator} interface and can be extended for custom
validation needs. {@link
com.vaadin.data.validator.AbstractStringValidator
AbstractStringValidator} can also be extended if the value is a String.</p>
</body>
</html>
|