Name | Description |
domInitialized | After initialization of the document (no visualizers created at this point). |
domReady | After xui initialization of the document |
change (deprecated) | Some change occurred (value or structural change). |
initialization (deprecated) | Component was just produced (initialized). |
onCreation | Before the creation of a visualizer. |
visualized | After the creation of a visualizer. |
changeAndInitialization (deprecated) | Combination of 1 + 23. |
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. |
aboutGoNext | (page within pagelayout (html only)) |
goNext | (page within pagelayout (html only)) |
aboutGoPrevious | (page within pagelayout (html only)) |
goPrevious | (page within pagelayout (html only)) |
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) |
commit | Triggered by implementation |
copyContent | User copied an element to clipboard |
pasteContent | User pasted an element from clipboard |
nodeVisited | HTML only! |