Uses of Interface
com.atlassian.adf.model.node.type.ListNode
-
Packages that use ListNode 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 ListNode in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement ListNode Modifier and Type Class Description classAbstractListNode<L extends AbstractListNode<L>>Common parent of thebulletListandorderedListnode types.classBulletListA container forlist itemsthat produces a bulleted list.classOrderedListA container forlist itemsthat produces a numbered list of them. -
Uses of ListNode in com.atlassian.adf.model.node.type
Classes in com.atlassian.adf.model.node.type with type parameters of type ListNode Modifier and Type Interface Description interfaceListNode<L extends ListNode<L>>Describes features that are common tobulletListandtaskListnodes.
-