Package | Description |
---|---|
com.axemble.vdoc.sdk.document.extensions | |
com.axemble.vdoc.sdk.interfaces | |
com.axemble.vdoc.sdk.modules | |
com.axemble.vdoc.sdk.site.extensions |
Modifier and Type | Method and Description |
---|---|
IBlock |
BaseEditorExtension.getParentBlock() |
IBlock |
BaseEditorExtension.getRootBlock() |
Modifier and Type | Method and Description |
---|---|
IBlock |
IBlock.findBlockBySystemName(String name)
Searches a
IBlock object by its system name. |
IBlock |
IBlock.findBlockBySystemName(String name,
boolean recursive)
Searches a
IBlock object by its system name, recursively. |
IBlock |
IContent.getBlock()
Gets the root block of the content.
|
IBlock |
IBlockController.getBlock() |
IBlock |
IContentComponent.getParentBlock()
Gets the parent block.
|
Modifier and Type | Method and Description |
---|---|
void |
IBlock.addBlock(IBlock block)
Adds a block.
|
void |
IBlock.addBlock(IBlock block,
String path)
Adds a block.
|
void |
IBlock.removeBlock(IBlock block)
Removes a block.
|
void |
IBlock.replaceBlock(IBlock block,
String path)
Replaces a block.
|
Modifier and Type | Method and Description |
---|---|
IBlock |
IBaseSiteModule.createBlock(IContext context) |
IBlock |
IBaseSiteModule.getBlock(Object blockObject)
Access method to get a
IBlock object from one of the followings: BlockImpl, java.io.Serializable. |
Modifier and Type | Method and Description |
---|---|
boolean |
BasePageExtension.onAfterLoad(IBlock rebuiltBlock) |
int |
BaseBlockExtension.onPrepareBlock(IBlock rebuiltBlock) |
Copyright © 2022 Visiativ. All rights reserved.