|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.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 |
|---|
private String display
private String value
| Constructor Detail |
|---|
public JXHtmlForm.Option(String value, String display)
| Method Detail |
|---|
public String getValue()
public String toString()
Groovy Documentation