

Public Member Functions | |
| JpaGrid (Dao dao, String query, boolean autoSave) | |
| boolean | isAutoSave () |
| void | setAutoSave (boolean autoSave) |
| Dao | getDao () |
| void | setDao (Dao dao) |
| String | getQuery () |
| void | setQuery (String query) |
| void | save () |
| void | afterCompose () |
Public Member Functions inherited from org.turro.zkoss.grid.EditableGrid< V > | |
| EditableGrid () | |
| boolean | isAllowDeletions () |
| void | setAllowDeletions (boolean allowDeletions) |
| boolean | isAllowInsertions () |
| void | setAllowInsertions (boolean allowInsertions) |
| EditableCell | getCurrentCell () |
| Row | getLastRow () |
| boolean | isReadOnly () |
| void | setReadOnly (boolean readOnly) |
| boolean | isSelectInput () |
| void | setSelectInput (boolean selectInput) |
| boolean | isShowZeros () |
| void | setShowZeros (boolean showZeros) |
| void | clearTable () |
| void | clearFoot () |
| void | clearRows () |
| void | clearValidRows () |
| void | clearColumns () |
| List< V > | getValues () |
| List< V > | getAllValues () |
| EventListener | getEditListener () |
| EventListener | getNextListener () |
| EventListener | getKeyListener () |
| EventListener | getBlurListener () |
| EventListener | getCancelListener () |
| void | processEdition (EditableCell editableCell) |
| void | cancelEdition () |
| HtmlBasedComponent | getEditor (EditableCell editableCell) |
| Row | appendValue () |
| Row | addNewRow () |
| void | deleteSelectedRow (final Row row) |
| void | insertInSelectedRow (Row row) |
| Column | getEditableColumn (int cellIndex) |
| void | updateRow (Row row) |
| void | updateRows () |
| EditableColumn | addColumn (String label, Class javaClass, String property, String format, int scale, boolean onlyDate, boolean readOnly) |
| EditableColumn | addColumn (String label, String javaClass, String property, String format, int scale, boolean onlyDate, boolean readOnly) throws ClassNotFoundException |
| EditableColumn | addColumn (String image, String tooltip, Class javaClass, String property, String format, int scale, boolean onlyDate, boolean readOnly) |
| EditableColumn | addColumn (String image, String tooltip, String javaClass, String property, String format, int scale, boolean onlyDate, boolean readOnly) throws ClassNotFoundException |
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 | clearEmptyGroups () |
| Columns | getColumns (boolean create) |
| Rows | getRows (boolean create) |
| Foot | getFoot (boolean create) |
| Foot | createFoot () |
| void | exportToPdf () |
Protected Member Functions | |
| void | rowChanged (Row row) |
| boolean | deleteRow (Row row) |
Protected Member Functions inherited from org.turro.zkoss.grid.EditableGrid< V > | |
| Object | getCellValue (EditableCell editableCell) |
| Object | getEditorValue (EditableCell editableCell) |
| void | setCellValue (EditableCell editableCell, Object value) |
| String | formatCell (EditableCell editableCell, Object value) |
| HtmlBasedComponent | createEditor (EditableCell editableCell) |
| HtmlBasedComponent | createRenderer (EditableCell editableCell) |
| void | cellChanged (EditableCell editableCell, Object value) |
| boolean | isCellValid (EditableCell editableCell, Object value) |
| boolean | canDeleteRow (Row row) |
| boolean | canEditRow (Row row) |
| abstract void | initiateRow (Row row, V value) |
| abstract boolean | isValid (V v) |
Additional Inherited Members | |
Public Attributes inherited from org.turro.zkoss.grid.EditableGrid< V > | |
| EditEventListener | editListener |
| NextEventListener | nextListener |
| KeyEventListener | keyListener |
| CancelEventListener | cancelListener |
| BlurEventListener | blurListener |
| boolean | allowInsertions |
Protected Attributes inherited from org.turro.zkoss.grid.EditableGrid< V > | |
| EditableCell | currentCell |
| String | ctrlKeys |
| Row | lastRow |
Definition at line 31 of file JpaGrid.java.
| org.turro.jpa.grid.JpaGrid< V >.JpaGrid | ( | Dao | dao, |
| String | query, | ||
| boolean | autoSave | ||
| ) |
Definition at line 37 of file JpaGrid.java.
| void org.turro.jpa.grid.JpaGrid< V >.afterCompose | ( | ) |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Definition at line 77 of file JpaGrid.java.
|
protected |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Reimplemented in org.turro.crm.zul.sector.TechnologyGrid, and org.turro.crm.zul.sector.ActivitySectorGrid.
Definition at line 91 of file JpaGrid.java.
| Dao org.turro.jpa.grid.JpaGrid< V >.getDao | ( | ) |
| String org.turro.jpa.grid.JpaGrid< V >.getQuery | ( | ) |
Definition at line 60 of file JpaGrid.java.
| boolean org.turro.jpa.grid.JpaGrid< V >.isAutoSave | ( | ) |
Definition at line 44 of file JpaGrid.java.
|
protected |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Reimplemented in org.turro.financials.linetype.LineTypeGrid.
Definition at line 83 of file JpaGrid.java.

| void org.turro.jpa.grid.JpaGrid< V >.save | ( | ) |
Reimplemented in org.turro.financials.business.CompanyGrid.
Definition at line 68 of file JpaGrid.java.

| void org.turro.jpa.grid.JpaGrid< V >.setAutoSave | ( | boolean | autoSave | ) |
Definition at line 48 of file JpaGrid.java.
| void org.turro.jpa.grid.JpaGrid< V >.setDao | ( | Dao | dao | ) |
Definition at line 56 of file JpaGrid.java.
| void org.turro.jpa.grid.JpaGrid< V >.setQuery | ( | String | query | ) |
Definition at line 64 of file JpaGrid.java.