public abstract class NewSupportingLazyModel<E extends EntityInterface> extends AbstractLazyModel<E>
| Constructor and Description |
|---|
NewSupportingLazyModel(Class<E> clazz) |
| Modifier and Type | Method and Description |
|---|---|
void |
setRowCount(int rowCount)
adds one to the number of rows when
AbstractEntityController.getNewEntity() is not null. |
void |
setWrappedData(Object list)
adds new entity to wrapped data, so table shows it and you are able to
change and store
|
add, addToParamBuilder, clear, convert, convertFilters, convertSortMeta, getCrudReadService, getFiltered, getFilters, getLazyController, getRowData, initParamBuilder, isCaseInsensitive, isSyntaxInvalue, isUseOr, load, load, setCaseInsensitive, setFiltered, setLazyController, setSyntaxInvalue, setUseOr, wrapStringInWildCardsgetPageSize, getRowCount, getRowData, getRowIndex, getRowKey, getWrappedData, isRowAvailable, setPageSize, setRowIndexaddDataModelListener, getDataModelListeners, iterator, removeDataModelListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic void setWrappedData(Object list)
setWrappedData in class org.primefaces.model.LazyDataModel<E extends EntityInterface>list - public void setRowCount(int rowCount)
AbstractEntityController.getNewEntity() is not null.setRowCount in class org.primefaces.model.LazyDataModel<E extends EntityInterface>rowCount - Copyright © 2018 Fryske Akademy. All rights reserved.