RichFaces Examples Validators 4.3.0.Final

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.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.