Uses of Interface
com.atlassian.confluence.labels.DisplayableLabel
Packages that use DisplayableLabel
Package
Description
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 DisplayableLabelMethods in com.atlassian.confluence.labels that return DisplayableLabelModifier and TypeMethodDescriptionstatic DisplayableLabel
DisplayableLabel.forCurrentUser
(Label label) -
Uses of DisplayableLabel in com.atlassian.confluence.plugin.descriptor.web
Methods in com.atlassian.confluence.plugin.descriptor.web that return DisplayableLabelModifier and TypeMethodDescription@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 DisplayableLabelModifier and TypeMethodDescriptionvoid
DefaultWebInterfaceContext.setLabel
(DisplayableLabel label) -
Uses of DisplayableLabel in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return DisplayableLabelModifier and TypeMethodDescriptionViewLabelAction.getAddLabel
(Label label) Returns a DisplayableLabel representing the currently viewed labels and the given label.ViewLabelAction.getLabel()
Returns a DisplayableLabel based on all the labels being viewed.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 DisplayableLabelModifier and TypeMethodDescriptionViewLabelAction.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 -
Uses of DisplayableLabel in com.atlassian.confluence.util.breadcrumbs
Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type DisplayableLabelModifier and TypeMethodDescriptionBreadcrumbGenerator.getContentActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label) Returns an appropriate breadcrumb for the given action, space, page and label.DefaultBreadcrumbGenerator.getContentActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label) Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type DisplayableLabelModifierConstructorDescriptionContentActionBreadcrumb
(ConfluenceActionSupport action, Space space, AbstractPage page, DisplayableLabel label, Breadcrumb spaceOperationsBreadcrumb) LabelBreadcrumb
(ConfluenceActionSupport action, DisplayableLabel label, Space space) Label crumbs are sequenced a little differently than normal (whereContentActionBreadcrumb
s typically come last).