|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.jdc.xml.ComplexTag
|
+--com.jdc.gui.html.ComplexTag
|
+--com.jdc.gui.html.tag.Select
Select is used to create the HTML required to create a selection list to display in a browser, including the start tag, the select attributes, and the end tag as well as the selection options to display.
Option,
Name,
Size,
Serialized Form| Field Summary |
| Fields inherited from interface com.jdc.gui.html.MarkupLanguage |
XHTML |
| Constructor Summary | |
Select()
Constructs a Select object. |
|
Select(boolean format)
Constructs a Select object and sets the format status. |
|
| Method Summary | |
String |
create(String options)
Create and return the HTML required to create a selection list in a browser. |
String |
endTag()
Return an select end tag. |
Select |
setClass(String classname)
Set the selection list tag Class name. |
Select |
setId(String id)
Set the selection list tag id. |
Select |
setMultiple()
Set the selection list multiple. |
Select |
setName(String name)
Set the selection list name. |
Select |
setOnChange(String eventAction)
Set the selection list tag onBlur event action. |
Select |
setSize(int size)
Set the selection list size. |
Select |
setStyle(Style style)
Set the selection list style. |
String |
startTag()
Return a select start tag. |
| Methods inherited from class com.jdc.gui.html.ComplexTag |
addAttribute, create, create, endTag, setFormat, setIdentifier, startTag |
| Methods inherited from class com.jdc.xml.ComplexTag |
addAttribute, create, getAttributes, getBody, getIdentifier, setBody, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Select()
public Select(boolean format)
| Method Detail |
public String create(String options)
create in class ComplexTagpublic String startTag()
startTag in class ComplexTagpublic String endTag()
endTag in class ComplexTagpublic Select setId(String id)
public Select setName(String name)
public Select setClass(String classname)
public Select setOnChange(String eventAction)
public Select setSize(int size)
public Select setStyle(Style style)
public Select setMultiple()
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||