com.atlassian.jira.issue.fields.option
Class OptionGroup
java.lang.Object
com.atlassian.jira.issue.fields.option.OptionGroup
- All Implemented Interfaces:
- SelectChild
public class OptionGroup
- extends Object
- implements SelectChild
Same as an HTML optgroup. Holds
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OptionGroup
public OptionGroup(String id,
String display,
int weight)
add
public void add(AssigneeOption option)
getId
public String getId()
getDisplay
public String getDisplay()
getWeight
public int getWeight()
getGroupOptions
public List<AssigneeOption> getGroupOptions()
isOptionGroup
public boolean isOptionGroup()
- Used to differentiate a map representation of this object from an AssigneeOption.
- Specified by:
isOptionGroup
in interface SelectChild
- Returns:
- true if this class is an option group
Copyright © 2002-2012 Atlassian. All Rights Reserved.