Interface IDesignLineBlock
- All Superinterfaces:
- ICompilationSupport,- IDesignBlock,- IDesignContentComponent,- IDesignElement,- ILocationSupport,- IPropertiesSupport,- ISelectionSupport,- IWidget,- IWritable,- IXmlSerializable,- Serializable
Interface to describe a line object inside a table.
- Since:
- 2.1, 02/03/2011
- Version:
- 1.0
- Author:
- vlygeros
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSpecific event types.Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignBlockIDesignBlock.SupportedEventTypes
- 
Method SummaryModifier and TypeMethodDescriptionCreates a cell into a line.createDesignCellBlock(String style) Creates a cell into a line.createDesignCellBlockAfter(IDesignCellBlock previousSibling) Creates a cell into a line.createDesignCellBlockBefore(IDesignCellBlock nextSibling) Creates a cell into a line.voiddetachDesignCellBlock(IDesignCellBlock designCell) Detaches a design cell from its container.Gets the design cellsMethods 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.IDesignBlockcreateDesignBlock, createDesignBlock, createDesignBlockAfter, createDesignBlockAfter, createDesignBlockBefore, createDesignBlockBefore, createDesignComponent, createDesignComponent, createDesignComponentAfter, createDesignComponentAfter, createDesignComponentBefore, createDesignComponentBefore, getBlockDefinitionMethods 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.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- 
createDesignCellBlockIDesignCellBlock createDesignCellBlock()Creates a cell into a line.- Returns:
- A IDesignCellBlockobject.
 
- 
createDesignCellBlockCreates a cell into a line.- Parameters:
- style- The style name
- Returns:
- A IDesignCellBlockobject.
 
- 
createDesignCellBlockBeforeCreates a cell into a line.- Parameters:
- nextSibling- The next sibling cell.
- Returns:
- A IDesignCellBlockobject.
 
- 
createDesignCellBlockAfterCreates a cell into a line.- Parameters:
- previousSibling- The next sibling cell.
- Returns:
- A IDesignCellBlockobject.
 
- 
getDesignCellBlocksCollection<IDesignCellBlock> getDesignCellBlocks()Gets the design cells- Returns:
- A java.util.Collection of IDesignCellBlockobjects.
 
- 
detachDesignCellBlockDetaches a design cell from its container.- Parameters:
- designCell- The- IDesignCellBlockto detach.
 
 
-