my business requirements demant to persist the workspace layout per user and reload it at the next startup.
I'd like to start with the Splitpane Divider Location. The first step would be to have a Listener registered, which can react on new divider locations. I have found
org.eclnt.client.elements.impl.SPLITPANEElement.processNewDiverLocation() and org.eclnt.client.elements.impl.SPLITPANEElement.MyPropertyChangeListener.propertyChange(PropertyChangeEvent).
What I would need here is an extension point to hook into here to be able to react on (persist) a new divider location.
Does there exist any extension point for this purpose?
please define attribute "withwritebackdividerloaction" to be "true", then the updated value will be written back into the dividerlocation (which in this case needs to be an expression!).
Please note: changing the split pane location by the user will not immediately cause a roundtrip - the change will be transferred with the next roundtrip (e.g. when button is pressed).