T
- the type being editedE
- the Editor for the typepublic static class SimpleBeanEditorDriver extends Object
EditorDelegate
provided from this driver has a no-op implementation of
EditorDelegate.subscribe()
.
interface MyDriver extends SimpleBeanEditorDriver<MyObject, MyObjectEditor> {} MyDriver instance = GWT.create(MyDriver.class); { MyObjectEditor editor = new MyObjectEditor(); instance.initialize(editor); // Do stuff instance.edit(myObjectInstance); // Do more stuff instance.flush(); }
Note that this interface is intended to be implemented by generated code and is subject to API expansion in the future.
MockSimpleBeanEditorDriver
,
Serialized FormCopyright © 2018. All rights reserved.