|
void | render (Row row, Object data, int index) throws Exception |
|
◆ render()
void org.turro.jpa.grid.RenderPathOnDemand.render |
( |
Row |
row, |
|
|
Object |
data, |
|
|
int |
index |
|
) |
| throws Exception |
Definition at line 34 of file RenderPathOnDemand.java.
35 if(data instanceof String) {
36 IElephantEntity iee = Entities.getController(data);
37 if(row instanceof Group) {
abstract void renderRow(Row row, IElephantEntity entity)
void renderGroup(Group group, IElephantEntity entity)
◆ renderGroup()
void org.turro.jpa.grid.RenderPathOnDemand.renderGroup |
( |
Group |
group, |
|
|
IElephantEntity |
entity |
|
) |
| |
|
protected |
◆ renderRow()
abstract void org.turro.jpa.grid.RenderPathOnDemand.renderRow |
( |
Row |
row, |
|
|
IElephantEntity |
entity |
|
) |
| |
|
abstractprotected |
The documentation for this class was generated from the following file: