Interface IDesignAnnotation
- All Superinterfaces:
- ICompilationSupport,- IDesignElement,- ILocalizableSupport,- ILocationSupport,- IPropertiesSupport,- ISelectionSupport,- IWidget,- IWritable,- IXmlSerializable,- Serializable
public interface IDesignAnnotation
extends IDesignElement, ICompilationSupport, IPropertiesSupport, ILocationSupport, ISelectionSupport, ILocalizableSupport
- Author:
- fedom
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptiongetColor()get background color annotationget content of annotationbooleanget if annotation printablebooleanget if annotation visible in Helpvoidset background color annotationvoidsetContent(String content) set content of annotationvoidsetPrintable(boolean printable) set if annotation printablevoidsetVisible(boolean visible) set if annotation visible in HelpMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.ICompilationSupportbeforeCompile, beforeMerge, compile, generateName, mergeMethods 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.supports.ILocalizableSupportgetLocalizableName, getLocalizableType, getLocalizationScopeMethods 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.IWidgetaddActionListener, addChangeListener, afterInit, getCtrlTemplate, getCtrlTemplateWriter, getParam, getParentBlock, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, getSysname, hasActionListeners, hasChangeListeners, isHidden, refresh, refreshWidgets, removeActionListener, removeActionListeners, removeChangeListener, removeChangeListeners, render, renderMobile, setHidden, setParentBlock, setSysnameMethods inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IXmlSerializableload, save
- 
Method Details- 
isVisibleboolean isVisible()get if annotation visible in Help- Returns:
- Boolean
 
- 
setVisiblevoid setVisible(boolean visible) set if annotation visible in Help- Parameters:
- visible-
 
- 
isPrintableboolean isPrintable()get if annotation printable- Returns:
- Boolean
 
- 
setPrintablevoid setPrintable(boolean printable) set if annotation printable- Parameters:
- printable-
 
- 
getContentString getContent()get content of annotation- Returns:
- String
 
- 
setContentset content of annotation- Parameters:
- content-
 
- 
getColorString getColor()get background color annotation- Returns:
- String
 
- 
setColorset background color annotation- Parameters:
- color-
 
 
-