hudson.util
Class ListBoxModel.Option
java.lang.Object
hudson.util.ListBoxModel.Option
- Enclosing class:
- ListBoxModel
@ExportedBean(defaultVisibility=999)
public static final class ListBoxModel.Option
- extends Object
Field Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
@Exported
public String name
- Text to be displayed to user.
value
@Exported
public String value
- The value that gets sent to the server when the form is submitted.
selected
@Exported
public boolean selected
- True to make this item selected.
ListBoxModel.Option
public ListBoxModel.Option(String name,
String value)
ListBoxModel.Option
public ListBoxModel.Option(String name)
ListBoxModel.Option
public ListBoxModel.Option(String name,
String value,
boolean selected)
Copyright © 2004-2013. All Rights Reserved.