Uses of Interface
com.atlassian.confluence.labels.DisplayableLabel
-
Packages that use DisplayableLabel Package Description com.atlassian.confluence.labels com.atlassian.confluence.plugin.descriptor.web com.atlassian.confluence.plugins.labels.actions com.atlassian.confluence.themes com.atlassian.confluence.util.breadcrumbs This package groups the breadcrumb logic: All breadcrumbs for global admin and other general purpose, Breadcrumb generation and interfaces, Pre-5.0 breadcrumbs for Spaces. -
-
Uses of DisplayableLabel in com.atlassian.confluence.labels
Classes in com.atlassian.confluence.labels that implement DisplayableLabel Modifier and Type Class Description class
CombinedLabel
class
Label
-
Uses of DisplayableLabel in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return DisplayableLabel Modifier and Type Method Description @Nullable DisplayableLabel
DefaultWebInterfaceContext. getLabel()
@Nullable DisplayableLabel
WebInterfaceContext. getLabel()
Returns the label related to the web interface state, or null if there is no label.Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type DisplayableLabel Modifier and Type Method Description void
DefaultWebInterfaceContext. setLabel(DisplayableLabel label)
-
Uses of DisplayableLabel in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return DisplayableLabel Modifier and Type Method Description DisplayableLabel
ViewLabelAction. getAddLabel(Label label)
Returns a DisplayableLabel representing the currently viewed labels and the given label.DisplayableLabel
ViewLabelAction. getLabel()
Returns a DisplayableLabel based on all the labels being viewed.DisplayableLabel
ViewLabelAction. getRemoveLabel(Label label)
Returns a DisplayableLabel representing the currently viewed labels, minus the given label.Methods in com.atlassian.confluence.plugins.labels.actions that return types with arguments of type DisplayableLabel Modifier and Type Method Description List<DisplayableLabel>
ViewLabelAction. getOtherLabels(Labelable content)
Returns the first nine global labels on the given content that are not this.label. -
Uses of DisplayableLabel in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes that return DisplayableLabel Modifier and Type Method Description DisplayableLabel
GlobalHelper. getLabel()
-
Uses of DisplayableLabel in com.atlassian.confluence.util.breadcrumbs
Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type DisplayableLabel Modifier and Type Method Description Breadcrumb
BreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)
Returns an appropriate breadcrumb for the given action, space, page and label.Breadcrumb
DefaultBreadcrumbGenerator. getContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label)
Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type DisplayableLabel Constructor Description ContentActionBreadcrumb(Action action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.0 as this constructor exists solely to provide bytecode compatibility for plugins that were compiled against Confluence 7.xContentActionBreadcrumb(com.opensymphony.xwork2.Action action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb)
LabelBreadcrumb(Action action, DisplayableLabel label, Space space)
Deprecated, for removal: This API element is subject to removal in a future version.since 8.0 as this constructor exists solely to provide bytecode compatibility for plugins that were compiled against Confluence 7.xLabelBreadcrumb(com.opensymphony.xwork2.Action action, DisplayableLabel label, Space space)
Label crumbs are sequenced a little differently than normal (whereContentActionBreadcrumb
s typically come last).
-