public class FluentTable extends FlexTable
FlexTable and provides a fluent interface for adjusting the styles of cells.| Modifier and Type | Class and Description |
|---|---|
static class |
FluentTable.Cell
Used to format cells.
|
FlexTable.FlexCellFormatterHTMLTable.CellFormatter, HTMLTable.ColumnFormatter, HTMLTable.RowFormatterUIObject.DebugIdImpl, UIObject.DebugIdImplEnabledHasWidgets.ForIsWidgetDEBUG_ID_PREFIX| Constructor and Description |
|---|
FluentTable()
Creates an empty table with no styles and the default cell padding and spacing.
|
FluentTable(int cellPadding,
int cellSpacing)
Creates a table with the specified cell pading and spacing and no styles.
|
FluentTable(int cellPadding,
int cellSpacing,
String... styles)
Creates a table with the specified styles and cell padding and spacing.
|
FluentTable(String... styles)
Creates a table with the specified styles and the default cell padding and spacing.
|
| Modifier and Type | Method and Description |
|---|---|
FluentTable.Cell |
add()
Returns a
FluentTable.Cell at the current row count and column zero (effectively adding a row to
the table). |
FluentTable.Cell |
at(int row,
int column)
Returns the specified cell.
|
addCell, getCellCount, getFlexCellFormatter, getRowCount, insertCell, insertRow, removeAllRows, removeCell, removeCells, removeRowaddClickHandler, addDoubleClickHandler, addDragEndHandler, addDragEnterHandler, addDragHandler, addDragLeaveHandler, addDragOverHandler, addDragStartHandler, addDropHandler, addTableListener, clear, clear, clearCell, getCellForEvent, getCellFormatter, getCellPadding, getCellSpacing, getColumnFormatter, getHTML, getRowFormatter, getText, getWidget, isCellPresent, iterator, remove, removeTableListener, setBorderWidth, setCellPadding, setCellSpacing, setHTML, setHTML, setText, setWidget, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEventsequals, getClass, hashCode, notify, notifyAll, wait, wait, waitfireEventpublic FluentTable()
public FluentTable(String... styles)
public FluentTable(int cellPadding,
int cellSpacing)
public FluentTable(int cellPadding,
int cellSpacing,
String... styles)
public FluentTable.Cell at(int row, int column)
public FluentTable.Cell add()
FluentTable.Cell at the current row count and column zero (effectively adding a row to
the table).Copyright © 2013. All Rights Reserved.