-
- All Superinterfaces:
BaseItem
,WithGroups
,WithId
,WithMutableProperties
public interface Item extends BaseItem
Item interface used by components.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Item
create()
Create a child item of this item, which will be processed independently-
Methods inherited from interface io.annot8.core.data.BaseItem
create, discard, getContent, getContentByName, getContents, getContents, getParent, hasContentOfName, hasParent, isDiscarded, listNames, removeContent
-
Methods inherited from interface io.annot8.core.helpers.WithGroups
getGroups
-
Methods inherited from interface io.annot8.core.helpers.WithMutableProperties
getProperties
-
-
-
-
Method Detail
-
create
Item create()
Create a child item of this item, which will be processed independently- Returns:
- new item, with this item as its parent
-
-