|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.jdesktop.swingx.JXHtmlForm.Parameter
public static final class JXHtmlForm.Parameter
| Field Summary | |
|---|---|
private String |
name
|
private String |
value
|
| Constructor Summary | |
JXHtmlForm.Parameter(String n, String v)
|
|
| Method Summary | |
|---|---|
String
|
getName()
|
String
|
getValue()
|
String
|
toParamString()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private String name
private String value
| Constructor Detail |
|---|
JXHtmlForm.Parameter(String n, String v)
| Method Detail |
|---|
public String getName()
public String getValue()
public String toParamString()
Groovy Documentation