Package io.jmix.bulkeditor.view
Class BulkEditViewContext<V>
java.lang.Object
io.jmix.bulkeditor.view.BulkEditViewContext<V>
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Function<List<MetaProperty>,
Map<MetaProperty, Integer>> protected final MetaClass
protected final Collection<V>
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setExclude
(String exclude) void
setFieldSorter
(Function<List<MetaProperty>, Map<MetaProperty, Integer>> fieldSorter) void
setFieldValidators
(Map<String, Validator<?>> fieldValidators) void
setIncludeProperties
(List<String> includeProperties) void
setModelValidators
(List<Validator<V>> modelValidators) void
setUseConfirmDialog
(boolean useConfirmDialog)
-
Field Details
-
metaClass
-
selectedItems
-
exclude
-
includeProperties
-
fieldValidators
-
modelValidators
-
useConfirmDialog
protected boolean useConfirmDialog -
fieldSorter
-
-
Constructor Details
-
BulkEditViewContext
-
-
Method Details
-
getMetaClass
-
getSelectedItems
-
getExclude
-
setExclude
-
getIncludeProperties
-
setIncludeProperties
-
getFieldValidators
-
setFieldValidators
-
getModelValidators
-
setModelValidators
-
isUseConfirmDialog
public boolean isUseConfirmDialog() -
setUseConfirmDialog
public void setUseConfirmDialog(boolean useConfirmDialog) -
getFieldSorter
-
setFieldSorter
public void setFieldSorter(@Nullable Function<List<MetaProperty>, Map<MetaProperty, Integer>> fieldSorter)
-