|
void | render (Row row, Object data, int index) throws Exception |
|
◆ render()
void org.turro.participation.RenderParticipationOnDemand.render |
( |
Row |
row, |
|
|
Object |
data, |
|
|
int |
index |
|
) |
| throws Exception |
Definition at line 32 of file RenderParticipationOnDemand.java.
33 if(data instanceof IEntityParticipation) {
34 if(row instanceof Group) {
35 renderGroup((Group) row, (IEntityParticipation) data);
37 renderRow(row, (IEntityParticipation) data);
abstract void renderRow(Row row, IEntityParticipation participation)
void renderGroup(Group group, IEntityParticipation participation)
◆ renderGroup()
void org.turro.participation.RenderParticipationOnDemand.renderGroup |
( |
Group |
group, |
|
|
IEntityParticipation |
participation |
|
) |
| |
|
protected |
◆ renderRow()
abstract void org.turro.participation.RenderParticipationOnDemand.renderRow |
( |
Row |
row, |
|
|
IEntityParticipation |
participation |
|
) |
| |
|
abstractprotected |
The documentation for this class was generated from the following file: