Uses of Class
com.atlassian.adf.model.node.Expand
-
Packages that use Expand Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Expand in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Expand Modifier and Type Method Description ExpandExpand. breakout(Breakout breakout)ExpandExpand. copy()ExpandExpand. defaultWidth()static ExpandExpand. expand()static ExpandExpand. expand(NonNestableBlockContent content)static ExpandExpand. expand(NonNestableBlockContent... content)static ExpandExpand. expand(Iterable<? extends NonNestableBlockContent> content)static ExpandExpand. expand(Stream<? extends NonNestableBlockContent> content)ExpandExpand. fullWidth()ExpandExpand. title(String title)ExpandExpand. wide()Methods in com.atlassian.adf.model.node with parameters of type Expand Modifier and Type Method Description protected booleanExpand. markedContentNodeEquals(Expand other)
-