public interface

SimpleLinkSection

com.atlassian.jira.plugin.webfragment.model.SimpleLinkSection
Known Indirect Subclasses

Class Overview

A simple link section representation

Summary

Public Methods
String getIconUrl()
The url for the icon for the section
String getId()
The unique id for the section.
String getLabel()
The label for the section
Map<StringString> getParams()
Get params associated with this section
String getStyleClass()
The style to aply to the section
String getTitle()
The title (tooltip) for the section
Integer getWeight()
The weight for the section

Public Methods

public String getIconUrl ()

The url for the icon for the section

Returns
  • The url for the icon for the section

public String getId ()

The unique id for the section. This should not be null.

Returns
  • The unique id for the section.

public String getLabel ()

The label for the section

Returns
  • The label for the section

public Map<StringString> getParams ()

Get params associated with this section

Returns
  • untyped params of this section

public String getStyleClass ()

The style to aply to the section

Returns
  • The style to aply to the section

public String getTitle ()

The title (tooltip) for the section

Returns
  • The title (tooltip) for the section

public Integer getWeight ()

The weight for the section

Returns
  • The weight for the section