Interface IDesignFieldLabel
- All Superinterfaces:
- IDesignComponent,- IDesignContentComponent,- IDesignElement,- ILocationSupport,- IPropertiesSupport,- ISelectionSupport,- IWidget,- IWritable,- IXmlSerializable,- Serializable
- Author:
- fedom
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignComponentIDesignComponent.SupportedEventTypes
- 
Method SummaryModifier 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.IDesignComponentgetComponentDefinitionMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignElementallowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ILocationSupportgetDimension, getPoint, setDimension, setPointMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IPropertiesSupportgetDescription, getLabel, getName, setDescription, setLabel, setNameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ISelectionSupportdeselect, isSelected, selectMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.IWidgetafterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysnameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializableload, save
- 
Method Details- 
getDesignComponentLinkedIDesignComponent getDesignComponentLinked()Return the component with this linked- Returns:
- IDesignComponent
 
- 
getDesignComponentLinkedIdString getDesignComponentLinkedId()return the Id component linked- Returns:
- String
 
- 
setDesignComponentLinkedset the component with this linked- Parameters:
- designComponentLinked-
 
 
-