| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
SmartTable.CellMutator |
SmartTable.CellMutator.alignBottom()
Sets the vertical alignment for the cell to "bottom".
|
SmartTable.CellMutator |
SmartTable.CellMutator.alignCenter()
Sets the horizontal alignment for the cell to "center".
|
SmartTable.CellMutator |
SmartTable.CellMutator.alignDefault()
Sets the horizontal alignment for the cell to "default".
|
SmartTable.CellMutator |
SmartTable.CellMutator.alignLeft()
Sets the horizontal alignment for the cell to "left".
|
SmartTable.CellMutator |
SmartTable.CellMutator.alignMiddle()
Sets the vertical alignment for the cell to "middle".
|
SmartTable.CellMutator |
SmartTable.CellMutator.alignRight()
Sets the horizontal alignment for the cell to "right".
|
SmartTable.CellMutator |
SmartTable.CellMutator.alignTop()
Sets the vertical alignment for the cell to "top".
|
SmartTable.CellMutator |
SmartTable.cell(int row,
int col)
Gets a mutator for the given cell.
|
SmartTable.CellMutator |
SmartTable.CellMutator.clear()
Clears the widget or text from the cell.
|
SmartTable.CellMutator |
SmartTable.CellMutator.colSpan(int span)
Sets the colspan attribute of the cell to the given span.
|
SmartTable.CellMutator |
SmartTable.CellMutator.fillText(String... values)
Fills in the current row with the given column text values and advances the column.
|
SmartTable.CellMutator |
SmartTable.CellMutator.height(String height)
Sets the height of the cell.
|
SmartTable.CellMutator |
SmartTable.CellMutator.html(String html)
Sets the cell content to the given html.
|
SmartTable.CellMutator |
SmartTable.CellMutator.next()
Moves this cell mutator to the next row in the table and the 0th column.
|
SmartTable.CellMutator |
SmartTable.CellMutator.nextCol()
Moves this cell mutator to the next column in the table.
|
SmartTable.CellMutator |
SmartTable.CellMutator.removeStyles(String... names)
Removes the given styles from the cell.
|
SmartTable.CellMutator |
SmartTable.CellMutator.styles(String... names)
Adds the given styles to the cell.
|
SmartTable.CellMutator |
SmartTable.CellMutator.text(String text)
Sets the cell content to the given text.
|
SmartTable.CellMutator |
SmartTable.CellMutator.widget(Widget widget)
Sets the cell content to the given widget.
|
SmartTable.CellMutator |
SmartTable.CellMutator.width(String width)
Sets the width of the cell.
|
Copyright © 2013. All Rights Reserved.