public interface IRowRenderer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
beforeQuery(TableModelTableBase<T> tbl) |
ICellClicked<?> |
getRowClicked()
Return the row clicked handler to use.
|
void |
renderHeader(TableModelTableBase<T> tbl,
HeaderContainer<T> cc)
Render table header.
|
void |
renderRow(TableModelTableBase<T> tbl,
ColumnContainer<T> cc,
int index,
T instance) |
void beforeQuery(@Nonnull TableModelTableBase<T> tbl) throws Exception
Exceptionvoid renderRow(@Nonnull TableModelTableBase<T> tbl, @Nonnull ColumnContainer<T> cc, int index, @Nonnull T instance) throws Exception
Exceptionvoid renderHeader(@Nonnull TableModelTableBase<T> tbl, @Nonnull HeaderContainer<T> cc) throws Exception
tbl - cc - Exception@Nullable ICellClicked<?> getRowClicked()
Copyright © 2017 etc.to. All rights reserved.