

Public Member Functions | |
| void | setFromDate (Date fromDate) |
| void | setToDate (Date toDate) |
| void | refresh () |
Public Member Functions inherited from org.turro.zkoss.layout.GridLayout | |
| GridLayout () | |
| GridLayout (int columns) | |
| GridLayout (String hflexs) | |
| void | setColumns (int columns) |
| void | setColumns (String hflexs) |
| void | setColCaptions (String captions) |
| void | setColCaptions (String[] captions) |
| void | clearRows () |
| GridLayout | addGroup (String title, boolean open) |
| GridLayout | addRow () |
| GridLayout | insertBeforeRow (Row row) |
| GridLayout | addCaption (String label) |
| GridLayout | addValue (String value) |
| GridLayout | addBoldValue (String value) |
| GridLayout | addComponent (HtmlBasedComponent comp) |
| GridLayout | addSpannedComponent (HtmlBasedComponent comp, int cols) |
| GridLayout | addRowSpannedComponent (HtmlBasedComponent comp, int rows) |
| GridLayout | addSpace () |
| Row | getCurrentRow () |
| Rows | getRows (boolean create) |
| Object | getData () |
| void | setData (Object data) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.zkoss.layout.GridLayout | |
| Row | currentRow |
Definition at line 35 of file m111/ModelGrid.java.
| void org.turro.financials.treasury.m111.ModelGrid.refresh | ( | ) |
Definition at line 48 of file m111/ModelGrid.java.

| void org.turro.financials.treasury.m111.ModelGrid.setFromDate | ( | Date | fromDate | ) |
Definition at line 40 of file m111/ModelGrid.java.
| void org.turro.financials.treasury.m111.ModelGrid.setToDate | ( | Date | toDate | ) |
Definition at line 44 of file m111/ModelGrid.java.