|
|||||||||||
| 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
This class implements a HTML Select widget which is like a list box.
| Constructor Summary | |
Select(java.lang.String name,
java.util.Vector values)
Constructor. |
|
Select(java.lang.String name,
java.util.Vector values,
boolean multiple)
Constructor. |
|
Select(java.lang.String name,
java.util.Vector values,
boolean multiple,
int size)
Constructor. |
|
| Method Summary | |
java.lang.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(java.lang.String name,
java.util.Vector values)
name - the name of this combobox buttonvalues - is a Vector of Strings to place in the list box
public Select(java.lang.String name,
java.util.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(java.lang.String name,
java.util.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 java.lang.String toHTML()
toHTML in class HTMLWidget
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||