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)
Matches by the index.
|
SelectOption |
setLabel(String label)
Matches by
option.label . |
SelectOption |
setValue(String value)
Matches by
option.value . |
public String value
option.value
. Optional.public String label
option.label
. Optional.public Integer index
public SelectOption setValue(String value)
option.value
. Optional.public SelectOption setLabel(String label)
option.label
. Optional.public SelectOption setIndex(int index)
Copyright © 2022. All rights reserved.