Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignContentComponent
-
Uses of IDesignContentComponent in com.axemble.vdoc.sdk.interfaces.ui.designer
Modifier and TypeInterfaceDescriptioninterface
Interface to describe block object.interface
Interface to describe a line object inside a table.interface
Interface to describe block object.interface
interface
interface
Interface to describe a root object of a form.interface
Interface to describe a line object inside a table.interface
Interface to describe a simple section object.interface
Interface to describe a table object.Modifier and TypeMethodDescriptionIDesignBlock.createDesignBlockAfter
(IBlockDefinition blockDefinition, IDesignContentComponent previousSibling) Creates a design block by specifying its definition.IDesignBlock.createDesignBlockAfter
(String name, IDesignContentComponent previousSibling) Creates a design block by specifying its name.IDesignBlock.createDesignBlockBefore
(IBlockDefinition blockDefinition, IDesignContentComponent nextSibling) Creates a design block by specifying its definition.IDesignBlock.createDesignBlockBefore
(String name, IDesignContentComponent nextSibling) Creates a design block 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.IDesignCellBlock.createDesignSectionBlockAfter
(IDesignContentComponent previousSibling) Creates a section within a cell.IDesignFormBlock.createDesignSectionBlockAfter
(IDesignContentComponent previousSibling) Creates a section within a cell.IDesignCellBlock.createDesignSectionBlockBefore
(IDesignContentComponent nextSibling) Creates a section within a cell.IDesignFormBlock.createDesignSectionBlockBefore
(IDesignContentComponent nextSibling) Creates a section within a cell.IDesignCellBlock.createDesignTableBlockAfter
(IDesignContentComponent previousSibling) Creates a table within a cell.IDesignFormBlock.createDesignTableBlockAfter
(IDesignContentComponent previousSibling) Creates a table within a cell.IDesignCellBlock.createDesignTableBlockBefore
(IDesignContentComponent nextSibling) Creates a table within a cell.IDesignFormBlock.createDesignTableBlockBefore
(IDesignContentComponent nextSibling) Creates a table within a cell.