Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces.ui.designer |
Modifier and Type | Interface and Description |
---|---|
interface |
IDesignBlock
Interface to describe block object.
|
interface |
IDesignCellBlock
Interface to describe a line object inside a table.
|
interface |
IDesignComponent
Interface to describe block object.
|
interface |
IDesignField |
interface |
IDesignFieldLabel |
interface |
IDesignFormBlock
Interface to describe a root object of a form.
|
interface |
IDesignLineBlock
Interface to describe a line object inside a table.
|
interface |
IDesignSectionBlock
Interface to describe a simple section object.
|
interface |
IDesignTableBlock
Interface to describe a table object.
|
Modifier and Type | Method and Description |
---|---|
IDesignBlock |
IDesignBlock.createDesignBlockAfter(IBlockDefinition blockDefinition,
IDesignContentComponent previousSibling)
Creates a design block by specifying its definition.
|
IDesignBlock |
IDesignBlock.createDesignBlockAfter(String name,
IDesignContentComponent previousSibling)
Creates a design block by specifying its name.
|
IDesignBlock |
IDesignBlock.createDesignBlockBefore(IBlockDefinition blockDefinition,
IDesignContentComponent nextSibling)
Creates a design block by specifying its definition.
|
IDesignBlock |
IDesignBlock.createDesignBlockBefore(String name,
IDesignContentComponent nextSibling)
Creates a design block by specifying its name.
|
IDesignComponent |
IDesignBlock.createDesignComponentAfter(IComponentDefinition componentDefinition,
IDesignContentComponent previousSibling)
Creates a design component by specifying its definition.
|
IDesignComponent |
IDesignBlock.createDesignComponentAfter(String name,
IDesignContentComponent previousSibling)
Creates a design component by specifying its name.
|
IDesignComponent |
IDesignBlock.createDesignComponentBefore(IComponentDefinition componentDefinition,
IDesignContentComponent nextSibling)
Creates a design component by specifying its definition.
|
IDesignComponent |
IDesignBlock.createDesignComponentBefore(String name,
IDesignContentComponent nextSibling)
Creates a design component by specifying its name.
|
IDesignSectionBlock |
IDesignCellBlock.createDesignSectionBlockAfter(IDesignContentComponent previousSibling)
Creates a section within a cell.
|
IDesignSectionBlock |
IDesignFormBlock.createDesignSectionBlockAfter(IDesignContentComponent previousSibling)
Creates a section within a cell.
|
IDesignSectionBlock |
IDesignCellBlock.createDesignSectionBlockBefore(IDesignContentComponent nextSibling)
Creates a section within a cell.
|
IDesignSectionBlock |
IDesignFormBlock.createDesignSectionBlockBefore(IDesignContentComponent nextSibling)
Creates a section within a cell.
|
IDesignTableBlock |
IDesignCellBlock.createDesignTableBlockAfter(IDesignContentComponent previousSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignFormBlock.createDesignTableBlockAfter(IDesignContentComponent previousSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignCellBlock.createDesignTableBlockBefore(IDesignContentComponent nextSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignFormBlock.createDesignTableBlockBefore(IDesignContentComponent nextSibling)
Creates a table within a cell.
|
Copyright © 2022 Visiativ. All rights reserved.