Interface Option
- All Known Implementing Classes:
AbstractChildOption,AbstractOption,AssigneeOption,ChildGroupOption,FieldConfigSchemeOption,GroupOption,GroupTextOption,IssueConstantOption,OptionWithValidity,ProjectOption,TextOption,UserOption
@PublicApi
public interface Option
An option class to wrap around other objects for display in select lists
-
Method Details
-
getId
String getId() -
getName
String getName() -
getDescription
String getDescription() -
getImagePath
String getImagePath() -
getImagePathHtml
String getImagePathHtml()Returns the HTML-encoded image path for this Option.- Returns:
- an HTML-encoded image path
- See Also:
-
getCssClass
String getCssClass() -
getChildOptions
List getChildOptions()Returns a list of dependent child options. Returns empty list if no children- Returns:
- List of
Optionobjects. (empty list if no children)
-