@Deprecated public abstract class AbstractValidatorEvent<V> extends EventObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
field
Deprecated.
the field impacted by the validator
|
protected String[] |
messagestoAdd
Deprecated.
|
protected String[] |
messagestoDelete
Deprecated.
|
protected NuitonValidatorScope |
scope
Deprecated.
the scope impacted by the event
|
source| Constructor and Description |
|---|
AbstractValidatorEvent(V source,
String field,
NuitonValidatorScope scope,
String[] messagestoAdd,
String[] messagestoDelete)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
getBean()
Deprecated.
|
String |
getField()
Deprecated.
|
String[] |
getMessagesToAdd()
Deprecated.
|
String[] |
getMessagesToDelete()
Deprecated.
|
NuitonValidatorScope |
getScope()
Deprecated.
|
V |
getSource()
Deprecated.
|
toStringprotected String field
protected NuitonValidatorScope scope
protected String[] messagestoAdd
protected String[] messagestoDelete
public AbstractValidatorEvent(V source, String field, NuitonValidatorScope scope, String[] messagestoAdd, String[] messagestoDelete)
public abstract Object getBean()
public V getSource()
getSource in class EventObjectpublic String[] getMessagesToAdd()
public String[] getMessagesToDelete()
public NuitonValidatorScope getScope()
public String getField()
Copyright © 2011-2013 CodeLutin. All Rights Reserved.