UI Properties

Common

jmix.ui.composite-menu

Specifies whether the menu is built with menu items from installed add-ons.

When set to true, the menu will include both the items from menu.xml of the application and the items from menu.xml of each installed add-on that has such file.

When set to false, the menu will only include those items that you add to the application’s menu.xml.

Studio Menu Designer helps managing the menu structure for both modes.

Default value: true.

jmix.ui.default-max-fetch-size

Specifies the default maximum number of entity instances that can be loaded to the UI layer.

Default value: 10000

jmix.ui.default-page-size

Specifies the default number of items on the page for the simplePagination component.

Default value: 50

jmix.ui.entity-max-fetch-size

Specifies the default maximum number of entity instances that can be loaded to the UI layer for a particular entity.

The following example configures the maximum fetch size for two entities. For all other entities the value from jmix.ui.default-max-fetch-size is used.

jmix.ui.entity-max-fetch-size.Product = 500
jmix.ui.entity-max-fetch-size.Customer = 1000

jmix.ui.entity-page-size

Specifies the default page size for the simplePagination components for a particular entity.

The following example configures the page size for two entities. For all other entities the default value from jmix.ui.default-page-size is used.

jmix.ui.entity-page-size.Product = 100
jmix.ui.entity-page-size.Customer = 500

jmix.ui.main-view-id

The identifier of a view to be used as the main page of the application.

Default value: main.

jmix.ui.menu-config

Specifies the path to the menu.xml file. The file is loaded using the Resources interface, so it can be located in classpath or in the configuration directory.

For example:

jmix.ui.menu-config = ui/ex2/menu.xml

jmix.ui.login-view-id

The identifier of a view to be used as the login page of the application.

Default value: login.

jmix.ui.save-exported-byte-array-data-threshold-bytes

Specifies the threshold, in bytes, on which downloaded through ByteArrayDownloadDataProvider byte arrays will be saved to temporary files to prevent HTTP session memory leaks.

Default value: 102400

jmix.ui.use-session-fixation-protection

Specifies whether the session is reinitialized after login to protect against session fixation attacks.

Default value: true

jmix.ui.view-file-extensions

For the Downloader bean, specifies the list of file extensions to be shown in the web browser tab instead of downloading them automatically.

Default value: [htm, html, jpg, png, jpeg, pdf]

jmix.ui.view.close-shortcut

Defines the keyboard shortcut that is used to close the current view.

jmix.ui.view.save-shortcut

Defines the keyboard shortcut that is used to save changes.

jmix.ui.view.create-action-adds-first

Specifies whether an entity created in the dialog window is added to the beginning of the list instead of to the end.

Default value: true

jmix.ui.view.reload-unfetched-attributes-from-lookup-views

Specifies whether LookupBuilder will reload an entity after it is selected from lookup window if the selected entity doesn’t contain all required entity attributes.

Default value: true

jmix.ui.view.use-save-confirmation

Determines what options are shown in the confirmation dialog when closing an entity detail view with unsaved changes in DataContext. Depending on this property, the entity detail view invokes either showSaveConfirmationDialog() or showUnsavedChangesDialog() methods of the ViewValidation bean.

If set to true, the dialog contains three options: Save, Don’t save, Cancel.

If set to false, the dialog contains only two options: Yes to close without saving, and No to stay and continue editing.

Default value: true.

jmix.ui.view.validation-notification-duration

Defines the duration, in milliseconds, to show the view validation error notifications.

Default value: 3000

jmix.ui.view.validation-notification-position

Sets the validation notifications position on the page. Possible values: TOP_STRETCH, TOP_START, TOP_CENTER, TOP_END, MIDDLE, BOTTOM_START, BOTTOM_CENTER, BOTTOM_END, BOTTOM_STRETCH.

Default value: BOTTOM_END

jmix.ui.view.validation-notification-type

Specifies standard view validation error notifications variant. Accepts one of the Notifications.Type enum values: DEFAULT, ERROR, SUCCESS, SYSTEM, WARNING.

Default value: DEFAULT

jmix.ui.navigation.use-crockford-uuid-encoder

Specifies whether Base32 Crockford Encoding is used for encoding/decoding of UUID URL parameters.

Default value: false

Components

jmix.ui.component.default-notification-duration

Specifies the duration, in milliseconds, for which a notification is displayed.

Default value: 3000

jmix.ui.component.default-notification-position

Specifies the default notification position on the page. Possible values: TOP_STRETCH, TOP_START, TOP_CENTER, TOP_END, MIDDLE, BOTTOM_START, BOTTOM_CENTER, BOTTOM_END, BOTTOM_STRETCH.

Default value: MIDDLE

jmix.ui.component.filter-auto-apply

When set to true, configures genericFilter components to work in the immediate mode when every change of parameters automatically reloads data.

When set to false, reload occurs only after the Refresh button is clicked.

This property can be overridden for a particular genericFilter component using its autoApply XML attribute.

Default value: true

jmix.ui.component.filter-properties-hierarchy-depth

Defines the properties hierarchy depth in the Add Condition editor in genericFilter. For example, if the depth value is 2, then you can select an entity attribute contractor.city.country, if the value is 3, then contractor.city.country.name, etc.

Default value: 2

jmix.ui.component.filter-show-configuration-id-field

Specifies whether the configuration id field is visible in the genericFilter’s configuration details dialog.

Default value: false

jmix.ui.component.grid-add-shortcut

Defines the keyboard shortcut that is used to execute list_add action.

jmix.ui.component.grid-create-shortcut

Defines the keyboard shortcut that is used to execute list_create action.

jmix.ui.component.grid-edit-shortcut

Defines the keyboard shortcut that is used to execute list_edit action.

Default value: ENTER

jmix.ui.component.grid-read-shortcut

Defines the keyboard shortcut that is used to execute list_read action.

Default value: ENTER

jmix.ui.component.grid-remove-shortcut

Defines the keyboard shortcut that is used to execute list_remove action.

jmix.ui.component.pagination-items-per-page-items

Specifies the options for number of items per page in the simplePagination component.

To configure a custom list of options for a concrete instance of simplePagination, use the itemsPerPageItems XML attribute.

Default value: [20, 50, 100, 500, 1000, 5000]

jmix.ui.component.picker-clear-shortcut

Defines the keyboard shortcut that is used to clear input of a picker component.

jmix.ui.component.picker-lookup-shortcut

Defines the keyboard shortcut that is used to open a lookup view for a picker component.

jmix.ui.component.picker-open-shortcut

Defines the keyboard shortcut that is used to open a detail view for the entity selected in a picker component.

Background Tasks

jmix.ui.background-task.task-killing-latency

Specifies the timeout after which background tasks that do not update their status are killed (task’s timeout plus latency timeout). If the duration suffix (ns, us, ms, s, m, h and d for nanoseconds, microseconds, milliseconds, seconds, minutes, hours, and days, respectively) is not specified, seconds will be used.

Default value: 60

jmix.ui.background-task.threads-count

Specifies the number of threads for executing background tasks.

Default value: 10

jmix.ui.background-task.timeout-expiration-check-interval

Specifies the interval at which the expiration of the background task is checked. If the duration suffix (ns, us, ms, s, m, h and d for nanoseconds, microseconds, milliseconds, seconds, minutes, hours, and days, respectively) is not specified, milliseconds will be used.

Default value: 5000