@Internal public abstract class

AbstractOption

extends Object
implements Option Comparable<T>
java.lang.Object
   ↳ com.atlassian.jira.issue.fields.option.AbstractOption
Known Direct Subclasses
Known Indirect Subclasses

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Summary

Public Constructors
AbstractOption()
Public Methods
int compareTo(Object obj)
boolean equals(Object o)
List getChildOptions()
Returns a list of dependent child options.
String getCssClass()
String getImagePath()
String getImagePathHtml()
Returns the HTML-encoded image path for this Option.
int hashCode()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.issue.fields.option.Option
From interface java.lang.Comparable

Public Constructors

public AbstractOption ()

Public Methods

public int compareTo (Object obj)

public boolean equals (Object o)

public List getChildOptions ()

Returns a list of dependent child options. Returns empty list if no children

Returns
  • List of Option objects. (empty list if no children)

public String getCssClass ()

public String getImagePath ()

public String getImagePathHtml ()

Returns the HTML-encoded image path for this Option.

Returns
  • an HTML-encoded image path

public int hashCode ()