

Public Member Functions | |
| SaleActionGrid () | |
| void | setSaleProspect (SaleProspect saleProspect) |
| void | setFrom (Date from) |
| void | setTo (Date to) |
| void | refresh () |
| 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 16 of file SaleActionGrid.java.
| org.turro.crm.zul.sale.SaleActionGrid.SaleActionGrid | ( | ) |
Definition at line 21 of file SaleActionGrid.java.
| void org.turro.crm.zul.sale.SaleActionGrid.afterCompose | ( | ) |
| void org.turro.crm.zul.sale.SaleActionGrid.refresh | ( | ) |
Definition at line 36 of file SaleActionGrid.java.


| void org.turro.crm.zul.sale.SaleActionGrid.setFrom | ( | Date | from | ) |
| void org.turro.crm.zul.sale.SaleActionGrid.setSaleProspect | ( | SaleProspect | saleProspect | ) |
| void org.turro.crm.zul.sale.SaleActionGrid.setTo | ( | Date | to | ) |