T
- public interface Renderer<T>
Modifier and Type | Method and Description |
---|---|
void |
calculateRowHeight(RowComponent<T> row) |
void |
copy(Renderer<T> renderer) |
TableSubHeader |
drawCategory(CategoryComponent category) |
gwt.material.design.client.base.MaterialWidget |
drawColumn(TableRow row,
com.google.gwt.cell.client.Cell.Context context,
T rowValue,
Column<T,?> column,
int beforeIndex,
boolean visible) |
TableHeader |
drawColumnHeader(Column<T,?> column,
String header,
int index) |
TableRow |
drawCustom(Component<?> component) |
TableRow |
drawRow(DataView<T> dataView,
RowComponent<T> rowComponent,
Object valueKey,
List<Column<T,?>> columns,
boolean redraw) |
TableData |
drawSelectionCell() |
void |
drawSortIcon(TableHeader th,
SortContext<T> sortContext) |
int |
getCalculatedRowHeight() |
int |
getExpectedRowHeight() |
gwt.material.design.client.constants.IconType |
getSortAscIcon() |
gwt.material.design.client.constants.IconType |
getSortDescIcon() |
gwt.material.design.client.constants.IconSize |
getSortIconSize() |
void |
setExpectedRowHeight(int expectedRowHeight) |
void |
setSortAscIcon(gwt.material.design.client.constants.IconType sortAscIcon) |
void |
setSortDescIcon(gwt.material.design.client.constants.IconType sortDescIcon) |
void |
setSortIconSize(gwt.material.design.client.constants.IconSize sortIconSize) |
TableRow drawRow(DataView<T> dataView, RowComponent<T> rowComponent, Object valueKey, List<Column<T,?>> columns, boolean redraw)
TableSubHeader drawCategory(CategoryComponent category)
TableRow drawCustom(Component<?> component)
TableData drawSelectionCell()
gwt.material.design.client.base.MaterialWidget drawColumn(TableRow row, com.google.gwt.cell.client.Cell.Context context, T rowValue, Column<T,?> column, int beforeIndex, boolean visible)
TableHeader drawColumnHeader(Column<T,?> column, String header, int index)
void drawSortIcon(TableHeader th, SortContext<T> sortContext)
int getExpectedRowHeight()
void setExpectedRowHeight(int expectedRowHeight)
void calculateRowHeight(RowComponent<T> row)
int getCalculatedRowHeight()
gwt.material.design.client.constants.IconType getSortAscIcon()
void setSortAscIcon(gwt.material.design.client.constants.IconType sortAscIcon)
gwt.material.design.client.constants.IconType getSortDescIcon()
void setSortDescIcon(gwt.material.design.client.constants.IconType sortDescIcon)
gwt.material.design.client.constants.IconSize getSortIconSize()
void setSortIconSize(gwt.material.design.client.constants.IconSize sortIconSize)
Copyright © 2018. All rights reserved.