org.richfaces.example
Class NotEmptyBean
java.lang.Object
org.richfaces.example.Validable<String>
org.richfaces.example.NotEmptyBean
public class NotEmptyBean
- extends Validable<String>
- Author:
- asmirnov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotEmptyBean
public NotEmptyBean()
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>
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.