Uses of Interface
de.espirit.firstspirit.client.EditorNode
Package
Description
Provides interfaces and types for web client inline edit plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit into the inline edit area of the web client.-
Uses of EditorNode in de.espirit.firstspirit.client
Modifier and TypeMethodDescription@Nullable EditorNode
EditorItemNode.getEditor()
Provides a subsequent node identifying an editor component within the item referenced by this node.@NotNull EditorNode
EditorNode.getLast()
Gets the last editor node of the chain starting from this node.@Nullable EditorNode
EditorNode.removeTailEnd()
Remove the tail end editor node and return it. -
Uses of EditorNode in de.espirit.firstspirit.webedit.plugin.inlineedit
Modifier and TypeMethodDescription@Nullable EditorNode
InlineEditContext.getEditorNode()
Provides the editor node identifying the nested content in which the inline editing items have been requested, ornull
if this context only references a top level element.