Package | Description |
---|---|
com.axemble.vdoc.sdk.document.extensions | |
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules |
Modifier and Type | Method and Description |
---|---|
IContentComponent |
BaseEditorExtension.getContentComponent() |
Modifier and Type | Interface and Description |
---|---|
interface |
IBlock
This interface represents a block element.
|
interface |
IComponent
This interface represents a block element.
|
Modifier and Type | Method and Description |
---|---|
IContentComponent |
IBlock.findContentComponentById(IStorageKey storageKey)
Searches a
IContentComponent object by its identifier. |
IContentComponent |
IBlock.findContentComponentById(IStorageKey storageKey,
boolean recursive)
Searches a
IContentComponent object by its identifier, recursively. |
IContentComponent |
IBlock.findContentComponentBySystemName(String name)
Searches a
IContentComponent object by its system name. |
IContentComponent |
IBlock.findContentComponentBySystemName(String name,
boolean recursive)
Searches a
IContentComponent object by its system name, recursively. |
Modifier and Type | Method and Description |
---|---|
IContentComponent |
IBaseSiteModule.getContentComponent(Object contentComponentObject)
Access method to get a
IContentComponent object from one of the followings: ContentNodeImpl. |
Copyright © 2022 Visiativ. All rights reserved.