Uses of Interface
com.axemble.vdoc.sdk.interfaces.IBlock
Package
Description
-
Uses of IBlock in com.axemble.vdoc.sdk.document.extensions
Modifier and TypeMethodDescriptionfinal IBlock
BaseEditorExtension.getParentBlock()
final IBlock
BaseEditorExtension.getRootBlock()
-
Uses of IBlock in com.axemble.vdoc.sdk.impl
Modifier and TypeMethodDescriptionEzsSiteModule.createBlock
(IContext context) EzsBlock.findBlockBySystemName
(String name) EzsBlock.findBlockBySystemName
(String name, boolean recursive) EzsContent.getBlock()
EzsContentComponent.getParentBlock()
Modifier and TypeMethodDescriptionvoid
void
void
EzsBlock.removeBlock
(IBlock block) void
EzsBlock.replaceBlock
(IBlock block, String path) -
Uses of IBlock in com.axemble.vdoc.sdk.interfaces
Modifier 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.Modifier 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
-
Uses of IBlock in com.axemble.vdoc.sdk.site.extensions
Modifier and TypeMethodDescriptionboolean
BasePageExtension.onAfterLoad
(IBlock rebuiltBlock) int
BaseBlockExtension.onPrepareBlock
(IBlock rebuiltBlock)