public interface InlineEditContext extends BaseContext
BaseContext.Env
Modifier and Type | Method and Description |
---|---|
EditorNode |
getEditorNode()
Provides the top editor node of the context's edit path.
|
IDProvider |
getElement()
Get the contextual element.
|
Language |
getLanguage()
Returns current language.
|
IDProvider |
getStoreElement()
Deprecated.
since 5.0.204 use
getElement() instead |
String |
getTag()
Returns the tag of the targeted editor.
|
boolean |
isEditMode()
Returns
true if edit mode is active, otherwise history mode is active. |
boolean |
isMeta()
Indicates this context to operate on meta data.
|
is, logDebug, logError, logError, logInfo, logWarning
requestSpecialist, requireSpecialist
@Nullable @Deprecated IDProvider getStoreElement()
getElement()
instead@Nullable IDProvider getElement()
@Nullable EditorNode getEditorNode()
null
.boolean isEditMode()
true
if edit mode is active, otherwise history mode is active.true
if edit mode is active, otherwise history mode is active.Language getLanguage()
boolean isMeta()
true
, if operating on meta data.String getTag()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500