public class SelectOption extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
index
Matches by the index.
|
String |
label
Matches by
option.label. |
String |
value
Matches by
option.value. |
| Constructor and Description |
|---|
SelectOption() |
| Modifier and Type | Method and Description |
|---|---|
SelectOption |
setIndex(int index) |
SelectOption |
setLabel(String label) |
SelectOption |
setValue(String value) |
public String value
option.value. Optional.public String label
option.label. Optional.public Integer index
public SelectOption setValue(String value)
public SelectOption setLabel(String label)
public SelectOption setIndex(int index)
Copyright © 2021. All rights reserved.