@ExportedBean(defaultVisibility=999) public static final class ListBoxModel.Option extends Object
Modifier and Type | Field and Description |
---|---|
String |
name
Text to be displayed to user.
|
boolean |
selected
True to make this item selected.
|
String |
value
The value that gets sent to the server when the form is submitted.
|
@Exported public String name
@Exported public String value
@Exported public boolean selected
public Option(String name)
Copyright © 2018. All rights reserved.