Uses of Class
com.atlassian.adf.model.node.AbstractTableCellNode
-
Packages that use AbstractTableCellNode Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of AbstractTableCellNode in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node with type parameters of type AbstractTableCellNode Modifier and Type Class Description classAbstractTableCellNode<N extends AbstractTableCellNode<N>>Either of the data-containing nodes that can be placed in aTableRow, meaning either atableHeaderor atableCell.Subclasses of AbstractTableCellNode in com.atlassian.adf.model.node Modifier and Type Class Description classTableCellA table cell within a table row.classTableHeaderA table cell within a table heading row.
-