Class MockSimpleLinkSection
java.lang.Object
com.atlassian.jira.plugin.webfragment.model.MockSimpleLinkSection
- All Implemented Interfaces:
SimpleLinkSection
- Direct Known Subclasses:
MockSimpleLink
- Since:
- v6.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The url for the icon for the sectiongetId()
The unique id for the section.getLabel()
The label for the sectionGet params associated with this sectionThe style to aply to the sectiongetTitle()
The title (tooltip) for the sectionThe weight for the sectionint
hashCode()
void
setIconUrl
(String iconUrl) void
void
void
void
setStyleClass
(String styleClass) void
void
toString()
-
Field Details
-
label
-
title
-
iconUrl
-
styleClass
-
id
-
params
-
weight
-
-
Constructor Details
-
MockSimpleLinkSection
-
-
Method Details
-
getLabel
Description copied from interface:SimpleLinkSection
The label for the section- Specified by:
getLabel
in interfaceSimpleLinkSection
- Returns:
- The label for the section
-
setLabel
-
getTitle
Description copied from interface:SimpleLinkSection
The title (tooltip) for the section- Specified by:
getTitle
in interfaceSimpleLinkSection
- Returns:
- The title (tooltip) for the section
-
setTitle
-
getIconUrl
Description copied from interface:SimpleLinkSection
The url for the icon for the section- Specified by:
getIconUrl
in interfaceSimpleLinkSection
- Returns:
- The url for the icon for the section
-
setIconUrl
-
getStyleClass
Description copied from interface:SimpleLinkSection
The style to aply to the section- Specified by:
getStyleClass
in interfaceSimpleLinkSection
- Returns:
- The style to apply to the section
-
setStyleClass
-
getId
Description copied from interface:SimpleLinkSection
The unique id for the section. This should not be null.- Specified by:
getId
in interfaceSimpleLinkSection
- Returns:
- The unique id for the section.
-
setId
-
getParams
Description copied from interface:SimpleLinkSection
Get params associated with this section- Specified by:
getParams
in interfaceSimpleLinkSection
- Returns:
- untyped params of this section
-
setParams
-
getWeight
Description copied from interface:SimpleLinkSection
The weight for the section- Specified by:
getWeight
in interfaceSimpleLinkSection
- Returns:
- The weight for the section
-
setWeight
-
equals
-
hashCode
public int hashCode() -
toString
-