Class TextOption
java.lang.Object
com.atlassian.jira.issue.fields.option.AbstractOption
com.atlassian.jira.issue.fields.option.TextOption
- All Implemented Interfaces:
Option
,Comparable
- Direct Known Subclasses:
GroupTextOption
,OptionWithValidity
-
Constructor Summary
ConstructorsConstructorDescriptionTextOption
(String id, String name) TextOption
(String id, String name, String cssClass) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
void
setCssClass
(String cssClass) void
setDescription
(String description) void
void
setImagePath
(String imagePath) void
Methods inherited from class com.atlassian.jira.issue.fields.option.AbstractOption
compareTo, equals, getChildOptions, getImagePathHtml, hashCode
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.issue.fields.option.Option
getChildOptions, getImagePathHtml
-
Constructor Details
-
TextOption
-
TextOption
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
- Specified by:
getDescription
in interfaceOption
-
setDescription
-
getImagePath
- Specified by:
getImagePath
in interfaceOption
- Overrides:
getImagePath
in classAbstractOption
-
setImagePath
-
getCssClass
- Specified by:
getCssClass
in interfaceOption
- Overrides:
getCssClass
in classAbstractOption
-
setCssClass
-