RichFaces Examples Validators 4.1.0.20111101-M4

org.richfaces.example
Class DataBean

java.lang.Object
  extended by org.richfaces.example.DataBean

public class DataBean
extends Object

Author:
asmirnov

Constructor Summary
DataBean()
           
 
Method Summary
 List<Validable<?>> getBeans()
           
 int getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBean

public DataBean()
Method Detail

getBeans

public List<Validable<?>> getBeans()
Returns:
the beans

getTotal

@Max(value=20L,
     message="Total value should be less then 20")
public int getTotal()

RichFaces Examples Validators 4.1.0.20111101-M4

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