@Internal public abstract class AbstractOption extends Object implements Option, Comparable
Constructor and Description |
---|
AbstractOption() |
Modifier and Type | Method and Description |
---|---|
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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription, getId, getName
public String getImagePath()
getImagePath
in interface Option
public String getImagePathHtml()
Option
getImagePathHtml
in interface Option
Option.getImagePath()
public String getCssClass()
getCssClass
in interface Option
public List getChildOptions()
Option
getChildOptions
in interface Option
Option
objects. (empty list if no children)public int compareTo(Object obj)
compareTo
in interface Comparable
Copyright © 2002-2019 Atlassian. All Rights Reserved.