Excerpt |
---|
|
onCopy - fired to validate entity. |
Overview
Event fired to validate whole entity.
Common Attributes
Insert excerpt |
---|
| Common Model Hook Attributes |
---|
nopanel | true |
---|
| Common Model Hook Attributes |
---|
|
Example
Code Block |
---|
theme | Eclipse |
---|
language | xml |
---|
theme | Eclipse |
---|
linenumbers | true |
---|
|
<validatesWith class="com.sample.SampleHook" method="checkIfFirstnameMatchesGender" />
|
Method signature
Code Block |
---|
theme | Eclipse |
---|
language | java |
---|
linenumbers | true |
---|
|
public boolean hookName(final DataDefinition dataDefinition, final FieldDefinition fieldDefinition, final Entity entity, final Object fieldOldValue, final Object fieldNewValue) {
// ...
} |