public class TableCell extends Object implements Serializable
| Constructor and Description |
|---|
TableCell() |
TableCell(String content) |
TableCell(String content,
int colspan,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCellHeight() |
int |
getCellWidth() |
int |
getColspan() |
String |
getContent() |
void |
setCellHeight(int cellHeight) |
void |
setCellWidth(int cellWidth) |
void |
setColspan(int colspan) |
void |
setContent(String content) |
public TableCell()
public TableCell(String content, int colspan, int width, int height)
content - colspan - width - height - public TableCell(String content)
content - public String getContent()
public void setContent(String content)
content - .public int getColspan()
public void setColspan(int colspan)
colspan - .public int getCellWidth()
public void setCellWidth(int cellWidth)
public int getCellHeight()
public void setCellHeight(int cellHeight)
Copyright © 2014. All Rights Reserved.