Uses of Interface
de.xima.fc.inbox.interfaces.IFormRecordWrapper
- 
Packages that use IFormRecordWrapper Package Description de.xima.fc.inbox.bean de.xima.fc.inbox.model de.xima.fc.inbox.model.lazydata  - 
- 
Uses of IFormRecordWrapper in de.xima.fc.inbox.bean
Methods in de.xima.fc.inbox.bean that return types with arguments of type IFormRecordWrapper Modifier and Type Method Description List<IFormRecordWrapper>ProcessListBean. getSelectedFormRecords()Method parameters in de.xima.fc.inbox.bean with type arguments of type IFormRecordWrapper Modifier and Type Method Description voidProcessListBean. setSelectedFormRecords(List<? extends IFormRecordWrapper> selectedFormRecords) - 
Uses of IFormRecordWrapper in de.xima.fc.inbox.model
Classes in de.xima.fc.inbox.model that implement IFormRecordWrapper Modifier and Type Class Description classAFormRecordWrapperAbstract base class for form record wrappersclassFormRecordExtendedListItemclassFormRecordListItemWrapper class for displaying form records in theclassFormRecordSelectItemWrapper class for form record selection - 
Uses of IFormRecordWrapper in de.xima.fc.inbox.model.lazydata
Methods in de.xima.fc.inbox.model.lazydata that return IFormRecordWrapper Modifier and Type Method Description IFormRecordWrapperLazyExtendedProcessListModel. getRowData(String rowKey)IFormRecordWrapperLazyProcessListModel. getRowData(String rowKey)IFormRecordWrapperLazyExtendedProcessListModel. getSelected()IFormRecordWrapperLazyProcessListModel. getSelected()Methods in de.xima.fc.inbox.model.lazydata that return types with arguments of type IFormRecordWrapper Modifier and Type Method Description List<IFormRecordWrapper>LazyExtendedProcessListModel. getAll()List<IFormRecordWrapper>LazyProcessListModel. getAll()List<IFormRecordWrapper>LazyExtendedProcessListModel. load(int first, int pageSize, Map<String,org.primefaces.model.SortMeta> sortBy, Map<String,org.primefaces.model.FilterMeta> filterBy)List<IFormRecordWrapper>LazyProcessListModel. load()List<IFormRecordWrapper>LazyProcessListModel. load(int first, int pageSize, Map<String,org.primefaces.model.SortMeta> sortMetas, Map<String,org.primefaces.model.FilterMeta> filterMetas)Methods in de.xima.fc.inbox.model.lazydata with parameters of type IFormRecordWrapper Modifier and Type Method Description StringLazyExtendedProcessListModel. getRowKey(IFormRecordWrapper item)StringLazyProcessListModel. getRowKey(IFormRecordWrapper object)voidLazyExtendedProcessListModel. setSelected(IFormRecordWrapper selected)voidLazyProcessListModel. setSelected(IFormRecordWrapper selected) 
 -