com.atlassian.jira.issue.fields.option
Interface Option

All Known Implementing Classes:
AbstractOption, AssigneeOption, ComponentOption, FieldConfigSchemeOption, GroupOption, IssueConstantOption, ProjectOption, TextOption, UserOption, VersionOption

public interface Option

An option class to wrap around other objects for display in select lists


Method Summary
 List getChildOptions()
          Returns a list of dependent child options.
 String getCssClass()
           
 String getDescription()
           
 String getId()
           
 String getImagePath()
           
 String getName()
           
 

Method Detail

getId

String getId()

getName

String getName()

getDescription

String getDescription()

getImagePath

String getImagePath()

getCssClass

String getCssClass()

getChildOptions

List getChildOptions()
Returns a list of dependent child options. Returns Collections.EMPTY_LIST if no children

Returns:
List of Option objects. Collections.EMPTY_LIST if no children


Copyright © 2002-2009 Atlassian. All Rights Reserved.