@Deprecated public class SimpleRowRenderer<T> extends AbstractRowRenderer<T> implements IClickableRowRenderer<T>
BasicRowRenderer instead.
Renders rows from a datamodel; this tries to use the metadata for all
parts not explicitly specified.AbstractRowRenderer.IRowRendered<T>| Constructor and Description |
|---|
SimpleRowRenderer(Class<T> dataClass,
ClassMetaModel cmm,
String... cols)
Deprecated.
|
SimpleRowRenderer(Class<T> dataClass,
String... cols)
Deprecated.
Create a renderer by handling the specified class and a list of properties off it.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addColumns(List<ExpandedDisplayProperty<?>> xdpl,
int[] widths)
Deprecated.
FIXME Should be private
|
protected int |
getTotalWidth()
Deprecated.
|
protected void |
initialize(List<ExpandedDisplayProperty<?>> xdpl)
Deprecated.
Initialize, using the genericized table column set.
|
protected void |
initializeExplicitColumns(String[] cols)
Deprecated.
This initializes the ColumnList by auto-decoding all required data from the class and the
list of columns specified.
|
protected void |
setTotalWidth(int w)
Deprecated.
|
beforeQuery, check, complete, getActualClass, getCellClicked, getColumn, getColumnByName, getColumnCount, getColumnList, getNodeRenderer, getOnRowRendered, getRowButtonFactory, getRowClicked, getSortColumn, getUnknownColumnCaption, isComplete, isSortDescending, model, renderColumn, renderHeader, renderRow, setCellClicked, setColumnWidth, setColumnWidths, setDefaultSort, setNodeRenderer, setOnRowRendered, setRowButtonFactory, setRowClicked, setSort, setSortColumn, setUnknownColumnCaptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetCellClicked, setRowClickedbeforeQuery, getRowClicked, renderHeader, renderRowpublic SimpleRowRenderer(@Nonnull Class<T> dataClass, String... cols)
dataClass - cols - protected void initializeExplicitColumns(String[] cols)
clz - cols - protected void initialize(@Nonnull List<ExpandedDisplayProperty<?>> xdpl)
clz - xdpl - protected void addColumns(List<ExpandedDisplayProperty<?>> xdpl, int[] widths)
xdpl - widths - protected void setTotalWidth(int w)
protected int getTotalWidth()
Copyright © 2017 etc.to. All rights reserved.