public class GroupTextOption extends TextOption
Constructor and Description |
---|
GroupTextOption(String id,
String name,
List<Option> childOptions) |
GroupTextOption(String id,
String name,
String cssClass,
List<Option> childOptions) |
Modifier and Type | Method and Description |
---|---|
List<Option> |
getChildOptions()
Returns a list of dependent child options.
|
void |
setChildOptions(List<Option> childOptions) |
getCssClass, getDescription, getId, getImagePath, getName, setCssClass, setDescription, setId, setImagePath, setName
compareTo, equals, getImagePathHtml, hashCode
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getImagePathHtml
public List<Option> getChildOptions()
Option
getChildOptions
in interface Option
getChildOptions
in class AbstractOption
Option
objects. (empty list if no children)Copyright © 2002-2021 Atlassian. All Rights Reserved.