RichFaces Examples Validators 4.3.0.Final

org.richfaces.example
Class NotEmptyBean

java.lang.Object
  extended by org.richfaces.example.Validable<String>
      extended by org.richfaces.example.NotEmptyBean

public class NotEmptyBean
extends Validable<String>

Author:
asmirnov

Constructor Summary
NotEmptyBean()
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 String getValue()
           
 void setValue(String text)
           
 
Methods inherited from class org.richfaces.example.Validable
getConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotEmptyBean

public NotEmptyBean()
Method Detail

getValue

public String getValue()
Overrides:
getValue in class Validable<String>
Returns:
the text

setValue

public void setValue(String text)
Overrides:
setValue in class Validable<String>
Parameters:
text - the text to set

getDescription

public String getDescription()
Specified by:
getDescription in class Validable<String>

getLabel

public String getLabel()
Specified by:
getLabel in class Validable<String>

RichFaces Examples Validators 4.3.0.Final

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