Public Member Functions | |
MultiRegisterGrid () | |
void | setRegister (Register register) |
boolean | isAutocheck () |
void | setAutocheck (boolean autocheck) |
boolean | isRegularizeIRPF () |
void | setRegularizeIRPF (boolean regularizeIRPF) |
boolean | isRegularizeVAT () |
void | setRegularizeVAT (boolean regularizeVAT) |
void | doCheck () |
void | save (final boolean close) |
void | delete (final boolean close) |
void | loadPosibleAccounts () |
void | loadUsedAccounts () |
void | afterCompose () |
Public Member Functions inherited from org.turro.zkoss.grid.CollectionGrid< V > | |
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) |
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 | initiateRow (Row row, MultiRegisterEntry value) |
boolean | deleteRow (Row row) |
boolean | isValid (MultiRegisterEntry v) |
void | cellChanged (EditableCell editableCell, Object value) |
void | rowChanged (Row row) |
String | formatCell (EditableCell editableCell, Object value) |
HtmlBasedComponent | createEditor (EditableCell editableCell) |
Protected Member Functions inherited from org.turro.zkoss.grid.CollectionGrid< V > | |
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) |
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 | 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.CollectionGrid< V > | |
Row | dependingRow |
Protected Attributes inherited from org.turro.zkoss.grid.EditableGrid< V > | |
EditableCell | currentCell |
String | ctrlKeys |
Row | lastRow |
Definition at line 54 of file MultiRegisterGrid.java.
org.turro.financials.register.MultiRegisterGrid.MultiRegisterGrid | ( | ) |
Definition at line 61 of file MultiRegisterGrid.java.
void org.turro.financials.register.MultiRegisterGrid.afterCompose | ( | ) |
Reimplemented from org.turro.zkoss.grid.CollectionGrid< V >.
Definition at line 327 of file MultiRegisterGrid.java.
|
protected |
Reimplemented from org.turro.zkoss.grid.CollectionGrid< V >.
Definition at line 260 of file MultiRegisterGrid.java.
|
protected |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Definition at line 305 of file MultiRegisterGrid.java.
void org.turro.financials.register.MultiRegisterGrid.delete | ( | final boolean | close | ) |
|
protected |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Definition at line 246 of file MultiRegisterGrid.java.
void org.turro.financials.register.MultiRegisterGrid.doCheck | ( | ) |
Definition at line 100 of file MultiRegisterGrid.java.
|
protected |
Reimplemented from org.turro.zkoss.grid.EditableGrid< V >.
Definition at line 293 of file MultiRegisterGrid.java.
|
protected |
Definition at line 233 of file MultiRegisterGrid.java.
boolean org.turro.financials.register.MultiRegisterGrid.isAutocheck | ( | ) |
Definition at line 76 of file MultiRegisterGrid.java.
boolean org.turro.financials.register.MultiRegisterGrid.isRegularizeIRPF | ( | ) |
Definition at line 84 of file MultiRegisterGrid.java.
boolean org.turro.financials.register.MultiRegisterGrid.isRegularizeVAT | ( | ) |
Definition at line 92 of file MultiRegisterGrid.java.
|
protected |
void org.turro.financials.register.MultiRegisterGrid.loadPosibleAccounts | ( | ) |
Definition at line 198 of file MultiRegisterGrid.java.
void org.turro.financials.register.MultiRegisterGrid.loadUsedAccounts | ( | ) |
|
protected |
Reimplemented from org.turro.zkoss.grid.CollectionGrid< V >.
Definition at line 285 of file MultiRegisterGrid.java.
void org.turro.financials.register.MultiRegisterGrid.save | ( | final boolean | close | ) |
void org.turro.financials.register.MultiRegisterGrid.setAutocheck | ( | boolean | autocheck | ) |
Definition at line 80 of file MultiRegisterGrid.java.
void org.turro.financials.register.MultiRegisterGrid.setRegister | ( | Register | register | ) |
Definition at line 65 of file MultiRegisterGrid.java.
void org.turro.financials.register.MultiRegisterGrid.setRegularizeIRPF | ( | boolean | regularizeIRPF | ) |
Definition at line 88 of file MultiRegisterGrid.java.
void org.turro.financials.register.MultiRegisterGrid.setRegularizeVAT | ( | boolean | regularizeVAT | ) |
Definition at line 96 of file MultiRegisterGrid.java.