You can use this inner class:
private class TextAreaAutoSave extends TextArea{public TextAreaAutoSave(){super();}@Overrideprotected void onDetach(){if (saveButton != null)saveButton.click();}}
I write about evolutionary anthropology, behavioral sciences, and related AI, particularly small, specialized Deep Neural Networks and LLMs.
No comments:
Post a Comment
Please be polite.