Package de.espirit.firstspirit.client
Interface EditorItemNode
- All Superinterfaces:
Serializable
A node identifying an editor's item.
- Since:
- 5.0.101
-
Method Summary
Modifier and TypeMethodDescription@Nullable EditorNode
Provides a subsequent node identifying an editor component within the item referenced by this node.@NotNull Serializable
The item's identifier.
-
Method Details
-
getIdentifier
The item's identifier.- Returns:
- An identifier.
- Since:
- 5.0.101
-
getEditor
Provides a subsequent node identifying an editor component within the item referenced by this node.- Returns:
- An editor node or
null
. - Since:
- 5.0.101
-