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

All Known Implementing Classes:
AbstractOption, AssigneeOption, ComponentOption, 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

public String getId()

getName

public String getName()

getDescription

public String getDescription()

getImagePath

public String getImagePath()

getCssClass

public String getCssClass()

getChildOptions

public 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-2006 Atlassian. All Rights Reserved.