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 TypeMethodDescriptionbooleanThe 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 sectioninthashCode()voidsetIconUrl(String iconUrl) voidvoidvoidvoidsetStyleClass(String styleClass) voidvoidtoString()
-
Field Details
-
label
-
title
-
iconUrl
-
styleClass
-
id
-
params
-
weight
-
-
Constructor Details
-
MockSimpleLinkSection
-
-
Method Details
-
getLabel
Description copied from interface:SimpleLinkSectionThe label for the section- Specified by:
getLabelin interfaceSimpleLinkSection- Returns:
- The label for the section
-
setLabel
-
getTitle
Description copied from interface:SimpleLinkSectionThe title (tooltip) for the section- Specified by:
getTitlein interfaceSimpleLinkSection- Returns:
- The title (tooltip) for the section
-
setTitle
-
getIconUrl
Description copied from interface:SimpleLinkSectionThe url for the icon for the section- Specified by:
getIconUrlin interfaceSimpleLinkSection- Returns:
- The url for the icon for the section
-
setIconUrl
-
getStyleClass
Description copied from interface:SimpleLinkSectionThe style to aply to the section- Specified by:
getStyleClassin interfaceSimpleLinkSection- Returns:
- The style to apply to the section
-
setStyleClass
-
getId
Description copied from interface:SimpleLinkSectionThe unique id for the section. This should not be null.- Specified by:
getIdin interfaceSimpleLinkSection- Returns:
- The unique id for the section.
-
setId
-
getParams
Description copied from interface:SimpleLinkSectionGet params associated with this section- Specified by:
getParamsin interfaceSimpleLinkSection- Returns:
- untyped params of this section
-
setParams
-
getWeight
Description copied from interface:SimpleLinkSectionThe weight for the section- Specified by:
getWeightin interfaceSimpleLinkSection- Returns:
- The weight for the section
-
setWeight
-
equals
-
hashCode
public int hashCode() -
toString
-