Method Summary |
|
public String | getColumnId() Returns the column's id. |
public int | getColumnIndex() Returns the cell's colum index. |
public Object | getElement() Returns the cell's element. |
public String | getIconStyle() |
public Component | getItem() Returns the row component. |
public String | getText() Returns the cell's text. |
public String | getTextStyle() Returns the text style. |
public String | getToolTipText() Returns the cell's tool tip text. |
void | reset(Object element, Component item, int columnIndex, String columnId) |
public void | setIconStyle(String iconStyle) Sets the icon style. |
public void | setText(String text) Sets the cell's text. |
public void | setTextStyle(String textStyle) Sets the cell's text style. |
public void | setToolTipText(String toolTipText) Sets the cell's tool tip text. |