public class TableCell extends HtmlElement<TableCell>
attributes, inline| Constructor and Description |
|---|
TableCell(HtmlComponent... components) |
TableCell(String text) |
| Modifier and Type | Method and Description |
|---|---|
TableCell |
withColspan(int colspan) |
addBreak, addComponent, addComponent, addComponents, formatComponents, formatEndTag, formatStartTag, getTagName, isInline, setComponents, toString, withAlign, withAttribute, withClass, withComponents, withRawTextContent, withStyle, withTextContent, withTitle, withValignpublic TableCell(String text)
public TableCell(HtmlComponent... components)
public TableCell withColspan(int colspan)
Copyright © 2006–2016 Volker Bergmann. All rights reserved.