Package io.jmix.flowui
Class UiProperties
java.lang.Object
io.jmix.flowui.UiProperties
- 
Constructor SummaryConstructorsConstructorDescriptionUiProperties(String loginViewId, String mainViewId, String defaultViewId, boolean compositeMenu, Integer defaultMaxFetchSize, Map<String, Integer> entityMaxFetchSize, Integer defaultPageSize, Map<String, Integer> entityPageSize, List<String> viewFileExtensions, int saveExportedByteArrayDataThresholdBytes, boolean useSessionFixationProtection, boolean websocketRequestSecurityContextProvided) 
- 
Method SummaryModifier and TypeMethodDescriptionintintintgetEntityMaxFetchSize(String entityName) intgetEntityPageSize(String entityName) intbooleanbooleanboolean
- 
Constructor Details- 
UiPropertiespublic UiProperties(@DefaultValue("login") String loginViewId, @DefaultValue("main") String mainViewId, @Nullable String defaultViewId, @DefaultValue("true") boolean compositeMenu, @DefaultValue("10000") Integer defaultMaxFetchSize, @Nullable Map<String, Integer> entityMaxFetchSize, @DefaultValue("50") Integer defaultPageSize, @Nullable Map<String, Integer> entityPageSize, @DefaultValue({"htm","html","jpg","png","jpeg","pdf"}) List<String> viewFileExtensions, @DefaultValue("102400") int saveExportedByteArrayDataThresholdBytes, @DefaultValue("true") boolean useSessionFixationProtection, @DefaultValue("false") boolean websocketRequestSecurityContextProvided) 
 
- 
- 
Method Details- 
getLoginViewId- See Also:
- 
- loginViewId
 
 
- 
getMainViewId- See Also:
- 
- mainViewId
 
 
- 
getDefaultViewId- See Also:
- 
- defaultViewId
 
 
- 
isCompositeMenupublic boolean isCompositeMenu()- See Also:
- 
- compositeMenu
 
 
- 
getDefaultMaxFetchSizepublic int getDefaultMaxFetchSize()
- 
getEntityMaxFetchSize
- 
getDefaultPageSizepublic int getDefaultPageSize()
- 
getEntityPageSize
- 
getViewFileExtensions- See Also:
- 
- viewFileExtensions
 
 
- 
getSaveExportedByteArrayDataThresholdBytespublic int getSaveExportedByteArrayDataThresholdBytes()- See Also:
- 
- saveExportedByteArrayDataThresholdBytes
 
 
- 
isUseSessionFixationProtectionpublic boolean isUseSessionFixationProtection()- See Also:
- 
- useSessionFixationProtection
 
 
- 
isWebsocketRequestSecurityContextProvidedpublic boolean isWebsocketRequestSecurityContextProvided()- See Also:
- 
- websocketRequestSecurityContextProvided
 
 
 
-