|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.jdc.gui.html.form.field.SelectField
SelectField represents an HTML selection field.
| Constructor Summary | |
SelectField()
Constructs a new SelectField object. |
|
| Method Summary | |
String |
getName()
Returns the selection field name. |
int |
getWidth()
Returns the selection field width. |
SelectField |
setName(String name)
Sets the selection field name. |
SelectField |
setOptions(String[][] options)
Sets the selection field options. |
SelectField |
setWidth(int width)
Sets the selection field width. |
String |
toString()
Returns a String representation of this selection field. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SelectField()
SelectField object.
| Method Detail |
public String getName()
public int getWidth()
public SelectField setName(String name)
public SelectField setOptions(String[][] options)
public SelectField setWidth(int width)
public String toString()
String representation of this selection field.
toString in class Object
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||