Groovy Documentation

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

java.lang.Object
  org.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

name

private String name


value

private String value


 
Constructor Detail

JXHtmlForm.Parameter

JXHtmlForm.Parameter(String n, String v)


 
Method Detail

getName

public String getName()


getValue

public String getValue()


toParamString

public String toParamString()


 

Groovy Documentation