public class ListModelAdapter extends java.lang.Object implements IListModelListener
| Constructor and Description |
|---|
ListModelAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterChildAdded(int index)
Will be invoked after a child was added
|
void |
afterChildRemoved(int index)
Will be invoked after a child was removed
|
void |
beforeChildRemove(int index)
Will be invoked before a child will be removed
|
public void afterChildAdded(int index)
IListModelListenerafterChildAdded in interface IListModelListenerindex - The index where the child was addedpublic void beforeChildRemove(int index)
IListModelListenerbeforeChildRemove in interface IListModelListenerindex - The index of the child to removepublic void afterChildRemoved(int index)
IListModelListenerafterChildRemoved in interface IListModelListenerindex - The index of the removed childSiehe auch Jowidgets Nutzerhandbuch