Uses of Interface
com.axemble.vdoc.sdk.interfaces.IContentComponent
Package
Description
-
Uses of IContentComponent in com.axemble.vdoc.sdk.document.extensions
Modifier and TypeMethodDescriptionfinal IContentComponent
BaseEditorExtension.getContentComponent()
-
Uses of IContentComponent in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionEzsBlock.findContentComponentById
(IStorageKey storageKey) EzsBlock.findContentComponentById
(IStorageKey storageKey, boolean recursive) EzsBlock.findContentComponentBySystemName
(String name) EzsBlock.findContentComponentBySystemName
(String name, boolean recursive) EzsSiteModule.getContentComponent
(Object contentComponentObject) -
Uses of IContentComponent in com.axemble.vdoc.sdk.interfaces
Modifier and TypeInterfaceDescriptioninterface
This interface represents a block element.interface
This interface represents a block element.Modifier and TypeMethodDescriptionIBlock.findContentComponentById
(IStorageKey storageKey) Searches aIContentComponent
object by its identifier.IBlock.findContentComponentById
(IStorageKey storageKey, boolean recursive) Searches aIContentComponent
object by its identifier, recursively.IBlock.findContentComponentBySystemName
(String name) Searches aIContentComponent
object by its system name.IBlock.findContentComponentBySystemName
(String name, boolean recursive) Searches aIContentComponent
object by its system name, recursively.Modifier and TypeMethodDescriptionIBlock.getContentComponents()
Gets all the content components (IBlock
orIComponent
elements). -
Uses of IContentComponent in com.axemble.vdoc.sdk.modules
Modifier and TypeMethodDescriptionIBaseSiteModule.getContentComponent
(Object contentComponentObject) Access method to get aIContentComponent
object from one of the followings: ContentNodeImpl.