public static interface DropDownModel.DropDownItem
Modifier and Type | Method and Description |
---|---|
String |
getAttr(String name) |
String |
getAttrAndRemove(String name)
This is useful to do 1 time read of all the attributes such that the act of reading one removes it.
|
Set<String> |
getAttrs() |
String |
getText() |
String getText()
String getAttr(String name)
name
- the name of the attributeString getAttrAndRemove(String name)
name
- the name of the attributeCopyright © 2002-2022 Atlassian. All Rights Reserved.