Interface IDesignField
- All Superinterfaces:
IDesignComponent
,IDesignContentComponent
,IDesignElement
,ILocationSupport
,IPropertiesSupport
,ISelectionSupport
,IWidget
,IWritable
,IXmlSerializable
,Serializable
- Author:
- fedom
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignComponent
IDesignComponent.SupportedEventTypes
-
Method Summary
Modifier and TypeMethodDescriptionReturn the component with this linkedreturn the Id component linkedvoid
setDesignComponentLinked
(IDesignComponent designComponentLinked) set the component with this linkedMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignComponent
getComponentDefinition
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignElement
allowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verify
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ILocationSupport
getDimension, getPoint, setDimension, setPoint
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IPropertiesSupport
getDescription, getLabel, getName, setDescription, setLabel, setName
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ISelectionSupport
deselect, isSelected, select
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidget
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysname
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializable
load, save
-
Method Details
-
getDesignComponentLinked
IDesignComponent getDesignComponentLinked()Return the component with this linked- Returns:
IDesignComponent
-
getDesignComponentLinkedId
String getDesignComponentLinkedId()return the Id component linked- Returns:
String
-
setDesignComponentLinked
set the component with this linked- Parameters:
designComponentLinked
-
-