|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
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 |
|---|
| Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type DisplayableLabel | |
|---|---|
ContentActionBreadcrumb(com.opensymphony.xwork.Action action,
Space space,
AbstractPage page,
DisplayableLabel label)
|
|
LabelBreadcrumb(com.opensymphony.xwork.Action action,
DisplayableLabel label,
Space space)
Label crumbs are sequenced a little differently than normal (where ContentActionBreadcrumbs typically come
last). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||