| Methods in com.simpleservlets.htmlobjects that return HTMLTable.Cell |
HTMLTable.Cell |
HTMLTable.addCell()
|
HTMLTable.Cell |
HTMLTable.Row.addCell()
|
HTMLTable.Cell |
HTMLTable.addCell(HTMLElement child)
|
HTMLTable.Cell |
HTMLTable.Row.addCell(HTMLElement child)
|
HTMLTable.Cell |
HTMLTable.addCell(HTMLElement child,
AnchorPoint anchor)
|
HTMLTable.Cell |
HTMLTable.Row.addCell(HTMLElement child,
AnchorPoint anchor)
|
HTMLTable.Cell |
HTMLTable.addCell(HTMLElement child,
AnchorPoint anchor,
HTMLColor bgColor,
int colSpan)
|
HTMLTable.Cell |
HTMLTable.Row.addCell(HTMLElement child,
AnchorPoint anchor,
HTMLColor bgColor,
int colSpan)
|
HTMLTable.Cell |
HTMLTable.addCell(String text)
|
HTMLTable.Cell |
HTMLTable.Row.addCell(String text)
|
HTMLTable.Cell |
HTMLTable.addCell(String text,
AnchorPoint anchor)
|
HTMLTable.Cell |
HTMLTable.Row.addCell(String text,
AnchorPoint anchor)
|
HTMLTable.Cell |
HTMLTable.addCell(String text,
AnchorPoint anchor,
HTMLColor bgColor,
int colSpan)
|
HTMLTable.Cell |
HTMLTable.Row.addCell(String text,
AnchorPoint anchor,
HTMLColor bgColor,
int colSpan)
|
HTMLTable.Cell |
HTMLTable.addFill(int colSpan)
|
HTMLTable.Cell |
HTMLTable.Row.addFill(int colSpan)
|