|
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.Textarea
Textarea is used to create the HTML required to create a structure within a document in a browser, including the start tag, the Textarea attributes, and the end tag. By creating a structure, styles can be applied to all elements contained in the structure.
Title,
Serialized Form| Field Summary |
| Fields inherited from interface com.jdc.gui.html.MarkupLanguage |
XHTML |
| Constructor Summary | |
Textarea()
Constructs a Span object. |
|
Textarea(boolean format)
Constructs a Span object and sets the format status. |
|
| Method Summary | |
String |
create(String text)
Create and return the HTML required to create a structure within a document in a browser. |
String |
endTag()
Return an textarea end tag. |
Textarea |
setClass(String classname)
Set the textarea tag Class name. |
Textarea |
setCols(String cols)
Set the textarea tag cols. |
Textarea |
setId(String id)
Set the textarea tag Id. |
Textarea |
setName(String name)
Set the textarea tag name. |
Textarea |
setOnBlur(boolean returnValue,
String eventAction)
Set the textarea tag onBlur event action. |
Textarea |
setOnBlur(String eventAction)
Set the textarea tag onBlur event action. |
Textarea |
setOnKeyDown(String eventAction)
Set the textarea tag onKeyDown event action. |
Textarea |
setOnKeyUp(String eventAction)
Set the textarea tag onKeyUp event action. |
Textarea |
setReadonly()
Set the textarea tag readonly flag. |
Textarea |
setRows(String rows)
Set the textarea tag rows. |
Textarea |
setTitle(String text)
Set the textarea title. |
String |
startTag()
Return a textarea 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 Textarea()
public Textarea(boolean format)
| Method Detail |
public String create(String text)
create in class ComplexTagpublic String startTag()
startTag in class ComplexTagpublic String endTag()
endTag in class ComplexTagpublic Textarea setName(String name)
public Textarea setId(String id)
public Textarea setOnBlur(boolean returnValue,
String eventAction)
public Textarea setOnBlur(String eventAction)
public Textarea setCols(String cols)
public Textarea setRows(String rows)
public Textarea setClass(String classname)
public Textarea setOnKeyDown(String eventAction)
public Textarea setOnKeyUp(String eventAction)
public Textarea setReadonly()
public Textarea setTitle(String text)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||