Uses of Interface
com.axemble.vdoc.sdk.interfaces.IContentComponent
Packages that use IContentComponent
Package
Description
- 
Uses of IContentComponent in com.axemble.vdoc.sdk.document.extensionsMethods in com.axemble.vdoc.sdk.document.extensions that return IContentComponentModifier and TypeMethodDescriptionfinal IContentComponentBaseEditorExtension.getContentComponent()
- 
Uses of IContentComponent in com.axemble.vdoc.sdk.implClasses 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.interfacesSubinterfaces of IContentComponent in com.axemble.vdoc.sdk.interfacesModifier and TypeInterfaceDescriptioninterfaceThis interface represents a block element.interfaceThis interface represents a block element.Methods in com.axemble.vdoc.sdk.interfaces that return IContentComponentModifier and TypeMethodDescriptionIBlock.findContentComponentById(IStorageKey storageKey) Searches aIContentComponentobject by its identifier.IBlock.findContentComponentById(IStorageKey storageKey, boolean recursive) Searches aIContentComponentobject by its identifier, recursively.IBlock.findContentComponentBySystemName(String name) Searches aIContentComponentobject by its system name.IBlock.findContentComponentBySystemName(String name, boolean recursive) Searches aIContentComponentobject 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 (IBlockorIComponentelements).
- 
Uses of IContentComponent in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IContentComponentModifier and TypeMethodDescriptionIBaseSiteModule.getContentComponent(Object contentComponentObject) Access method to get aIContentComponentobject from one of the followings: ContentNodeImpl.