Uses of Interface
com.axemble.vdoc.sdk.interfaces.IComponent
Packages that use IComponent
Package
Description
-
Uses of IComponent in com.axemble.vdoc.sdk.impl
Classes in com.axemble.vdoc.sdk.impl that implement IComponentMethods in com.axemble.vdoc.sdk.impl that return IComponentModifier and TypeMethodDescriptionEzsSiteModule.createComponent
(IContext context, String name) EzsBlock.findComponentBySystemName
(String name) EzsBlock.findComponentBySystemName
(String name, boolean recursive) EzsSiteModule.getComponent
(Object componentObject) Methods in com.axemble.vdoc.sdk.impl with parameters of type IComponentModifier and TypeMethodDescriptionvoid
EzsBlock.addComponent
(IComponent component) void
EzsBlock.addComponent
(IComponent component, String path) void
EzsBlock.addFirstComponent
(IComponent component) void
EzsBlock.removeComponent
(IComponent component) void
EzsBlock.replaceComponent
(IComponent component, String path) -
Uses of IComponent in com.axemble.vdoc.sdk.interfaces
Methods in com.axemble.vdoc.sdk.interfaces that return IComponentModifier and TypeMethodDescriptionIBlock.findComponentBySystemName
(String name) Searches aIComponent
object by its system name.IBlock.findComponentBySystemName
(String name, boolean recursive) Searches aIComponent
object by its system name, recursively.IComponentController.getComponent()
Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IComponentModifier and TypeMethodDescriptionvoid
IBlock.addComponent
(IComponent component) Adds a component.void
IBlock.addComponent
(IComponent component, String path) Adds a component.void
IBlock.addFirstComponent
(IComponent component) Adds a component in the first position in the block.void
IBlock.removeComponent
(IComponent component) Removes a component.void
IBlock.replaceComponent
(IComponent component, String path) Replaces a component. -
Uses of IComponent in com.axemble.vdoc.sdk.modules
Methods in com.axemble.vdoc.sdk.modules that return IComponentModifier and TypeMethodDescriptionIBaseSiteModule.createComponent
(IContext context, String name) IBaseSiteModule.getComponent
(Object componentObject) Access method to get aIComponent
object from one of the followings: ElementImpl.