This notebook is a collection of code snippets and technical "how to" instructions.
private class TextAreaAutoSave extends TextArea { public TextAreaAutoSave() { super(); } @Override protected void onDetach() { if (saveButton != null) saveButton.click(); } }
No comments:
Post a Comment