Package io.jmix.ui
Class UiComponentProperties
java.lang.Object
io.jmix.ui.UiComponentProperties
@ConfigurationProperties(prefix="jmix.ui.component")
@ConstructorBinding
public class UiComponentProperties
extends Object
- 
Constructor SummaryConstructorsConstructorDescriptionUiComponentProperties(boolean htmlSanitizerEnabled, int uploadFieldMaxUploadSizeMb, String tableInsertShortcut, String tableAddShortcut, String tableRemoveShortcut, String tableEditShortcut, String tableViewShortcut, int tablePageLength, double tableCacheRate, boolean groupTableSortOnGroupEnabled, String pickerShortcutModifiers, String pickerLookupShortcut, String pickerOpenShortcut, String pickerClearShortcut, int comboBoxPageLength, String mainTabSheetNextTabShortcut, String mainTabSheetPreviousTabShortcut, MainTabSheetMode mainTabSheetMode, ManagedMainTabSheetMode managedMainTabSheetMode, List<Integer> paginationItemsPerPageOptions, Map<String, String> entityFieldType, Map<String, List<String>> entityFieldActions, boolean filterAutoApply, String filterApplyShortcut, int filterPropertiesHierarchyDepth, int filterColumnsCount, boolean filterShowConfigurationIdField, boolean filterConfigurationUniqueNamesEnabled) 
- 
Method SummaryModifier and TypeMethodDescriptionintintintdoubleintintbooleanbooleanbooleanbooleanboolean
- 
Constructor Details- 
UiComponentPropertiespublic UiComponentProperties(@DefaultValue("true") boolean htmlSanitizerEnabled, @DefaultValue("20") int uploadFieldMaxUploadSizeMb, @DefaultValue("CTRL-BACKSLASH") String tableInsertShortcut, @DefaultValue("CTRL-ALT-BACKSLASH") String tableAddShortcut, @DefaultValue("CTRL-DELETE") String tableRemoveShortcut, @DefaultValue("ENTER") String tableEditShortcut, @DefaultValue("ENTER") String tableViewShortcut, @DefaultValue("15") int tablePageLength, @DefaultValue("2") double tableCacheRate, @DefaultValue("true") boolean groupTableSortOnGroupEnabled, @DefaultValue("CTRL-ALT") String pickerShortcutModifiers, @DefaultValue("CTRL-ALT-L") String pickerLookupShortcut, @DefaultValue("CTRL-ALT-O") String pickerOpenShortcut, @DefaultValue("CTRL-ALT-C") String pickerClearShortcut, @DefaultValue("10") int comboBoxPageLength, @DefaultValue("CTRL-SHIFT-PAGE_DOWN") String mainTabSheetNextTabShortcut, @DefaultValue("CTRL-SHIFT-PAGE_UP") String mainTabSheetPreviousTabShortcut, @DefaultValue("DEFAULT") MainTabSheetMode mainTabSheetMode, @DefaultValue("HIDE_TABS") ManagedMainTabSheetMode managedMainTabSheetMode, @DefaultValue({"20","50","100","500","1000","5000"}) List<Integer> paginationItemsPerPageOptions, @Nullable Map<String, String> entityFieldType, @Nullable Map<String, List<String>> entityFieldActions, @DefaultValue("true") boolean filterAutoApply, @DefaultValue("SHIFT-ENTER") String filterApplyShortcut, @DefaultValue("2") int filterPropertiesHierarchyDepth, @DefaultValue("3") int filterColumnsCount, @DefaultValue("false") boolean filterShowConfigurationIdField, @DefaultValue("true") boolean filterConfigurationUniqueNamesEnabled) 
 
- 
- 
Method Details- 
getUploadFieldMaxUploadSizeMbpublic int getUploadFieldMaxUploadSizeMb()
- 
getTableInsertShortcut
- 
getTableAddShortcut
- 
getTableRemoveShortcut
- 
getTableEditShortcut
- 
getTableViewShortcut
- 
getMainTabSheetNextTabShortcut
- 
getMainTabSheetPreviousTabShortcut
- 
getPickerShortcutModifiers
- 
getPickerLookupShortcut
- 
getPickerOpenShortcut
- 
getPickerClearShortcut
- 
getComboBoxPageLengthpublic int getComboBoxPageLength()- See Also:
- 
- comboBoxPageLength
 
 
- 
getTablePageLengthpublic int getTablePageLength()- See Also:
- 
- tablePageLength
 
 
- 
getTableCacheRatepublic double getTableCacheRate()- See Also:
- 
- tableCacheRate
 
 
- 
isGroupTableSortOnGroupEnabledpublic boolean isGroupTableSortOnGroupEnabled()- See Also:
- 
- groupTableSortOnGroupEnabled
 
 
- 
getMainTabSheetMode- See Also:
- 
- mainTabSheetMode
 
 
- 
getManagedMainTabSheetMode- See Also:
- 
- managedMainTabSheetMode
 
 
- 
isHtmlSanitizerEnabledpublic boolean isHtmlSanitizerEnabled()- See Also:
- 
- htmlSanitizerEnabled
 
 
- 
getPaginationItemsPerPageOptions- See Also:
- 
- paginationItemsPerPageOptions
 
 
- 
getEntityFieldType
- 
getEntityFieldActions
- 
isFilterAutoApplypublic boolean isFilterAutoApply()- See Also:
- 
- filterAutoApply
 
 
- 
getFilterApplyShortcut- See Also:
- 
- filterApplyShortcut
 
 
- 
getFilterPropertiesHierarchyDepthpublic int getFilterPropertiesHierarchyDepth()- See Also:
- 
- filterPropertiesHierarchyDepth
 
 
- 
getFilterColumnsCountpublic int getFilterColumnsCount()- See Also:
- 
- filterColumnsCount
 
 
- 
isFilterShowConfigurationIdFieldpublic boolean isFilterShowConfigurationIdField()- See Also:
- 
- filterShowConfigurationIdField
 
 
- 
isFilterConfigurationUniqueNamesEnabledpublic boolean isFilterConfigurationUniqueNamesEnabled()- See Also:
- 
- filterConfigurationUniqueNamesEnabled
 
 
 
-