T - the type being editorE - the type of editorpublic abstract class SimpleBeanEditorDelegate<T,E extends Editor<T>> extends AbstractEditorDelegate<T,E>
AbstractEditorDelegate.Chain<R,S extends Editor<R>>| Constructor and Description |
|---|
SimpleBeanEditorDelegate() |
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
subscribe()
Register for notifications if object being edited is updated.
|
accept, addSubDelegate, appendPath, appendPath, createChain, createComposedDelegate, createInitializerVisitor, ensureMutable, getEditor, getEditorChain, getErrors, getObject, getPath, initialize, initializeSubDelegates, isDirty, recordError, recordError, setDirty, setEditor, setObject, shouldFlushpublic HandlerRegistration subscribe()
EditorDelegatenull.
The notification will occur via ValueAwareEditor.onPropertyChange(java.lang.String...)
if the backend supports in-place property updates, otherwise updates will
be passed via ValueAwareEditor.setValue(T).
subscribe in interface EditorDelegate<T>subscribe in class AbstractEditorDelegate<T,E extends Editor<T>>null if the delegate does not support subscriptionCopyright © 2018. All rights reserved.