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 IBlock
BaseEditorExtension.getParentBlock()
final IBlock
BaseEditorExtension.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 TypeMethodDescriptionvoid
void
void
EzsBlock.removeBlock
(IBlock block) void
EzsBlock.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 aIBlock
object by its system name.IBlock.findBlockBySystemName
(String name, boolean recursive) Searches aIBlock
object 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 TypeMethodDescriptionvoid
Adds a block.void
Adds a block.void
IBlock.removeBlock
(IBlock block) Removes a block.void
IBlock.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 TypeMethodDescriptionboolean
BasePageExtension.onAfterLoad
(IBlock rebuiltBlock) int
BaseBlockExtension.onPrepareBlock
(IBlock rebuiltBlock)