static class DataModelTreeModel.ListAdapter extends DataModelTreeModel.AbstractAdapter implements DataModelTreeModel.Adapter
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List |
_list |
_childs, _tag| Constructor and Description |
|---|
ListAdapter(java.lang.String nodeTag,
java.util.List list) |
ListAdapter(java.lang.String nodeTag,
java.lang.Object[] array) |
| Modifier and Type | Method and Description |
|---|---|
DataModelTreeModel.Adapter |
createChild(int searchIndex) |
int |
getChildCount() |
java.lang.String |
getValue() |
boolean |
isLeaf() |
createAdapter, getChild, getIndex, getTag, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChild, getIndexListAdapter(java.lang.String nodeTag,
java.util.List list)
ListAdapter(java.lang.String nodeTag,
java.lang.Object[] array)
public DataModelTreeModel.Adapter createChild(int searchIndex)
createChild in class DataModelTreeModel.AbstractAdapterpublic int getChildCount()
getChildCount in interface DataModelTreeModel.AdaptergetChildCount in class DataModelTreeModel.AbstractAdapterpublic boolean isLeaf()
isLeaf in interface DataModelTreeModel.AdapterisLeaf in class DataModelTreeModel.AbstractAdapterpublic java.lang.String getValue()
getValue in class DataModelTreeModel.AbstractAdapter