| Package | Description |
|---|---|
| com.threerings.gwt.ui |
User interface components, animation support and utilities.
|
| Modifier and Type | Method and Description |
|---|---|
FluentTable.Cell |
FluentTable.add()
Returns a
FluentTable.Cell at the current row count and column zero (effectively adding a row to
the table). |
FluentTable.Cell |
FluentTable.Cell.add()
Returns the cell below this cell at column 0, (row+1, 0).
|
FluentTable.Cell |
FluentTable.Cell.alignBottom()
Makes the cell we're formatting align bottom.
|
FluentTable.Cell |
FluentTable.Cell.alignCenter()
Makes the cell we're formatting align center.
|
FluentTable.Cell |
FluentTable.Cell.alignLeft()
Makes the cell we're formatting align left.
|
FluentTable.Cell |
FluentTable.Cell.alignMiddle()
Makes the cell we're formatting align middle.
|
FluentTable.Cell |
FluentTable.Cell.alignRight()
Makes the cell we're formatting align right.
|
FluentTable.Cell |
FluentTable.Cell.alignTop()
Makes the cell we're formatting align top.
|
FluentTable.Cell |
FluentTable.at(int row,
int column)
Returns the specified cell.
|
FluentTable.Cell |
FluentTable.Cell.down()
Returns the cell below this cell, (row+1, column).
|
FluentTable.Cell |
FluentTable.Cell.right()
Returns the cell to the right of this cell, (row, column+1).
|
FluentTable.Cell |
FluentTable.Cell.setColSpan(int colSpan)
Sets the colspan of the cell we're formatting.
|
FluentTable.Cell |
FluentTable.Cell.setHTML(String text,
String... styles)
Sets the HTML in this cell to the supplied value.
|
FluentTable.Cell |
FluentTable.Cell.setRowSpan(int rowSpan)
Sets the rowspan of the cell we're formatting.
|
FluentTable.Cell |
FluentTable.Cell.setStyles(String... styles)
Configures the specified style names on our cell.
|
FluentTable.Cell |
FluentTable.Cell.setText(Object text,
String... styles)
Sets the text of this cell to the string value of the supplied object.
|
FluentTable.Cell |
FluentTable.Cell.setWidget(Widget widget,
String... styles)
Sets the contents of this cell to the specified widget.
|
FluentTable.Cell |
FluentTable.Cell.setWidgets(Widget... widgets)
Sets the contents of this cell to a FlowPanel that contains the specified widgets.
|
Copyright © 2013. All Rights Reserved.