jaxx.runtime.validator
Class BeanValidatorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by jaxx.runtime.validator.BeanValidatorEvent
All Implemented Interfaces:
Serializable

Deprecated. since 2.2.4, the code is moved into the org.nuiton:nuiton-validator project, will be removed in version 2.3

@Deprecated
public class BeanValidatorEvent
extends EventObject

The definition of an event on BeanValidatorListener to be fired by a BeanValidator.

Since:
1.3
Author:
tchemit
See Also:
Serialized Form

Field Summary
protected  BeanValidatorField<?> field
          Deprecated. the field impacted by the validator
protected  String[] messagestoAdd
          Deprecated.  
protected  String[] messagestoDelete
          Deprecated.  
protected  BeanValidatorScope scope
          Deprecated. the scope impacted by the event
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BeanValidatorEvent(BeanValidator<?> source, BeanValidatorField<?> field, BeanValidatorScope scope, String[] messagestoAdd, String[] messagestoDelete)
          Deprecated.  
 
Method Summary
 BeanValidatorField<?> getField()
          Deprecated.  
 String getFieldName()
          Deprecated.  
 String[] getMessagesToAdd()
          Deprecated.  
 String[] getMessagesToDelete()
          Deprecated.  
 BeanValidatorScope getScope()
          Deprecated.  
 BeanValidator<?> getSource()
          Deprecated.  
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

field

protected BeanValidatorField<?> field
Deprecated. 
the field impacted by the validator


scope

protected BeanValidatorScope scope
Deprecated. 
the scope impacted by the event


messagestoAdd

protected String[] messagestoAdd
Deprecated. 

messagestoDelete

protected String[] messagestoDelete
Deprecated. 
Constructor Detail

BeanValidatorEvent

public BeanValidatorEvent(BeanValidator<?> source,
                          BeanValidatorField<?> field,
                          BeanValidatorScope scope,
                          String[] messagestoAdd,
                          String[] messagestoDelete)
Deprecated. 
Method Detail

getSource

public BeanValidator<?> getSource()
Deprecated. 
Overrides:
getSource in class EventObject

getFieldName

public String getFieldName()
Deprecated. 

getMessagesToAdd

public String[] getMessagesToAdd()
Deprecated. 

getMessagesToDelete

public String[] getMessagesToDelete()
Deprecated. 

getScope

public BeanValidatorScope getScope()
Deprecated. 

getField

public BeanValidatorField<?> getField()
Deprecated. 


Copyright © 2008-2011 CodeLutin. All Rights Reserved.