hudson.util
Class ListBoxModel.Option

java.lang.Object
  extended by 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.
 
Constructor Summary
ListBoxModel.Option(String name)
           
ListBoxModel.Option(String name, String value)
           
ListBoxModel.Option(String name, String value, boolean selected)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

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.