|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HtmlViewRepresentation
This interface declares a view-representation in HTML.
It's using by View
.
NativeHtmlCssTable
,
NativeHtmlList
,
NativeHtmlTable
,
DefaultHtmlViewRepresentation
Method Summary | |
---|---|
java.lang.String |
getCaption(java.lang.String style,
java.lang.String styleName)
HtmlViewRepresentation-Caption-Start-tag |
java.lang.String |
getCaptioneEnd()
HtmlViewRepresentation-Caption-End-tag |
java.lang.String |
getCellEnd()
HtmlViewRepresentation-Cell-End-tag |
java.lang.String |
getCellStart(java.lang.String styleName)
HtmlViewRepresentation-Cell-Start-tag |
java.lang.String |
getCol(java.lang.String width,
java.lang.String span)
HtmlViewRepresentation-Column-Start-tag |
java.lang.String |
getColEnd()
HtmlViewRepresentation-Column-End-tag |
java.lang.String |
getColGroup(java.lang.String width,
java.lang.String span)
HtmlViewRepresentation-ColGroup-Start-tag |
java.lang.String |
getColGroupEnd()
HtmlViewRepresentation-ColGroup-End-tag |
java.lang.String |
getColXHtml(java.lang.String width,
java.lang.String span)
HtmlViewRepresentation-Column-Start-XHTML-tag |
java.lang.String |
getEnd()
HtmlViewRepresentation-End-tag |
java.lang.String |
getHeadEnd()
HtmlViewRepresentation-Head-End-tag |
java.lang.String |
getHeadStart(java.lang.String styleName)
HtmlViewRepresentation-Head-Start-tag |
java.lang.String |
getRowEnd()
HtmlViewRepresentation-Row-End-tag |
java.lang.String |
getRowStart()
HtmlViewRepresentation-Row-Start-tag |
java.lang.String |
getStart(java.lang.String id,
java.lang.String styleName,
java.lang.String style)
HtmlViewRepresentation-Start-tag |
java.lang.String |
getTBody(java.lang.String style,
java.lang.String styleName)
HtmlViewRepresentation-Body-Start-tag |
java.lang.String |
getTBodyEnd()
HtmlViewRepresentation-Body-End-tag |
java.lang.String |
getTFoot(java.lang.String style,
java.lang.String styleName)
HtmlViewRepresentation-Foot-Start-tag |
java.lang.String |
getTFootEnd()
HtmlViewRepresentation-Foot-End-tag |
java.lang.String |
getTHead(java.lang.String style,
java.lang.String styleName)
HtmlViewRepresentation-Head-Start-tag |
java.lang.String |
getTHeadEnd()
HtmlViewRepresentation-Head-End-tag |
boolean |
hasBody()
|
boolean |
hasCaption()
|
boolean |
hasFooter()
|
boolean |
hasHeader()
|
boolean |
hasSummary()
|
void |
setSummary(java.lang.String summary)
|
Method Detail |
---|
boolean hasHeader()
boolean hasBody()
boolean hasFooter()
boolean hasSummary()
boolean hasCaption()
void setSummary(java.lang.String summary)
java.lang.String getStart(java.lang.String id, java.lang.String styleName, java.lang.String style)
id
- The value of the id-attribute of the rendered tag. Be sure it's unique for the whole HTML document.styleName
- The value of the class-attribute of the rendered tag.style
- The value of the style-attribute of the rendered tag.
String
of HTML-codejava.lang.String getEnd()
String
of HTML-codejava.lang.String getHeadStart(java.lang.String styleName)
styleName
- The value of the class-attribute of the rendered tag.
String
of HTML-codejava.lang.String getHeadEnd()
String
of HTML-codejava.lang.String getRowStart()
String
of HTML-codejava.lang.String getRowEnd()
String
of HTML-codejava.lang.String getCellStart(java.lang.String styleName)
styleName
- The value of the class-attribute of the rendered tag.
String
of HTML-codejava.lang.String getCellEnd()
String
of HTML-codejava.lang.String getCaption(java.lang.String style, java.lang.String styleName)
style
- The value of the style-attribute of the rendered tag.styleName
- The value of the class-attribute of the rendered tag.
String
of HTML-codejava.lang.String getCaptioneEnd()
String
of HTML-codejava.lang.String getCol(java.lang.String width, java.lang.String span)
width
- The value of the width-attribute of the rendered tag.span
- The value of the span-attribute of the rendered tag.
String
of HTML-codejava.lang.String getColEnd()
String
of HTML-codejava.lang.String getColXHtml(java.lang.String width, java.lang.String span)
width
- The value of the width-attribute of the rendered tag.span
- The value of the span-attribute of the rendered tag.
String
of HTML-codejava.lang.String getColGroup(java.lang.String width, java.lang.String span)
width
- The value of the width-attribute of the rendered tag.span
- The value of the span-attribute of the rendered tag.
String
of HTML-codejava.lang.String getColGroupEnd()
String
of HTML-codejava.lang.String getTFoot(java.lang.String style, java.lang.String styleName)
style
- The value of the style-attribute of the rendered tag.styleName
- The value of the class-attribute of the rendered tag.
String
of HTML-codejava.lang.String getTFootEnd()
String
of HTML-codejava.lang.String getTHead(java.lang.String style, java.lang.String styleName)
style
- The value of the style-attribute of the rendered tag.styleName
- The value of the class-attribute of the rendered tag.
String
of HTML-codejava.lang.String getTHeadEnd()
String
of HTML-codejava.lang.String getTBody(java.lang.String style, java.lang.String styleName)
style
- The value of the style-attribute of the rendered tag.styleName
- The value of the class-attribute of the rendered tag.
String
of HTML-codejava.lang.String getTBodyEnd()
String
of HTML-code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |