Uses of Interface
com.axemble.vdoc.sdk.interfaces.IContentComponent
Packages that use IContentComponent
Package
Description
-
Uses of IContentComponent in com.axemble.vdoc.sdk.document.extensions
Methods in com.axemble.vdoc.sdk.document.extensions that return IContentComponentModifier and TypeMethodDescriptionfinal IContentComponent
BaseEditorExtension.getContentComponent()
-
Uses of IContentComponent in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IContentComponentMethods in com.axemble.vdoc.sdk.impl that return IContentComponentModifier 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) Methods in com.axemble.vdoc.sdk.impl that return types with arguments of type IContentComponent -
Uses of IContentComponent in com.axemble.vdoc.sdk.interfaces
Subinterfaces of IContentComponent in com.axemble.vdoc.sdk.interfacesModifier and TypeInterfaceDescriptioninterface
This interface represents a block element.interface
This interface represents a block element.Methods in com.axemble.vdoc.sdk.interfaces that return IContentComponentModifier 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.Methods in com.axemble.vdoc.sdk.interfaces that return types with arguments of type IContentComponentModifier and TypeMethodDescriptionIBlock.getContentComponents()
Gets all the content components (IBlock
orIComponent
elements). -
Uses of IContentComponent in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IContentComponentModifier and TypeMethodDescriptionIBaseSiteModule.getContentComponent
(Object contentComponentObject) Access method to get aIContentComponent
object from one of the followings: ContentNodeImpl.