| java.lang.Object de.jwic.controls.layout.Cell
Cell | public class Cell implements Serializable(Code) | | Specifies the cell in a table.
author: Florian Lippisch version: $Revision: 1.2 $ |
Constructor Summary | |
public | Cell(int rowNum, int colNum) Default Constructor. | public | Cell(int rowNum, int colNum, TableData td) Default Constructor. |
Cell | public Cell(int rowNum, int colNum)(Code) | | Default Constructor.
Parameters: rowNum - Parameters: colNum - |
Cell | public Cell(int rowNum, int colNum, TableData td)(Code) | | Default Constructor.
Parameters: rowNum - Parameters: colNum - |
getCSSClass | public String getCSSClass()(Code) | | Returns the CSS class for the cell (td tag).
|
getColNum | public int getColNum()(Code) | | Returns the colNum. |
getColSpan | public int getColSpan()(Code) | | Returns the colSpan. |
getControlName | public String getControlName()(Code) | | Returns the controlName. |
getRowNum | public int getRowNum()(Code) | | Returns the rowNum. |
getRowSpan | public int getRowSpan()(Code) | | Returns the rowSpan. |
getVAlign | public String getVAlign()(Code) | | Returns the vAlign. |
isRender | public boolean isRender()(Code) | | Returns the render. |
setColNum | public void setColNum(int colNum)(Code) | | Parameters: colNum - The colNum to set. |
setControlName | public void setControlName(String controlName)(Code) | | Parameters: controlName - The controlName to set. |
setRender | public void setRender(boolean render)(Code) | | Parameters: render - The render to set. |
setRowNum | public void setRowNum(int rowNum)(Code) | | Parameters: rowNum - The rowNum to set. |
setWidth | public void setWidth(String width)(Code) | | Parameters: width - The width to set. |
|
|