public interface ISubItem<T,S extends IItem & IExpandable>
| Modifier and Type | Method and Description |
|---|---|
S |
getParent()
use this method to get the parent of this sub item
the parent should also contain this sub item in its sub items list
|
T |
withParent(S parent)
use this method to set the parent of this sub item
make sure, that you add this item to the parents sub items list as well
|
S getParent()