addColumn(String label, Class javaClass, String property, String format, int scale, boolean onlyDate, boolean readOnly) | org.turro.zkoss.grid.EditableGrid< V > | |
addColumn(String label, String javaClass, String property, String format, int scale, boolean onlyDate, boolean readOnly) | org.turro.zkoss.grid.EditableGrid< V > | |
addColumn(String image, String tooltip, Class javaClass, String property, String format, int scale, boolean onlyDate, boolean readOnly) | org.turro.zkoss.grid.EditableGrid< V > | |
addColumn(String image, String tooltip, String javaClass, String property, String format, int scale, boolean onlyDate, boolean readOnly) | org.turro.zkoss.grid.EditableGrid< V > | |
addDetailColumn() | org.turro.zkoss.grid.PagingGrid | |
addDetailColumn(HtmlBasedComponent caption) | org.turro.zkoss.grid.PagingGrid | |
addNewRow() | org.turro.zkoss.grid.EditableGrid< V > | |
afterCompose() | org.turro.zkoss.grid.CollectionGrid< V > | |
allowInsertions | org.turro.zkoss.grid.EditableGrid< V > | |
appendValue() | org.turro.zkoss.grid.EditableGrid< V > | |
blurListener | org.turro.zkoss.grid.EditableGrid< V > | |
cancelEdition() | org.turro.zkoss.grid.EditableGrid< V > | |
cancelListener | org.turro.zkoss.grid.EditableGrid< V > | |
canDeleteRow(Row row) | org.turro.zkoss.grid.EditableGrid< V > | protected |
canEditRow(Row row) | org.turro.zkoss.grid.EditableGrid< V > | protected |
cellChanged(EditableCell editableCell, Object value) | org.turro.zkoss.grid.CollectionGrid< V > | protected |
clearColumns() | org.turro.zkoss.grid.EditableGrid< V > | |
clearEmptyGroups() | org.turro.zkoss.grid.PagingGrid | |
clearFoot() | org.turro.zkoss.grid.EditableGrid< V > | |
clearRows() | org.turro.zkoss.grid.EditableGrid< V > | |
clearTable() | org.turro.zkoss.grid.CollectionGrid< V > | |
clearValidRows() | org.turro.zkoss.grid.EditableGrid< V > | |
CollectionGrid() | org.turro.zkoss.grid.CollectionGrid< V > | |
CollectionGrid(Collection< V > collection) | org.turro.zkoss.grid.CollectionGrid< V > | |
createEditor(EditableCell editableCell) | org.turro.financials.business.DepartmentGrid | protected |
createFoot() | org.turro.zkoss.grid.PagingGrid | |
createRenderer(EditableCell editableCell) | org.turro.zkoss.grid.EditableGrid< V > | protected |
ctrlKeys | org.turro.zkoss.grid.EditableGrid< V > | protected |
currentCell | org.turro.zkoss.grid.EditableGrid< V > | protected |
deleteRow(Row row) | org.turro.financials.business.DepartmentGrid | protected |
deleteSelectedRow(Row row) | org.turro.zkoss.grid.CollectionGrid< V > | |
DepartmentGrid(Headquarters headquarters) | org.turro.financials.business.DepartmentGrid | |
dependingRow | org.turro.zkoss.grid.CollectionGrid< V > | protected |
EditableGrid() | org.turro.zkoss.grid.EditableGrid< V > | |
editListener | org.turro.zkoss.grid.EditableGrid< V > | |
exportToPdf() | org.turro.zkoss.grid.PagingGrid | |
filterValue(V v) | org.turro.zkoss.grid.CollectionGrid< V > | protected |
formatCell(EditableCell editableCell, Object value) | org.turro.financials.business.DepartmentGrid | protected |
getAllValues() | org.turro.zkoss.grid.EditableGrid< V > | |
getBlurListener() | org.turro.zkoss.grid.EditableGrid< V > | |
getCancelListener() | org.turro.zkoss.grid.EditableGrid< V > | |
getCellValue(EditableCell editableCell) | org.turro.zkoss.grid.EditableGrid< V > | protected |
getCollection() | org.turro.zkoss.grid.CollectionGrid< V > | |
getColumns(boolean create) | org.turro.zkoss.grid.PagingGrid | |
getCurrentCell() | org.turro.zkoss.grid.EditableGrid< V > | |
getDependingRow() | org.turro.zkoss.grid.CollectionGrid< V > | |
getEditableColumn(int cellIndex) | org.turro.zkoss.grid.EditableGrid< V > | |
getEditListener() | org.turro.zkoss.grid.EditableGrid< V > | |
getEditor(EditableCell editableCell) | org.turro.zkoss.grid.EditableGrid< V > | |
getEditorValue(EditableCell editableCell) | org.turro.zkoss.grid.EditableGrid< V > | protected |
getFoot(boolean create) | org.turro.zkoss.grid.PagingGrid | |
getKeyListener() | org.turro.zkoss.grid.EditableGrid< V > | |
getLastRow() | org.turro.zkoss.grid.EditableGrid< V > | |
getMaxResults() | org.turro.zkoss.grid.PagingGrid | |
getNextListener() | org.turro.zkoss.grid.EditableGrid< V > | |
getPagingMold() | org.turro.zkoss.grid.PagingGrid | |
getRefineValue() | org.turro.zkoss.grid.PagingGrid | |
getRowCount() | org.turro.zkoss.grid.PagingGrid | |
getRows(boolean create) | org.turro.zkoss.grid.PagingGrid | |
getValues() | org.turro.zkoss.grid.EditableGrid< V > | |
getVarColumns() | org.turro.zkoss.grid.PagingGrid | |
getVarColumnsList(String defaultCols) | org.turro.zkoss.grid.PagingGrid | |
initiateRow(Row row, Department value) | org.turro.financials.business.DepartmentGrid | protected |
org::turro::zkoss::grid::CollectionGrid.initiateRow(Row row, V value) | org.turro.zkoss.grid.EditableGrid< V > | protected |
insertInSelectedRow(Row row) | org.turro.zkoss.grid.EditableGrid< V > | |
isAllowDeletions() | org.turro.zkoss.grid.EditableGrid< V > | |
isAllowInsertions() | org.turro.zkoss.grid.EditableGrid< V > | |
isCellValid(EditableCell editableCell, Object value) | org.turro.zkoss.grid.EditableGrid< V > | protected |
isDefaultBehavior() | org.turro.zkoss.grid.PagingGrid | |
isEmpty() | org.turro.zkoss.grid.PagingGrid | |
isHeadersVisible() | org.turro.zkoss.grid.PagingGrid | |
isReadOnly() | org.turro.zkoss.grid.EditableGrid< V > | |
isSelectInput() | org.turro.zkoss.grid.EditableGrid< V > | |
isShowZeros() | org.turro.zkoss.grid.EditableGrid< V > | |
isValid(Department v) | org.turro.financials.business.DepartmentGrid | protected |
org::turro::zkoss::grid::CollectionGrid.isValid(V v) | org.turro.zkoss.grid.EditableGrid< V > | protected |
keyListener | org.turro.zkoss.grid.EditableGrid< V > | |
lastRow | org.turro.zkoss.grid.EditableGrid< V > | protected |
nextListener | org.turro.zkoss.grid.EditableGrid< V > | |
openDetails() | org.turro.zkoss.grid.PagingGrid | |
processEdition(EditableCell editableCell) | org.turro.zkoss.grid.EditableGrid< V > | |
refine() | org.turro.zkoss.grid.PagingGrid | |
rowChanged(Row row) | org.turro.zkoss.grid.CollectionGrid< V > | protected |
setAllowDeletions(boolean allowDeletions) | org.turro.zkoss.grid.EditableGrid< V > | |
setAllowInsertions(boolean allowInsertions) | org.turro.zkoss.grid.EditableGrid< V > | |
setCellValue(EditableCell editableCell, Object value) | org.turro.zkoss.grid.EditableGrid< V > | protected |
setCollection(Collection< V > collection) | org.turro.zkoss.grid.CollectionGrid< V > | |
setColumns(int columns) | org.turro.zkoss.grid.PagingGrid | |
setColumns(String hflexs) | org.turro.zkoss.grid.PagingGrid | |
setDefaultBehavior(boolean defaultBehavior) | org.turro.zkoss.grid.PagingGrid | |
setDependingRow(Row dependingRow) | org.turro.zkoss.grid.CollectionGrid< V > | |
setHeadersVisible(boolean value) | org.turro.zkoss.grid.PagingGrid | |
setMaxResults(int maxResults) | org.turro.zkoss.grid.PagingGrid | |
setPagingMold(String pagingMold) | org.turro.zkoss.grid.PagingGrid | |
setReadOnly(boolean readOnly) | org.turro.zkoss.grid.EditableGrid< V > | |
setRefineValue(String value) | org.turro.zkoss.grid.PagingGrid | |
setRowCount(int rows) | org.turro.zkoss.grid.PagingGrid | |
setSelectInput(boolean selectInput) | org.turro.zkoss.grid.EditableGrid< V > | |
setShowZeros(boolean showZeros) | org.turro.zkoss.grid.EditableGrid< V > | |
setVarColumns(String varColumns) | org.turro.zkoss.grid.PagingGrid | |
updateCollection(Collection< V > collection) | org.turro.zkoss.grid.CollectionGrid< V > | |
updateRow(Row row) | org.turro.zkoss.grid.EditableGrid< V > | |
updateRows() | org.turro.zkoss.grid.EditableGrid< V > | |