Package | Description |
---|---|
com.axemble.vdoc.sdk.interfaces.ui.designer |
Modifier and Type | Interface and Description |
---|---|
interface |
IDesignField |
interface |
IDesignFieldLabel |
Modifier and Type | Method and Description |
---|---|
IDesignComponent |
IDesignBlock.createDesignComponent(IComponentDefinition componentDefinition)
Creates a design component by specifying its definition.
|
IDesignComponent |
IDesignBlock.createDesignComponent(String name)
Creates a design component 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.
|
IDesignComponent |
IDesignField.getDesignComponentLinked()
Return the component with this linked
|
IDesignComponent |
IDesignFieldLabel.getDesignComponentLinked()
Return the component with this linked
|
Modifier and Type | Method and Description |
---|---|
IDesignTableBlock |
IDesignSectionBlock.createDesignTableBlockAfter(IDesignComponent nextSibling)
Creates a table within a cell.
|
IDesignTableBlock |
IDesignSectionBlock.createDesignTableBlockBefore(IDesignComponent nextSibling)
Creates a table within a cell.
|
void |
IDesignField.setDesignComponentLinked(IDesignComponent designComponentLinked)
set the component with this linked
|
void |
IDesignFieldLabel.setDesignComponentLinked(IDesignComponent designComponentLinked)
set the component with this linked
|
Copyright © 2022 Visiativ. All rights reserved.