Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.definitions.IComponentDefinition
Packages that use IComponentDefinition
Package
Description
- 
Uses of IComponentDefinition in com.axemble.vdoc.sdk.interfaces.ui.definitionsSubinterfaces of IComponentDefinition in com.axemble.vdoc.sdk.interfaces.ui.definitionsModifier and TypeInterfaceDescriptioninterfaceBase interface for component definition
- 
Uses of IComponentDefinition in com.axemble.vdoc.sdk.interfaces.ui.designerMethods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IComponentDefinitionModifier and TypeMethodDescriptionIDesignComponent.getComponentDefinition()Gets the component definition.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type IComponentDefinitionModifier and TypeMethodDescriptionIDesignBlock.createDesignComponent(IComponentDefinition componentDefinition) Creates a design component by specifying its definition.IDesignBlock.createDesignComponentAfter(IComponentDefinition componentDefinition, IDesignContentComponent previousSibling) Creates a design component by specifying its definition.IDesignBlock.createDesignComponentBefore(IComponentDefinition componentDefinition, IDesignContentComponent nextSibling) Creates a design component by specifying its definition.