|
static void | showEntities (Collection< String > entitiesPath) |
|
- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 35 of file EntityGrid.java.
◆ afterCompose()
void org.turro.elephant.zkoss.EntityGrid.afterCompose |
( |
| ) |
|
◆ getEntities()
Collection org.turro.elephant.zkoss.EntityGrid.getEntities |
( |
| ) |
|
◆ setEntities()
void org.turro.elephant.zkoss.EntityGrid.setEntities |
( |
Collection |
entities | ) |
|
◆ showEntities()
static void org.turro.elephant.zkoss.EntityGrid.showEntities |
( |
Collection< String > |
entitiesPath | ) |
|
|
static |
Definition at line 73 of file EntityGrid.java.
74 EntityGrid dl =
new EntityGrid();
76 dl.setEntities(entitiesPath);
77 SelectionDialog.showComponent(
78 Framework.getCurrent().getPage(),
80 dl,
"80%",
"80%",
null);
The documentation for this class was generated from the following file: