Uses of Class
com.atlassian.adf.model.node.AbstractListNode
-
Packages that use AbstractListNode Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of AbstractListNode in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node with type parameters of type AbstractListNode Modifier and Type Class Description classAbstractListNode<L extends AbstractListNode<L>>Common parent of thebulletListandorderedListnode types.Subclasses of AbstractListNode in com.atlassian.adf.model.node Modifier and Type Class Description classBulletListA container forlist itemsthat produces a bulleted list.classOrderedListA container forlist itemsthat produces a numbered list of them.
-