public class BeanListValidatorEvent extends AbstractValidatorEvent<BeanListValidator<?>>
| Modifier and Type | Field and Description |
|---|---|
protected Object |
bean
the bean on which event occurs.
|
field, messagestoAdd, messagestoDelete, scopesource| Constructor and Description |
|---|
BeanListValidatorEvent(BeanListValidator<?> source,
Object bean,
String field,
NuitonValidatorScope scope,
String[] messagestoAdd,
String[] messagestoDelete) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
getField, getMessagesToAdd, getMessagesToDelete, getScope, getSourcetoStringprotected Object bean
public BeanListValidatorEvent(BeanListValidator<?> source, Object bean, String field, NuitonValidatorScope scope, String[] messagestoAdd, String[] messagestoDelete)
public Object getBean()
getBean in class AbstractValidatorEvent<BeanListValidator<?>>Copyright © 2013–2016 CodeLutin. All rights reserved.