Package com.arbortext.epic.table
Interface TableMulticell
- All Superinterfaces:
TableRectangle
- All Known Implementing Classes:
TableMulticellImpl
Represents a rectangular array of spanned cells in a table. The majority of
the behavior of a
TableMulticell is inherited from
TableRectangle.- Since:
- Epic 4.3
-
Method Summary
Modifier and TypeMethodDescriptionThe spanning cell for this multicell.Methods inherited from interface com.arbortext.epic.table.TableRectangle
copyRectangle, getCells, getCellsAbove, getCellsBelow, getCellsLeft, getCellsOnBottomEdge, getCellsOnLeftEdge, getCellsOnRightEdge, getCellsOnTopEdge, getCellsRight, getHeight, getLowerLeft, getLowerRight, getRulesAbove, getRulesBelow, getRulesLeft, getRulesRight, getUpperLeft, getUpperRight, getValid, getWidth, span
-
Method Details
-
getSpanningCell
TableCell getSpanningCell()The spanning cell for this multicell. This is the controlling cell for the multicell which contains all the contents of the multicell. The table model determines which cell is the spanning cell; it may be any cell in the multicell.
-