org.richfaces.example
Class Validable<T>
java.lang.Object
org.richfaces.example.Validable<T>
- Direct Known Subclasses:
- BooleanBean, MaxBean, MinBean, MinMaxBean, NotEmptyBean, NotNullBean, PatternBean, SizeBean
public abstract class Validable<T>
- extends Object
- Author:
- asmirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Validable
public Validable()
getValue
public T getValue()
setValue
public void setValue(T value)
getConverter
public javax.faces.convert.Converter getConverter()
getDescription
public abstract String getDescription()
getLabel
public abstract String getLabel()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.