Uses of Class
com.atlassian.adf.model.node.Panel.PanelType
-
Packages that use Panel.PanelType Package Description com.atlassian.adf.model.node Nodes are elements within the Atlassian Document Format that represent presentation data for the document. -
-
Uses of Panel.PanelType in com.atlassian.adf.model.node
Methods in com.atlassian.adf.model.node that return Panel.PanelType Modifier and Type Method Description Panel.PanelTypePanel. panelType()Return the panel's type.static Panel.PanelTypePanel.PanelType. valueOf(String name)Returns the enum constant of this type with the specified name.static Panel.PanelType[]Panel.PanelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.adf.model.node with parameters of type Panel.PanelType Modifier and Type Method Description static PanelPanel. panel(Panel.PanelType panelType)static PanelPanel. panel(Panel.PanelType panelType, PanelContent content)static PanelPanel. panel(Panel.PanelType panelType, PanelContent... content)static PanelPanel. panel(Panel.PanelType panelType, Iterable<? extends PanelContent> content)static PanelPanel. panel(Panel.PanelType panelType, Stream<? extends PanelContent> content)PanelPanel. panelType(Panel.PanelType panelType)PanelPanel.Partial.NeedsPanelType. panelType(Panel.PanelType panelType)
-