Package io.jmix.flowui
Class UiViewProperties
java.lang.Object
io.jmix.flowui.UiViewProperties
- 
Constructor SummaryConstructorsConstructorDescriptionUiViewProperties(String closeShortcut, String saveShortcut, boolean createActionAddsFirst, boolean useSaveConfirmation, String validationNotificationType, String validationNotificationPosition, Integer validationNotificationDuration, boolean reloadUnfetchedAttributesFromLookupViews, boolean preventBrowserTabClosing) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbooleanbooleanboolean
- 
Constructor Details- 
UiViewPropertiespublic UiViewProperties(String closeShortcut, String saveShortcut, @DefaultValue("true") boolean createActionAddsFirst, @DefaultValue("true") boolean useSaveConfirmation, @DefaultValue("DEFAULT") String validationNotificationType, @DefaultValue("BOTTOM_END") String validationNotificationPosition, @DefaultValue("3000") Integer validationNotificationDuration, @DefaultValue("true") boolean reloadUnfetchedAttributesFromLookupViews, @DefaultValue("false") boolean preventBrowserTabClosing) 
 
- 
- 
Method Details- 
getCloseShortcut
- 
getSaveShortcut
- 
isCreateActionAddsFirstpublic boolean isCreateActionAddsFirst()
- 
isUseSaveConfirmationpublic boolean isUseSaveConfirmation()
- 
getValidationNotificationType- See Also:
- 
- validationNotificationType
 
 
- 
getValidationNotificationPosition- See Also:
- 
- validationNotificationPosition
 
 
- 
getValidationNotificationDuration- See Also:
- 
- validationNotificationDuration
 
 
- 
isReloadUnfetchedAttributesFromLookupViewspublic boolean isReloadUnfetchedAttributesFromLookupViews()- See Also:
- 
- reloadUnfetchedAttributesFromLookupViews
 
 
- 
isPreventBrowserTabClosingpublic boolean isPreventBrowserTabClosing()- See Also:
- 
- preventBrowserTabClosing
 
 
 
-