Uses of Interface
com.atlassian.adf.model.node.type.ListItemContent
-
Packages that use ListItemContent 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 ListItemContent in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement ListItemContent Modifier and Type Class Description classAbstractListNode<L extends AbstractListNode<L>>Common parent of thebulletListandorderedListnode types.classBulletListA container forlist itemsthat produces a bulleted list.classCodeBlockA container for lines of code.classMediaSingleA container for exactly one media item, optionally followed by acaption.classOrderedListA container forlist itemsthat produces a numbered list of them.classParagraphA container for a block of formatted text delineated by a carriage return.Methods in com.atlassian.adf.model.node that return types with arguments of type ListItemContent Modifier and Type Method Description Class<ListItemContent>ListItem. contentClass()Methods in com.atlassian.adf.model.node with parameters of type ListItemContent Modifier and Type Method Description LAbstractListNode. li(ListItemContent content)LAbstractListNode. li(ListItemContent... content)static ListItemListItem. li(ListItemContent content)static ListItemListItem. li(ListItemContent... content)static ListItemListItem. listItem(ListItemContent content)static ListItemListItem. listItem(ListItemContent... content)protected voidListItem. validateContentNodeForAppend(ListItemContent node)Method parameters in com.atlassian.adf.model.node with type arguments of type ListItemContent Modifier and Type Method Description LAbstractListNode. li(Iterable<? extends ListItemContent> content)LAbstractListNode. li(Stream<? extends ListItemContent> content)static ListItemListItem. li(Iterable<? extends ListItemContent> content)static ListItemListItem. li(Stream<? extends ListItemContent> content)static ListItemListItem. listItem(Iterable<? extends ListItemContent> content)static ListItemListItem. listItem(Stream<? extends ListItemContent> content) -
Uses of ListItemContent in com.atlassian.adf.model.node.type
Methods in com.atlassian.adf.model.node.type with parameters of type ListItemContent Modifier and Type Method Description default LListNode. li(ListItemContent content)default LListNode. li(ListItemContent... content)Method parameters in com.atlassian.adf.model.node.type with type arguments of type ListItemContent Modifier and Type Method Description default LListNode. li(Iterable<? extends ListItemContent> content)default LListNode. li(Stream<? extends ListItemContent> content)
-