public class OptionGroup extends Object implements SelectChild
Constructor and Description |
---|
OptionGroup(String id,
String display,
int weight) |
OptionGroup(String id,
String display,
String footer,
int weight) |
Modifier and Type | Method and Description |
---|---|
void |
add(AssigneeOption option) |
String |
getDisplay() |
String |
getFooter() |
List<AssigneeOption> |
getGroupOptions() |
String |
getId() |
int |
getWeight() |
boolean |
isOptionGroup()
Used to differentiate a map representation of this object from an AssigneeOption.
|
public void add(AssigneeOption option)
public String getId()
public String getFooter()
public String getDisplay()
public int getWeight()
public List<AssigneeOption> getGroupOptions()
public boolean isOptionGroup()
isOptionGroup
in interface SelectChild
Copyright © 2002-2021 Atlassian. All Rights Reserved.