Uses of Interface
com.axemble.vdoc.sdk.interfaces.IBlock
Packages that use IBlock
Package
Description
-
Uses of IBlock in com.axemble.vdoc.sdk.document.extensions
Methods in com.axemble.vdoc.sdk.document.extensions that return IBlockModifier and TypeMethodDescriptionfinal IBlockBaseEditorExtension.getParentBlock()final IBlockBaseEditorExtension.getRootBlock() -
Uses of IBlock in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IBlockMethods in com.axemble.vdoc.sdk.impl that return IBlockModifier and TypeMethodDescriptionEzsSiteModule.createBlock(IContext context) EzsBlock.findBlockBySystemName(String name) EzsBlock.findBlockBySystemName(String name, boolean recursive) EzsContent.getBlock()EzsContentComponent.getParentBlock()Methods in com.axemble.vdoc.sdk.impl with parameters of type IBlockModifier and TypeMethodDescriptionvoidvoidvoidEzsBlock.removeBlock(IBlock block) voidEzsBlock.replaceBlock(IBlock block, String path) -
Uses of IBlock in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return IBlockModifier and TypeMethodDescriptionIBlock.findBlockBySystemName(String name) Searches aIBlockobject by its system name.IBlock.findBlockBySystemName(String name, boolean recursive) Searches aIBlockobject by its system name, recursively.IBlockController.getBlock()IContent.getBlock()Gets the root block of the content.IContentComponent.getParentBlock()Gets the parent block.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IBlockModifier and TypeMethodDescriptionvoidAdds a block.voidAdds a block.voidIBlock.removeBlock(IBlock block) Removes a block.voidIBlock.replaceBlock(IBlock block, String path) Replaces a block. -
Uses of IBlock in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IBlock -
Uses of IBlock in com.axemble.vdoc.sdk.site.extensions
Methods in com.axemble.vdoc.sdk.site.extensions with parameters of type IBlockModifier and TypeMethodDescriptionbooleanBasePageExtension.onAfterLoad(IBlock rebuiltBlock) intBaseBlockExtension.onPrepareBlock(IBlock rebuiltBlock)