|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.dom.builder.shared.AbstractElementBuilderBase<R> com.google.gwt.dom.builder.shared.HtmlElementBuilderBase<TableSectionBuilder> com.google.gwt.dom.builder.shared.HtmlTableSectionBuilder com.google.gwt.dom.builder.shared.HtmlOnlyTableSectionBuilder
public final class HtmlOnlyTableSectionBuilder
A subclass of standard HtmlTableSectionBuilder
that allows directly appending html to
a table section.
Some browsers do not support setting innerHTML on a table section element (such as a tbody), so both the DOM and HTML based implementations throw an error to ensure consistency. This class exists to allow users to append HTML to a TableSectionBuilder if they opt into the HTML version.
Field Summary |
---|
Fields inherited from interface com.google.gwt.dom.builder.shared.TableSectionBuilder |
---|
UNSUPPORTED_HTML |
Method Summary | |
---|---|
static HtmlOnlyTableSectionBuilder |
createTBodyBuilder()
Create and return a table body section builder. |
static HtmlOnlyTableSectionBuilder |
createTFootBuilder()
Create and return a table footer section builder. |
static HtmlOnlyTableSectionBuilder |
createTHeadBuilder()
Create and return a table header section builder. |
TableSectionBuilder |
html(SafeHtml html)
Append html to the builder and validate the correctness of the html. |
Methods inherited from class com.google.gwt.dom.builder.shared.HtmlTableSectionBuilder |
---|
align, ch, chOff, text, vAlign |
Methods inherited from class com.google.gwt.dom.builder.shared.AbstractElementBuilderBase |
---|
end, end, endAnchor, endArea, endAudio, endBase, endBlockQuote, endBody, endBR, endButton, endCanvas, endCol, endColGroup, endDiv, endDList, endFieldSet, endForm, endFrame, endFrameSet, endH1, endH2, endH3, endH4, endH5, endH6, endHead, endHR, endIFrame, endImage, endInput, endLabel, endLegend, endLI, endLink, endMap, endMeta, endOList, endOptGroup, endOption, endParagraph, endParam, endPre, endQuote, endScript, endSelect, endSource, endSpan, endStyle, endTable, endTableCaption, endTBody, endTD, endTextArea, endTFoot, endTH, endTHead, endTR, endUList, endVideo, finish, getDepth, getReturnBuilder, isChildElementSupported, isEndTagForbidden, style |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static HtmlOnlyTableSectionBuilder createTBodyBuilder()
public static HtmlOnlyTableSectionBuilder createTFootBuilder()
public static HtmlOnlyTableSectionBuilder createTHeadBuilder()
public TableSectionBuilder html(SafeHtml html)
html
in interface ElementBuilderBase<TableSectionBuilder>
html
in class HtmlTableSectionBuilder
html
- the html for the table section
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |