org.nuiton.validator.xwork2.field
Class ValidatorBean

java.lang.Object
  extended by org.nuiton.validator.xwork2.field.ValidatorBean

public class ValidatorBean
extends Object


Nested Class Summary
static class ValidatorBean.ValidatorBeanEntry
           
 
Field Summary
protected  Collection<ValidatorBean.ValidatorBeanEntry> entries
           
protected  ValidatorBean.ValidatorBeanEntry entry
           
protected  File existingDirectory
           
protected  File existingFile
           
protected  File notExistingDirectory
           
protected  File notExistingFile
           
protected  String stringValue
           
 
Constructor Summary
ValidatorBean()
           
 
Method Summary
 void addPropertyChangeListener(PropertyChangeListener listener)
           
 void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
           
 Collection<ValidatorBean.ValidatorBeanEntry> getEntries()
           
 ValidatorBean.ValidatorBeanEntry getEntry()
           
 File getExistingDirectory()
           
 File getExistingFile()
           
 File getNotExistingDirectory()
           
 File getNotExistingFile()
           
 String getStringValue()
           
 void removePropertyChangeListener(PropertyChangeListener listener)
           
 void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
           
 void setEntries(Collection<ValidatorBean.ValidatorBeanEntry> entries)
           
 void setEntry(ValidatorBean.ValidatorBeanEntry entry)
           
 void setExistingDirectory(File existingDirectory)
           
 void setExistingFile(File existingFile)
           
 void setNotExistingDirectory(File notExistingDirectory)
           
 void setNotExistingFile(File notExistingFile)
           
 void setStringValue(String stringValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

existingFile

protected File existingFile

notExistingFile

protected File notExistingFile

existingDirectory

protected File existingDirectory

notExistingDirectory

protected File notExistingDirectory

entries

protected Collection<ValidatorBean.ValidatorBeanEntry> entries

stringValue

protected String stringValue

entry

protected ValidatorBean.ValidatorBeanEntry entry
Constructor Detail

ValidatorBean

public ValidatorBean()
Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(PropertyChangeListener listener)

addPropertyChangeListener

public void addPropertyChangeListener(String propertyName,
                                      PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(PropertyChangeListener listener)

removePropertyChangeListener

public void removePropertyChangeListener(String propertyName,
                                         PropertyChangeListener listener)

getStringValue

public String getStringValue()

getExistingFile

public File getExistingFile()

getNotExistingFile

public File getNotExistingFile()

getExistingDirectory

public File getExistingDirectory()

getNotExistingDirectory

public File getNotExistingDirectory()

getEntry

public ValidatorBean.ValidatorBeanEntry getEntry()

getEntries

public Collection<ValidatorBean.ValidatorBeanEntry> getEntries()

setStringValue

public void setStringValue(String stringValue)

setExistingFile

public void setExistingFile(File existingFile)

setNotExistingFile

public void setNotExistingFile(File notExistingFile)

setExistingDirectory

public void setExistingDirectory(File existingDirectory)

setNotExistingDirectory

public void setNotExistingDirectory(File notExistingDirectory)

setEntries

public void setEntries(Collection<ValidatorBean.ValidatorBeanEntry> entries)

setEntry

public void setEntry(ValidatorBean.ValidatorBeanEntry entry)


Copyright © 2011 CodeLutin. All Rights Reserved.