Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignComponent
Packages that use IDesignComponent
- 
Uses of IDesignComponent in com.axemble.vdoc.sdk.interfaces.ui.designerSubinterfaces of IDesignComponent in com.axemble.vdoc.sdk.interfaces.ui.designerMethods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IDesignComponentModifier and TypeMethodDescriptionIDesignBlock.createDesignComponent(IComponentDefinition componentDefinition) Creates a design component by specifying its definition.IDesignBlock.createDesignComponent(String name) Creates a design component by specifying its name.IDesignBlock.createDesignComponentAfter(IComponentDefinition componentDefinition, IDesignContentComponent previousSibling) Creates a design component by specifying its definition.IDesignBlock.createDesignComponentAfter(String name, IDesignContentComponent previousSibling) Creates a design component by specifying its name.IDesignBlock.createDesignComponentBefore(IComponentDefinition componentDefinition, IDesignContentComponent nextSibling) Creates a design component by specifying its definition.IDesignBlock.createDesignComponentBefore(String name, IDesignContentComponent nextSibling) Creates a design component by specifying its name.IDesignField.getDesignComponentLinked()Return the component with this linkedIDesignFieldLabel.getDesignComponentLinked()Return the component with this linkedMethods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type IDesignComponentModifier and TypeMethodDescriptionIDesignSectionBlock.createDesignTableBlockAfter(IDesignComponent nextSibling) Creates a table within a cell.IDesignSectionBlock.createDesignTableBlockBefore(IDesignComponent nextSibling) Creates a table within a cell.voidIDesignField.setDesignComponentLinked(IDesignComponent designComponentLinked) set the component with this linkedvoidIDesignFieldLabel.setDesignComponentLinked(IDesignComponent designComponentLinked) set the component with this linked