public interface IDesignCellBlock extends IDesignBlock
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | IDesignCellBlock.CellEventTypesSpecific event types. | 
IDesignBlock.SupportedEventTypes| Modifier and Type | Method and Description | 
|---|---|
| IDesignSectionBlock | createDesignSectionBlock()Creates a section within a cell. | 
| IDesignSectionBlock | createDesignSectionBlockAfter(IDesignContentComponent previousSibling)Creates a section within a cell. | 
| IDesignSectionBlock | createDesignSectionBlockBefore(IDesignContentComponent nextSibling)Creates a section within a cell. | 
| IDesignTableBlock | createDesignTableBlock()Creates a table within a cell. | 
| IDesignTableBlock | createDesignTableBlockAfter(IDesignContentComponent previousSibling)Creates a table within a cell. | 
| IDesignTableBlock | createDesignTableBlockBefore(IDesignContentComponent nextSibling)Creates a table within a cell. | 
| void | detachDesignSectionBlock(IDesignSectionBlock designSection)Detaches a design section from a cell. | 
| void | detachDesignTableBlock(IDesignTableBlock designTable)Detaches a design table from a cell. | 
| Collection<IDesignSectionBlock> | getDesignSectionBlocks()Gets the design sections | 
| Collection<IDesignTableBlock> | getDesignTableBlocks()Gets the design tables | 
| int | getWidth()Gets the width of the cell in percent. | 
| void | setWidth(int width)Sets the width of the cell in percent. | 
createDesignBlock, createDesignBlock, createDesignBlockAfter, createDesignBlockAfter, createDesignBlockBefore, createDesignBlockBefore, createDesignComponent, createDesignComponent, createDesignComponentAfter, createDesignComponentAfter, createDesignComponentBefore, createDesignComponentBefore, getBlockDefinitiongetDimension, getPoint, setDimension, setPointdeselect, isSelected, selectallowRemove, delete, getContainer, getId, getLinkedDesignElementsGroupName, getUniqueGroupName, getUniqueName, isDirty, isEmbedded, isPersistent, isVolatile, setAllowRemove, setDirty, verifyafterInit, getParentBlock, getSysname, isHidden, refresh, render, setHidden, setParentBlock, setSysnameload, savegetDescription, getLabel, getName, setDescription, setLabel, setNamebeforeCompile, beforeMerge, compile, generateName, mergeIDesignSectionBlock createDesignSectionBlock()
IDesignSectionBlock object.IDesignSectionBlock createDesignSectionBlockBefore(IDesignContentComponent nextSibling)
nextSibling - The next sibling section.IDesignSectionBlock object.IDesignSectionBlock createDesignSectionBlockAfter(IDesignContentComponent previousSibling)
previousSibling - The previous sibling section.IDesignSectionBlock object.Collection<IDesignSectionBlock> getDesignSectionBlocks()
IDesignSectionBlock objects.void detachDesignSectionBlock(IDesignSectionBlock designSection)
designSection - The IDesignSectionBlock to detach.IDesignTableBlock createDesignTableBlock()
IDesignTableBlock object.IDesignTableBlock createDesignTableBlockBefore(IDesignContentComponent nextSibling)
nextSibling - The next sibling table.IDesignTableBlock object.IDesignTableBlock createDesignTableBlockAfter(IDesignContentComponent previousSibling)
previousSibling - The previous sibling table.IDesignTableBlock object.Collection<IDesignTableBlock> getDesignTableBlocks()
IDesignTableBlock objects.void detachDesignTableBlock(IDesignTableBlock designTable)
designTable - The IDesignTableBlock to detach.int getWidth()
void setWidth(int width)
width - The width in percent to set.Copyright © 2021 Visiativ Software. All rights reserved.