|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.fe.html.HTMLWidget
com.bankframe.fe.html.Select
public class Select
This class implements a HTML Select widget which is like a list box.
| Constructor Summary | |
|---|---|
Select(String name,
Vector values)
Constructor. |
|
Select(String name,
Vector values,
boolean multiple)
Constructor. |
|
Select(String name,
Vector values,
boolean multiple,
int size)
Constructor. |
|
| Method Summary | |
|---|---|
String |
toHTML()
This method returns a HTML representation of this widget. |
| Methods inherited from class com.bankframe.fe.html.HTMLWidget |
|---|
quote, quote |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Select(String name,
Vector values)
name - the name of this combobox buttonvalues - is a Vector of Strings to place in the list box
public Select(String name,
Vector values,
boolean multiple)
name - the name of this combobox buttonvalues - is a Vector of Strings to place in the list boxmultiple - is a boolean specifying that multiple options
in the select box can be chosen
public Select(String name,
Vector values,
boolean multiple,
int size)
name - the name of this combobox buttonvalues - is a Vector of Strings to place in the listmultiple - is a boolean specifying that multiple options
in the select box can be chosensize - is the number of items that should be displayed in the
select listbox| Method Detail |
|---|
public String toHTML()
toHTML in class HTMLWidget
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||