|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HtmlAttributeMap | |
|---|---|
| org.displaytag.model | |
| org.displaytag.render | |
| org.displaytag.tags | |
| org.displaytag.util | |
| Uses of HtmlAttributeMap in org.displaytag.model |
|---|
| Methods in org.displaytag.model that return HtmlAttributeMap | |
|---|---|
HtmlAttributeMap |
HeaderCell.getHeaderAttributes()
returns the HtmlAttributeMap containg all the html attributes for the th tag. |
HtmlAttributeMap |
HeaderCell.getHtmlAttributes()
Returns the HtmlAttributeMap containg all the html attributes for the td tags. |
HtmlAttributeMap |
Cell.getPerRowAttributes()
|
| Methods in org.displaytag.model with parameters of type HtmlAttributeMap | |
|---|---|
void |
HeaderCell.setHeaderAttributes(HtmlAttributeMap attributes)
Sets the HtmlAttributeMap containg all the html attributes for the th tag. |
void |
HeaderCell.setHtmlAttributes(HtmlAttributeMap attributes)
Sets the HtmlAttributeMap containg all the html attributes for the td tags. |
void |
Cell.setPerRowAttributes(HtmlAttributeMap perRowValues)
|
| Uses of HtmlAttributeMap in org.displaytag.render |
|---|
| Constructors in org.displaytag.render with parameters of type HtmlAttributeMap | |
|---|---|
HtmlTableWriter(TableModel tableModel,
TableProperties tableProperties,
Href baseHref,
boolean export,
javax.servlet.jsp.JspWriter out,
CaptionTag captionTag,
PaginatedList paginatedList,
SmartListHelper listHelper,
int pagesize,
HtmlAttributeMap attributeMap,
java.lang.String uid)
This table writer uses a TableTag and a JspWriter to do its work. |
|
| Uses of HtmlAttributeMap in org.displaytag.tags |
|---|
| Methods in org.displaytag.tags that return HtmlAttributeMap | |
|---|---|
HtmlAttributeMap |
HtmlTableTag.getAttributeMap()
Return a map of html attributes. |
| Uses of HtmlAttributeMap in org.displaytag.util |
|---|
| Methods in org.displaytag.util with parameters of type HtmlAttributeMap | |
|---|---|
static java.lang.String |
HtmlTagUtil.createOpenTagString(java.lang.String tagName,
HtmlAttributeMap attributes)
costruct a tag from a name and a collection of attributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||