Public Member Functions | |
CollectionGrid () | |
CollectionGrid (Collection< V > collection) | |
Collection< V > | getCollection () |
void | setCollection (Collection< V > collection) |
void | updateCollection (Collection< V > collection) |
Row | getDependingRow () |
void | setDependingRow (Row dependingRow) |
void | clearTable () |
void | deleteSelectedRow (Row row) |
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 | 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 | 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 | cellChanged (EditableCell editableCell, Object value) |
void | rowChanged (Row row) |
boolean | filterValue (V v) |
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) |
boolean | isCellValid (EditableCell editableCell, Object value) |
boolean | canDeleteRow (Row row) |
boolean | canEditRow (Row row) |
abstract void | initiateRow (Row row, V value) |
abstract boolean | deleteRow (Row row) |
abstract boolean | isValid (V v) |
Protected Attributes | |
Row | dependingRow |
Protected Attributes inherited from org.turro.zkoss.grid.EditableGrid< V > | |
EditableCell | currentCell |
String | ctrlKeys |
Row | lastRow |
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 |
<V> |
Definition at line 30 of file CollectionGrid.java.
Definition at line 35 of file CollectionGrid.java.
org.turro.zkoss.grid.CollectionGrid< V >.CollectionGrid | ( | Collection< V > | collection | ) |
Definition at line 39 of file CollectionGrid.java.
void org.turro.zkoss.grid.CollectionGrid< V >.afterCompose | ( | ) |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Reimplemented in org.turro.contacts.form.RelationGrid, org.turro.contacts.form.ConnectorGrid, org.turro.contacts.form.CommentsGrid, org.turro.contacts.form.AddressGrid, org.turro.financials.register.StatementGrid, org.turro.financials.register.MultiRegisterGrid, org.turro.financials.register.EntriesGrid, org.turro.financials.product.ProductContractorGrid, org.turro.financials.portfolio.PortfolioDisagreementsGrid, org.turro.financials.payroll.PayrollExpiriesGrid, org.turro.financials.document.DocumentRegisterView, org.turro.financials.document.DocumentRegistersGrid, org.turro.financials.document.DocumentLinesGrid, org.turro.financials.document.DocumentExpiriesGrid, org.turro.financials.document.DocumentAmountsGrid, org.turro.financials.contract.ContractDisagreementsGrid, org.turro.erp.task.usage.UsageGrid, and org.turro.erp.task.usage.ReceiptGrid.
Definition at line 95 of file CollectionGrid.java.
|
protected |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Reimplemented in org.turro.financials.register.MultiRegisterGrid, org.turro.financials.product.ProductContractorGrid, org.turro.financials.payroll.PayrollExpiriesGrid, org.turro.financials.document.DocumentLinesGrid, org.turro.financials.document.DocumentExpiriesGrid, and org.turro.erp.purchase.HoursGrid.
Definition at line 81 of file CollectionGrid.java.
void org.turro.zkoss.grid.CollectionGrid< V >.clearTable | ( | ) |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Definition at line 67 of file CollectionGrid.java.
void org.turro.zkoss.grid.CollectionGrid< V >.deleteSelectedRow | ( | Row | row | ) |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Definition at line 75 of file CollectionGrid.java.
|
protected |
Definition at line 105 of file CollectionGrid.java.
Collection<V> org.turro.zkoss.grid.CollectionGrid< V >.getCollection | ( | ) |
Row org.turro.zkoss.grid.CollectionGrid< V >.getDependingRow | ( | ) |
|
protected |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Reimplemented in org.turro.dossier.zul.issue.IssueParticipantGrid, org.turro.financials.register.MultiRegisterGrid, and org.turro.erp.reference.BreakdownGrid.
Definition at line 101 of file CollectionGrid.java.
void org.turro.zkoss.grid.CollectionGrid< V >.setCollection | ( | Collection< V > | collection | ) |
void org.turro.zkoss.grid.CollectionGrid< V >.setDependingRow | ( | Row | dependingRow | ) |
Definition at line 62 of file CollectionGrid.java.
void org.turro.zkoss.grid.CollectionGrid< V >.updateCollection | ( | Collection< V > | collection | ) |
Definition at line 52 of file CollectionGrid.java.
|
protected |
Definition at line 33 of file CollectionGrid.java.