| Modifier and Type | Class and Description |
|---|---|
static class |
Options.FullOption |
static class |
Options.IdOption |
static class |
Options.TextOption |
static class |
Options.ValueOption |
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
static Option |
full(String id,
String value,
String text)
New option distinguishable all identifiers.
|
static com.google.common.base.Function<Option,String> |
getId() |
static com.google.common.base.Function<Option,String> |
getText() |
static com.google.common.base.Function<Option,String> |
getValue() |
static Options.IdOption |
id(String id)
New option distinguishable by its HTML ID.
|
static Options.TextOption |
text(String text)
New option distinguishable by its text between tags
|
static Options.ValueOption |
value(String value)
New option distinguishable by its HTML value attribute.
|
public static Options.IdOption id(String id)
id - HTML id of the optionpublic static Options.ValueOption value(String value)
value - HTML value attribute of the optionpublic static Options.TextOption text(String text)
text - Text between the option tagspublic static Option full(String id, String value, String text)
null, but at least
one has to be non-nullid - HTML id of the optionvalue - HTML value attribute of the optiontext - Text between the option tagsCopyright © 2015 Atlassian. All rights reserved.