Interface IDesignForm
- All Superinterfaces:
- ICompilationSupport,- IDesignContainer,- IDesignElement,- IPropertiesSupport,- ISelectionSupport,- IWidget,- IWritable,- IXmlSerializable,- Serializable
public interface IDesignForm
extends IDesignElement, IDesignContainer, IPropertiesSupport, ICompilationSupport, ISelectionSupport
Interface to describe a form.
- Since:
- 2.0, 31/12/2010
- Version:
- 1.0
- Author:
- vlygeros
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecific event types.
- 
Field SummaryFields inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignContainerMAX_SIZE, TOP_AND_LEFT_MARGIN
- 
Method SummaryModifier and TypeMethodDescriptionGets the root design form block.getForm()Gets the associated form.Methods 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.IDesignContaineraddChild, getChild, getChildren, getCounterManager, getId, getPrintHeader, getSelectionManager, getUniqueName, isDirty, isHelpMode, isModified, isMultipleSelectionMode, isPrintMode, load, setCurrentLeftTab, setDirty, setHelpMode, setModified, setMultipleSelectionMode, setPrintModeMethods 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.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- 
getDesignFormBlockIDesignFormBlock getDesignFormBlock()Gets the root design form block.- Returns:
- A IDesignFormBlockobject.
 
- 
getFormIForm getForm()Gets the associated form.- Returns:
- a IFormobject.
 
 
-