public abstract class Validable<T> extends Object
| Constructor and Description |
|---|
Validable() |
| Modifier and Type | Method and Description |
|---|---|
javax.faces.convert.Converter |
getConverter() |
abstract String |
getDescription() |
abstract String |
getLabel() |
T |
getValue() |
void |
setValue(T value) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.