Package | Description |
---|---|
de.esprit.appsuite.database.io |
Contains input/output related classes for DBObjects.
|
de.esprit.appsuite.xml |
Contains support classes for efficient XML reading and writing
|
Modifier and Type | Method and Description |
---|---|
protected AttrList |
DBOHtmlWriter.getHeaderFontAttributes()
Defines the font attributes used to print column headers
|
protected AttrList |
DBOHtmlWriter.getPKHeaderFontAttributes()
Defines the font attributes used to print primary key column headers
|
protected AttrList |
DBOHtmlWriter.getTableAttributes()
Defines the attributes for the HTML table.
|
Modifier and Type | Field and Description |
---|---|
protected AttrList |
TagWriter.attrs |
Modifier and Type | Method and Description |
---|---|
AttrList |
AttrList.add(java.lang.String key,
boolean value) |
AttrList |
AttrList.add(java.lang.String key,
double value) |
AttrList |
AttrList.add(java.lang.String key,
long value) |
AttrList |
AttrList.add(java.lang.String key,
java.lang.Object value) |
AttrList |
AttrList.add(java.lang.String key,
java.lang.String value) |
AttrList |
TagWriter.attr(java.lang.String key,
java.lang.String value)
Convenience method for single attribute
|
AttrList |
AttrList.set(java.lang.String key,
boolean value) |
AttrList |
AttrList.set(java.lang.String key,
double value) |
AttrList |
AttrList.set(java.lang.String key,
long value) |
AttrList |
AttrList.set(java.lang.String key,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
void |
TagWriter.openTag(java.lang.String tag,
AttrList attrs)
Opens a tag with the given name and the given attribute list.
|
void |
TagWriter.writeTag(java.lang.String tag,
AttrList attrs)
Writes a complete tag which has attributes only but no value.
|
void |
TagWriter.writeTag(java.lang.String tag,
AttrList attrs,
java.lang.String value)
Opens, writes and closes a tag with the given name, attributes and value.
|
Constructor and Description |
---|
AttrList(AttrList attrs) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.