Class HtmlTableBuilder
java.lang.Object
com.google.gwt.dom.builder.shared.AbstractElementBuilderBase<TableBuilder>
com.google.gwt.dom.builder.shared.HtmlElementBuilderBase<TableBuilder>
com.google.gwt.dom.builder.shared.HtmlTableBuilder
- All Implemented Interfaces:
- ElementBuilderBase<TableBuilder>,- TableBuilder
HTML-based implementation of 
TableBuilder.- 
Field SummaryFields inherited from interface com.google.gwt.dom.builder.shared.TableBuilderUNSUPPORTED_HTML
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionborder(int border) The width of the border around the table.cellPadding(int cellPadding) Specifies the horizontal and vertical space between cell content and cell borders.cellSpacing(int cellSpacing) Specifies the horizontal and vertical separation between cells.Specifies which external table borders to render.Append html within the node.Specifies which internal table borders to render.Append text within the node.Specifies the desired table width.Methods inherited from class com.google.gwt.dom.builder.shared.HtmlElementBuilderBaseasSafeHtml, attribute, attribute, className, dir, draggable, endTitle, id, lang, startAnchor, startArea, startAudio, startBase, startBlockQuote, startBody, startBR, startButtonInput, startCanvas, startCheckboxInput, startCol, startColGroup, startDiv, startDList, startFieldSet, startFileInput, startForm, startFrame, startFrameSet, startH1, startH2, startH3, startH4, startH5, startH6, startHead, startHiddenInput, startHR, startIFrame, startImage, startImageInput, startLabel, startLegend, startLI, startLink, startMap, startMeta, startOList, startOptGroup, startOption, startParagraph, startParam, startPasswordInput, startPre, startPushButton, startQuote, startRadioInput, startResetButton, startResetInput, startScript, startSelect, startSource, startSpan, startStyle, startSubmitButton, startSubmitInput, startTable, startTableCaption, startTBody, startTD, startTextArea, startTextInput, startTFoot, startTH, startTHead, startTitle, startTR, startUList, startVideo, tabIndex, title, trustedAttribute, trustedAttribute, trustedStartMethods inherited from class com.google.gwt.dom.builder.shared.AbstractElementBuilderBaseend, 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, styleMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.gwt.dom.builder.shared.ElementBuilderBaseattribute, attribute, className, dir, draggable, 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, id, isChildElementSupported, isEndTagForbidden, lang, startAnchor, startArea, startAudio, startBase, startBlockQuote, startBody, startBR, startButtonInput, startCanvas, startCheckboxInput, startCol, startColGroup, startDiv, startDList, startFieldSet, startFileInput, startForm, startFrame, startFrameSet, startH1, startH2, startH3, startH4, startH5, startH6, startHead, startHiddenInput, startHR, startIFrame, startImage, startImageInput, startLabel, startLegend, startLI, startLink, startMap, startMeta, startOList, startOptGroup, startOption, startParagraph, startParam, startPasswordInput, startPre, startPushButton, startQuote, startRadioInput, startResetButton, startResetInput, startScript, startSelect, startSource, startSpan, startStyle, startSubmitButton, startSubmitInput, startTable, startTableCaption, startTBody, startTD, startTextArea, startTextInput, startTFoot, startTH, startTHead, startTR, startUList, startVideo, style, tabIndex, title, trustedStart
- 
Constructor Details
- 
Method Details- 
borderDescription copied from interface:TableBuilderThe width of the border around the table.- Specified by:
- borderin interface- TableBuilder
- See Also:
 
- 
cellPaddingDescription copied from interface:TableBuilderSpecifies the horizontal and vertical space between cell content and cell borders.- Specified by:
- cellPaddingin interface- TableBuilder
- See Also:
 
- 
cellSpacingDescription copied from interface:TableBuilderSpecifies the horizontal and vertical separation between cells.- Specified by:
- cellSpacingin interface- TableBuilder
- See Also:
 
- 
frameDescription copied from interface:TableBuilderSpecifies which external table borders to render.- Specified by:
- framein interface- TableBuilder
- See Also:
 
- 
rulesDescription copied from interface:TableBuilderSpecifies which internal table borders to render.- Specified by:
- rulesin interface- TableBuilder
- See Also:
 
- 
textDescription copied from interface:ElementBuilderBaseAppend text within the node.Once you append text to the element, you can no longer set attributes. A string-based implementation will escape the text to prevent HTML/javascript code from executing. DOM based implementations are not required to escape the text if they directly set the innerText of an element. - Specified by:
- textin interface- ElementBuilderBase<TableBuilder>
- Overrides:
- textin class- AbstractElementBuilderBase<TableBuilder>
- Parameters:
- text- the text to append
- Returns:
- this builder
 
- 
widthDescription copied from interface:TableBuilderSpecifies the desired table width.- Specified by:
- widthin interface- TableBuilder
- See Also:
 
 
-