protected class TreeTableNodeBasic.ChildrenCollectionListener extends xyz.cofe.collection.list.SimpleListAdapter<TreeTableNodeBasic> implements xyz.cofe.collection.list.BulkInsertListener<TreeTableNodeBasic>
| Modifier | Constructor and Description |
|---|---|
protected |
ChildrenCollectionListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
added(TreeTableNodeBasic e,
xyz.cofe.collection.list.EventList<TreeTableNodeBasic> list,
Integer position) |
protected void |
adding(TreeTableNodeBasic e,
xyz.cofe.collection.list.EventList<TreeTableNodeBasic> list,
Integer position) |
void |
bulkInsertEvent(xyz.cofe.collection.list.BulkInsertEvent<TreeTableNodeBasic> ev) |
protected void |
removed(TreeTableNodeBasic e,
xyz.cofe.collection.list.EventList<TreeTableNodeBasic> list,
Integer position) |
protected void |
removing(TreeTableNodeBasic e,
xyz.cofe.collection.list.EventList<TreeTableNodeBasic> list,
Integer position) |
public void bulkInsertEvent(xyz.cofe.collection.list.BulkInsertEvent<TreeTableNodeBasic> ev)
bulkInsertEvent in interface xyz.cofe.collection.list.BulkInsertListener<TreeTableNodeBasic>protected void added(TreeTableNodeBasic e, xyz.cofe.collection.list.EventList<TreeTableNodeBasic> list, Integer position)
added in class xyz.cofe.collection.list.SimpleListAdapter<TreeTableNodeBasic>protected void adding(TreeTableNodeBasic e, xyz.cofe.collection.list.EventList<TreeTableNodeBasic> list, Integer position)
adding in class xyz.cofe.collection.list.SimpleListAdapter<TreeTableNodeBasic>protected void removed(TreeTableNodeBasic e, xyz.cofe.collection.list.EventList<TreeTableNodeBasic> list, Integer position)
removed in class xyz.cofe.collection.list.SimpleListAdapter<TreeTableNodeBasic>protected void removing(TreeTableNodeBasic e, xyz.cofe.collection.list.EventList<TreeTableNodeBasic> list, Integer position)
removing in class xyz.cofe.collection.list.SimpleListAdapter<TreeTableNodeBasic>Copyright © 2019. All rights reserved.