Name | Description |
domInitialized | After initialization of the document (no visualizers created at this point). |
change | Some change occurred (value or structural change). |
initialization | Component was just produced (initialized). |
onCreation | Before the creation of a visualizer. |
visualized | After the creation of a visualizer. |
changeAndInitialization | Combination of 1 + 2. |
propertyChange | A value change of a leaf component occurred. |
structureChange | A structural change (choice selection or list manipulation). Combination of 6 + 7. |
structureChange (add) | New element was added to the list. |
structureChange (remove) | An element was removed form a list. |
listItemSelected | User select a list entry. |
save | The document (XML-instance) was just stored. |
aboutToValidate | Before the document gets validated. |
aboutToPersist | Before document is stored (fired from jaxfront integrator) |
persistent | Document is stored (fired from jaxfront integrator) |
copyContent | User copied an element to clipboard |
pasteContent | User pasted an element from clipboard |