public class ManagedListAdapter extends Object implements ManagedListEntity
| Constructor and Description |
|---|
ManagedListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
doCancel(AbstractListEditor<?> source) |
Object |
doGetId(AbstractListEditor<?> source) |
void |
doPostCreate(AbstractListEditor<?> source) |
void |
doPostDelete(AbstractListEditor<?> source) |
void |
doPostSave(AbstractListEditor<?> source) |
void |
doPreDelete(AbstractListEditor<?> source) |
boolean |
doPreNew(AbstractListEditor<?> source,
Object id) |
void |
doPreSave(AbstractListEditor<?> source) |
public void doPostCreate(AbstractListEditor<?> source)
doPostCreate in interface ManagedListEntitypublic void doCancel(AbstractListEditor<?> source)
doCancel in interface ManagedListEntitypublic boolean doPreNew(AbstractListEditor<?> source, Object id)
doPreNew in interface ManagedListEntitypublic void doPreSave(AbstractListEditor<?> source)
doPreSave in interface ManagedListEntitypublic void doPostSave(AbstractListEditor<?> source)
doPostSave in interface ManagedListEntitypublic Object doGetId(AbstractListEditor<?> source)
doGetId in interface ManagedListEntitypublic void doPreDelete(AbstractListEditor<?> source)
doPreDelete in interface ManagedListEntitypublic void doPostDelete(AbstractListEditor<?> source)
doPostDelete in interface ManagedListEntityCopyright © 2015. All rights reserved.