

Public Member Functions | |
| DocumentByContractGrid () | |
| Date | getFrom () |
| Date | getTo () |
| void | setView (RegisterView view) |
| void | setContract (Contract contract) |
| void | setFrom (Date from) |
| void | setTo (Date to) |
| void | update () |
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 44 of file DocumentByContractGrid.java.
| org.turro.financials.document.contract.DocumentByContractGrid.DocumentByContractGrid | ( | ) |
Definition at line 50 of file DocumentByContractGrid.java.
| Date org.turro.financials.document.contract.DocumentByContractGrid.getFrom | ( | ) |
Definition at line 55 of file DocumentByContractGrid.java.
| Date org.turro.financials.document.contract.DocumentByContractGrid.getTo | ( | ) |
Definition at line 59 of file DocumentByContractGrid.java.
| void org.turro.financials.document.contract.DocumentByContractGrid.setContract | ( | Contract | contract | ) |
Definition at line 67 of file DocumentByContractGrid.java.
| void org.turro.financials.document.contract.DocumentByContractGrid.setFrom | ( | Date | from | ) |
Definition at line 71 of file DocumentByContractGrid.java.
| void org.turro.financials.document.contract.DocumentByContractGrid.setTo | ( | Date | to | ) |
Definition at line 75 of file DocumentByContractGrid.java.
| void org.turro.financials.document.contract.DocumentByContractGrid.setView | ( | RegisterView | view | ) |
Definition at line 63 of file DocumentByContractGrid.java.
| void org.turro.financials.document.contract.DocumentByContractGrid.update | ( | ) |
Definition at line 79 of file DocumentByContractGrid.java.