public class ListItem extends Object
Constructor and Description |
---|
ListItem() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getSelected()
When set to **true**, indicates that this item is the default selection shown to a signer.
|
String |
getText()
Specifies the text that is shown in the dropdown list.
|
String |
getValue()
Specifies the value that is used when the list item is selected.
|
int |
hashCode() |
ListItem |
selected(String selected) |
void |
setSelected(String selected) |
void |
setText(String text) |
void |
setValue(String value) |
ListItem |
text(String text) |
String |
toString() |
ListItem |
value(String value) |
public String getSelected()
public void setSelected(String selected)
public String getText()
public void setText(String text)
public String getValue()
public void setValue(String value)
Copyright © 2019. All rights reserved.