Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue

onCopy - fired to validate entity.

Overview

Event fired to validate whole entity.

Common Attributes

Insert excerpt
Common Model Hook Attributes
nopaneltrue
Common Model Hook Attributes

Example

Code Block
themeEclipse
languagexml
themeEclipse
linenumberstrue

<validatesWith class="com.sample.SampleHook" method="checkIfFirstnameMatchesGender" />

Method signature

Code Block
themeEclipse
languagejava
linenumberstrue
public boolean hookName(final DataDefinition dataDefinition, final FieldDefinition fieldDefinition, final Entity entity, final Object fieldOldValue, final Object fieldNewValue) {
    // ...
}