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 + 3. |
propertyChange | A value change of a leaf component occurred. |
structureChange (deprecated) | A structural change (choice selection or list manipulation). Combination of add and remove. |
structureChange (add) | New element was added to the list or a choice was made for XML Schema choices. |
structureChange (remove) | An element was removed form a list or a choice was made for XML Schema choices. |
listItemSelected | User select a list entry. |
aboutGoNext | within pagelayout (HTML only) |
goNext | within pagelayout (HTML only) |
aboutGoPrevious | within pagelayout (HTML only) |
goPrevious | within pagelayout (HTML only) |
save (replaced by persistent) | The document (XML-instance) was just stored. |
aboutToSerialize | Before the document gets serialized. |
serialized | Document is serialized. |
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! |