public class TableGridRowRenderer extends Object
| Constructor and Description |
|---|
TableGridRowRenderer(TableGridZKComponent parent) |
| Modifier and Type | Method and Description |
|---|---|
Component |
createCell(Row row,
Object data) |
protected TableGridCellZKComponent |
createColumnDescription(Row row,
TableBlockModel table,
ColumnEntryModel columnEntry) |
protected TableGridCellZKComponent |
createEmptyCell(Row row,
TableBlockModel table) |
protected TableGridCellZKComponent |
createNewAxisCell(Row row,
TableBlockModel table,
boolean isColumn) |
protected TableGridCellZKComponent |
createRowDescription(Row row,
TableBlockModel table,
RowEntryModel rowEntry) |
int |
getControls() |
TableGridZKComponent |
getParent() |
TableGridCoreRowRenderer |
getTableCoreRenderer() |
Component |
newCell(Row row) |
Row |
newRow(Grid grid) |
void |
render(Row row,
Object data) |
void |
syncModel(boolean light) |
void |
updateCell(TableGridCellZKComponent component) |
public TableGridRowRenderer(TableGridZKComponent parent)
public Component createCell(Row row,
Object data)
public void updateCell(TableGridCellZKComponent component)
protected TableGridCellZKComponent createColumnDescription(Row row, TableBlockModel table, ColumnEntryModel columnEntry)
protected TableGridCellZKComponent createRowDescription(Row row, TableBlockModel table, RowEntryModel rowEntry)
protected TableGridCellZKComponent createEmptyCell(Row row, TableBlockModel table)
protected TableGridCellZKComponent createNewAxisCell(Row row, TableBlockModel table, boolean isColumn)
public TableGridZKComponent getParent()
public TableGridCoreRowRenderer getTableCoreRenderer()
public int getControls()
public Component newCell(Row row)
public Row newRow(Grid grid)
Copyright © 2017 SAP SE. All Rights Reserved.