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 linkedvoidsetDesignComponentLinked(IDesignComponent designComponentLinked) set the component with this linkedMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignComponent
getComponentDefinitionMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignElement
allowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ILocationSupport
getDimension, getPoint, setDimension, setPointMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IPropertiesSupport
getDescription, getLabel, getName, setDescription, setLabel, setNameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ISelectionSupport
deselect, isSelected, selectMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidget
afterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysnameMethods 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-
-