Package io.jmix.flowui
Class FlowuiProperties
java.lang.Object
io.jmix.flowui.FlowuiProperties
@ConfigurationProperties(prefix="jmix.flowui")
@ConstructorBinding
public class FlowuiProperties
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getEntityMaxFetchSize
(String entityName) int
getEntityPageSize
(String entityName) boolean
-
Constructor Details
-
FlowuiProperties
public FlowuiProperties(@DefaultValue("login") String loginViewId, @DefaultValue("main") String mainViewId, @DefaultValue("true") boolean compositeMenu, @DefaultValue("10000") Integer defaultMaxFetchSize, @Nullable Map<String, Integer> entityMaxFetchSize, @DefaultValue("50") Integer defaultPageSize, @Nullable Map<String, Integer> entityPageSize)
-
-
Method Details
-
getLoginViewId
- See Also:
-
loginViewId
-
getMainViewId
- See Also:
-
mainViewId
-
isCompositeMenu
public boolean isCompositeMenu()- See Also:
-
compositeMenu
-
getDefaultMaxFetchSize
public int getDefaultMaxFetchSize() -
getEntityMaxFetchSize
-
getDefaultPageSize
public int getDefaultPageSize() -
getEntityPageSize
-