Groovy Documentation

org.jdesktop.swingx
[Java] Class JXHtmlForm.Option

java.lang.Object
  org.jdesktop.swingx.JXHtmlForm.Option

public static class JXHtmlForm.Option

Field Summary
private String display

private String value

 
Constructor Summary
JXHtmlForm.Option(String value, String display)

 
Method Summary
String getValue()

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

display

private String display


value

private String value


 
Constructor Detail

JXHtmlForm.Option

public JXHtmlForm.Option(String value, String display)


 
Method Detail

getValue

public String getValue()


toString

public String toString()


 

Groovy Documentation