

Public Member Functions | |
| Date | getFrom () |
| void | setFrom (Date from) |
| IProduct | getIProduct () |
| void | setIProduct (IProduct product) |
| Date | getTo () |
| void | setTo (Date to) |
| Contract | getStore () |
| void | setStore (Contract store) |
| void | refreshRows () |
| 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 37 of file MovementGrid.java.
| void org.turro.financials.product.MovementGrid.afterCompose | ( | ) |
Definition at line 83 of file MovementGrid.java.
| Date org.turro.financials.product.MovementGrid.getFrom | ( | ) |
Definition at line 43 of file MovementGrid.java.
| IProduct org.turro.financials.product.MovementGrid.getIProduct | ( | ) |
Definition at line 51 of file MovementGrid.java.
| Contract org.turro.financials.product.MovementGrid.getStore | ( | ) |
Definition at line 69 of file MovementGrid.java.
| Date org.turro.financials.product.MovementGrid.getTo | ( | ) |
Definition at line 61 of file MovementGrid.java.
| void org.turro.financials.product.MovementGrid.refreshRows | ( | ) |
| void org.turro.financials.product.MovementGrid.setFrom | ( | Date | from | ) |
Definition at line 47 of file MovementGrid.java.
| void org.turro.financials.product.MovementGrid.setIProduct | ( | IProduct | product | ) |
Definition at line 55 of file MovementGrid.java.
| void org.turro.financials.product.MovementGrid.setStore | ( | Contract | store | ) |
Definition at line 73 of file MovementGrid.java.
| void org.turro.financials.product.MovementGrid.setTo | ( | Date | to | ) |
Definition at line 65 of file MovementGrid.java.