public class

GroupLabelView

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.component.admin.group.GroupLabelView

Class Overview

Group label title and description

Summary

Nested Classes
enum GroupLabelView.LabelType  
Public Constructors
GroupLabelView(String text, String title, GroupLabelView.LabelType type)
Public Methods
String getText()
String getTitle()
GroupLabelView.LabelType getType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public GroupLabelView (String text, String title, GroupLabelView.LabelType type)

Public Methods

public String getText ()

public String getTitle ()

public GroupLabelView.LabelType getType ()