

Public Member Functions | |
| GroupEntityGrid () | |
| void | setGroupIt (GroupIt groupIt) |
| void | setCategory (String category) |
| void | setExact (boolean exact) |
| void | reload () |
| void | afterCompose () |
Public Member Functions inherited from org.turro.zkoss.grid.PagingGrid | |
| void | setColumns (int columns) |
| void | setColumns (String hflexs) |
| void | refine () |
| boolean | isDefaultBehavior () |
| void | setDefaultBehavior (boolean defaultBehavior) |
| String | getRefineValue () |
| void | setRefineValue (String value) |
| int | getMaxResults () |
| void | setMaxResults (int maxResults) |
| String | getPagingMold () |
| void | setPagingMold (String pagingMold) |
| int | getRowCount () |
| void | setRowCount (int rows) |
| void | setHeadersVisible (boolean value) |
| boolean | isHeadersVisible () |
| String | getVarColumns () |
| void | setVarColumns (String varColumns) |
| Collection< String > | getVarColumnsList (String defaultCols) |
| void | addDetailColumn () |
| void | addDetailColumn (HtmlBasedComponent caption) |
| void | openDetails () |
| boolean | isEmpty () |
| void | clearColumns () |
| void | clearRows () |
| void | clearEmptyGroups () |
| Columns | getColumns (boolean create) |
| Rows | getRows (boolean create) |
| Foot | getFoot (boolean create) |
| Foot | createFoot () |
| void | exportToPdf () |
Definition at line 36 of file GroupEntityGrid.java.
| org.turro.zul.groupit.GroupEntityGrid.GroupEntityGrid | ( | ) |
Definition at line 42 of file GroupEntityGrid.java.
| void org.turro.zul.groupit.GroupEntityGrid.afterCompose | ( | ) |
| void org.turro.zul.groupit.GroupEntityGrid.reload | ( | ) |
Definition at line 58 of file GroupEntityGrid.java.


| void org.turro.zul.groupit.GroupEntityGrid.setCategory | ( | String | category | ) |
| void org.turro.zul.groupit.GroupEntityGrid.setExact | ( | boolean | exact | ) |
| void org.turro.zul.groupit.GroupEntityGrid.setGroupIt | ( | GroupIt | groupIt | ) |
Definition at line 45 of file GroupEntityGrid.java.

