Interface TableCellBuilder
- All Superinterfaces:
ElementBuilderBase<TableCellBuilder>
- All Known Implementing Classes:
DomTableCellBuilder
,HtmlTableCellBuilder
Builds an tablecell element.
-
Method Summary
Modifier and TypeMethodDescriptionHorizontal alignment of data in cell.Alignment character for cells in a column.Offset of alignment character.colSpan
(int colSpan) Number of columns spanned by cell.List of id attribute values for header cells.rowSpan
(int rowSpan) Number of rows spanned by cell.Vertical alignment of data in cell.Methods inherited from interface com.google.gwt.dom.builder.shared.ElementBuilderBase
attribute, 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, html, 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, text, title, trustedStart
-
Method Details
-
align
Horizontal alignment of data in cell.- See Also:
-
ch
Alignment character for cells in a column.- See Also:
-
chOff
Offset of alignment character.- See Also:
-
colSpan
Number of columns spanned by cell.- See Also:
-
headers
List of id attribute values for header cells.- See Also:
-
rowSpan
Number of rows spanned by cell.- See Also:
-
vAlign
Vertical alignment of data in cell.- See Also:
-