RichFaces Examples Validators 4.1.0.20111101-M4

org.richfaces.example
Class Validable<T>

java.lang.Object
  extended by 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

Constructor Summary
Validable()
           
 
Method Summary
 javax.faces.convert.Converter getConverter()
           
abstract  String getDescription()
           
abstract  String getLabel()
           
 T getValue()
           
 void setValue(T value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Validable

public Validable()
Method Detail

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()

RichFaces Examples Validators 4.1.0.20111101-M4

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.