Uses of Interface
com.atlassian.adf.model.node.type.PanelContent
-
Packages that use PanelContent Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of PanelContent in com.atlassian.adf.model.node
Classes in com.atlassian.adf.model.node that implement PanelContent Modifier and Type Class Description classAbstractListNode<L extends AbstractListNode<L>>Common parent of thebulletListandorderedListnode types.classBlockCardTheblockCardnode is an Atlassian link card with a type icon and content description derived from the link.classBulletListA container forlist itemsthat produces a bulleted list.classHeadingRepresents a topic heading, as for the<h1>through<h6>tags used in HTML.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 PanelContent Modifier and Type Method Description Class<PanelContent>Panel. contentClass()Methods in com.atlassian.adf.model.node with parameters of type PanelContent Modifier and Type Method Description static PanelPanel. custom(PanelContent content)static PanelPanel. custom(PanelContent... content)static PanelPanel. error(PanelContent content)static PanelPanel. error(PanelContent... content)static PanelPanel. info(PanelContent content)static PanelPanel. info(PanelContent... content)static PanelPanel. note(PanelContent content)static PanelPanel. note(PanelContent... content)static PanelPanel. panel(Panel.PanelType panelType, PanelContent content)static PanelPanel. panel(Panel.PanelType panelType, PanelContent... content)static PanelPanel. panel(String panelType, PanelContent content)static PanelPanel. panel(String panelType, PanelContent... content)static PanelPanel. success(PanelContent content)static PanelPanel. success(PanelContent... content)static PanelPanel. tip(PanelContent content)static PanelPanel. tip(PanelContent... content)protected voidPanel. validateContentNodeForAppend(PanelContent node)static PanelPanel. warning(PanelContent content)static PanelPanel. warning(PanelContent... content)Method parameters in com.atlassian.adf.model.node with type arguments of type PanelContent Modifier and Type Method Description static PanelPanel. custom(Iterable<? extends PanelContent> content)static PanelPanel. custom(Stream<? extends PanelContent> content)static PanelPanel. error(Iterable<? extends PanelContent> content)static PanelPanel. error(Stream<? extends PanelContent> content)static PanelPanel. info(Iterable<? extends PanelContent> content)static PanelPanel. info(Stream<? extends PanelContent> content)static PanelPanel. note(Iterable<? extends PanelContent> content)static PanelPanel. note(Stream<? extends PanelContent> content)static PanelPanel. panel(Panel.PanelType panelType, Iterable<? extends PanelContent> content)static PanelPanel. panel(Panel.PanelType panelType, Stream<? extends PanelContent> content)static PanelPanel. panel(String panelType, Iterable<? extends PanelContent> content)static PanelPanel. panel(String panelType, Stream<? extends PanelContent> content)static PanelPanel. success(Iterable<? extends PanelContent> content)static PanelPanel. success(Stream<? extends PanelContent> content)static PanelPanel. tip(Iterable<? extends PanelContent> content)static PanelPanel. tip(Stream<? extends PanelContent> content)static PanelPanel. warning(Iterable<? extends PanelContent> content)static PanelPanel. warning(Stream<? extends PanelContent> content)
-