Uses of Interface
com.atlassian.adf.model.node.type.TableCellNode
-
Packages that use TableCellNode Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document.com.atlassian.adf.model.node.type Marker interfaces and other supporting types that help classify nodes by how they may be used. -
-
Uses of TableCellNode in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement TableCellNode 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.classTableCellA table cell within a table row.classTableHeaderA table cell within a table heading row. -
Uses of TableCellNode in com.atlassian.adf.model.node.type
Classes in com.atlassian.adf.model.node.type with type parameters of type TableCellNode Modifier and Type Interface Description interfaceTableCellNode<N extends TableCellNode<N>>Describes features that are common totableHeaderandtableCellnodes.
-