T - the model typepublic class ListStoreEditor<T> extends Object implements ValueAwareEditor<List<T>>
ValueProvider source to work correctly.Editor.Ignore, Editor.Path| Constructor and Description |
|---|
ListStoreEditor(ListStore<T> store)
Creates an editor use with a
ListStore. |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
ListStore<T> |
getStore()
Returns the list store that uses this editor.
|
void |
onPropertyChange(String... paths) |
void |
setDelegate(EditorDelegate<List<T>> delegate) |
void |
setValue(List<T> value) |
public void flush()
flush in interface ValueAwareEditor<List<T>>public ListStore<T> getStore()
public void onPropertyChange(String... paths)
onPropertyChange in interface ValueAwareEditor<List<T>>public void setDelegate(EditorDelegate<List<T>> delegate)
setDelegate in interface HasEditorDelegate<List<T>>Copyright © 2012. All Rights Reserved.