Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignComponent
-
Uses of IDesignComponent in com.axemble.vdoc.sdk.interfaces.ui.designer
Modifier 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 linkedModifier and TypeMethodDescriptionIDesignSectionBlock.createDesignTableBlockAfter
(IDesignComponent nextSibling) Creates a table within a cell.IDesignSectionBlock.createDesignTableBlockBefore
(IDesignComponent nextSibling) Creates a table within a cell.void
IDesignField.setDesignComponentLinked
(IDesignComponent designComponentLinked) set the component with this linkedvoid
IDesignFieldLabel.setDesignComponentLinked
(IDesignComponent designComponentLinked) set the component with this linked