|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DisplayableLabel | |
---|---|
com.atlassian.confluence.labels | |
com.atlassian.confluence.labels.actions | |
com.atlassian.confluence.plugin.descriptor.web | |
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 | |
---|---|
class |
CombinedLabel
|
class |
Label
|
Uses of DisplayableLabel in com.atlassian.confluence.labels.actions |
---|
Methods in com.atlassian.confluence.labels.actions that return DisplayableLabel | |
---|---|
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.labels.actions that return types with arguments of type DisplayableLabel | |
---|---|
java.util.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.plugin.descriptor.web |
---|
Methods in com.atlassian.confluence.plugin.descriptor.web that return DisplayableLabel | |
---|---|
DisplayableLabel |
WebInterfaceContext.getLabel()
Returns the label related to the web interface state, or null if there is no label. |
DisplayableLabel |
DefaultWebInterfaceContext.getLabel()
|
Methods in com.atlassian.confluence.plugin.descriptor.web with parameters of type DisplayableLabel | |
---|---|
void |
DefaultWebInterfaceContext.setLabel(DisplayableLabel label)
|
Uses of DisplayableLabel in com.atlassian.confluence.themes |
---|
Methods in com.atlassian.confluence.themes that return DisplayableLabel | |
---|---|
DisplayableLabel |
GlobalHelper.getLabel()
|
Uses of DisplayableLabel in com.atlassian.confluence.util.breadcrumbs |
---|
Methods in com.atlassian.confluence.util.breadcrumbs with parameters of type DisplayableLabel | |
---|---|
Breadcrumb |
DefaultBreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label)
|
Breadcrumb |
BreadcrumbGenerator.getContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label)
Returns an appropriate breadcrumb for the given action, space, page and label. |
Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type DisplayableLabel | |
---|---|
ContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label,
Breadcrumb spaceOperationsBreadcrumb)
|
|
LabelBreadcrumb(com.opensymphony.xwork.Action action,
DisplayableLabel label,
Space space)
Label crumbs are sequenced a little differently than normal (where ContentActionBreadcrumb s typically come
last). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |