Method Summary |
|
native public String | getBody() An HTML fragment to be rendered as the cell's body content (defaults to ''). |
native public String | getBodyStyle() A CSS style string that will be applied to the row's TR style attribute (defaults to ''). |
native public int | getCols() The column count to apply to the body row's TD colspan attribute (defaults to the current column count of the grid). |
native public void | setBody(String body) Set the row body as HTML. |
native public void | setBodyStyle(String bodyStyle) A CSS style string that will be applied to the row's TR style attribute (defaults to ''). |
native public void | setcols(int cols) The column count to apply to the body row's TD colspan attribute (defaults to the current column count of the grid). |