Uses of Interface
com.axemble.vdoc.sdk.interfaces.IComponent
Packages that use IComponent
Package
Description
- 
Uses of IComponent in com.axemble.vdoc.sdk.implClasses 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 TypeMethodDescriptionvoidEzsBlock.addComponent(IComponent component) voidEzsBlock.addComponent(IComponent component, String path) voidEzsBlock.addFirstComponent(IComponent component) voidEzsBlock.removeComponent(IComponent component) voidEzsBlock.replaceComponent(IComponent component, String path) 
- 
Uses of IComponent in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return IComponentModifier and TypeMethodDescriptionIBlock.findComponentBySystemName(String name) Searches aIComponentobject by its system name.IBlock.findComponentBySystemName(String name, boolean recursive) Searches aIComponentobject by its system name, recursively.IComponentController.getComponent()Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IComponentModifier and TypeMethodDescriptionvoidIBlock.addComponent(IComponent component) Adds a component.voidIBlock.addComponent(IComponent component, String path) Adds a component.voidIBlock.addFirstComponent(IComponent component) Adds a component in the first position in the block.voidIBlock.removeComponent(IComponent component) Removes a component.voidIBlock.replaceComponent(IComponent component, String path) Replaces a component.
- 
Uses of IComponent in com.axemble.vdoc.sdk.modulesMethods in com.axemble.vdoc.sdk.modules that return IComponentModifier and TypeMethodDescriptionIBaseSiteModule.createComponent(IContext context, String name) IBaseSiteModule.getComponent(Object componentObject) Access method to get aIComponentobject from one of the followings: ElementImpl.