|
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.Span
Span is used to create the HTML required to create a structure within a document in a browser, including the start tag, the span 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 | |
Span()
Constructs a Span object. |
|
Span(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 span end tag. |
Span |
setClass(String classname)
Set the span tag Class name. |
Span |
setId(String id)
Set the span tag id. |
Span |
setTitle(String text)
Set the span title. |
String |
startTag()
Return a span 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 Span()
public Span(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 Span setClass(String classname)
public Span setId(String id)
public Span setTitle(String text)
|
2004.04.29 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||