Interface EditorItemNode

All Superinterfaces:
Serializable

@GwtCompatible public interface EditorItemNode extends Serializable
A node identifying an editor's item.
Since:
5.0.101
  • Method Summary

    Modifier and Type
    Method
    Description
    @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

      @NotNull @NotNull Serializable getIdentifier()
      The item's identifier.
      Returns:
      An identifier.
      Since:
      5.0.101
    • getEditor

      @Nullable @Nullable EditorNode 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