You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PlatformLookAndFeelProvider added, related refactoring.
LookAndFeelSelectionDialogBuilder.includePlatformLookAndFeels() added along with INCLUDE_PLATFORM_LOOK_AND_FEELS, for excluding platform look and feels from the selection if auxiliary ones are available.
Components.textField() no longer forwards call to NumberField in case of numerical values.
ColumnConditionPanel.FieldFactory.createLowerField() and createUpperField() now with default implementations.
TransferFocusOnEnter.forwardAction() and backwardAction() removed, transfer focus actions now singletons.
ColumnConditionPanel.FieldFactory refactored and renamed ComponentFactory, related renaming and refactoring.
ConditionPanel.condition() renamed model(), related renaming.
is.codion.swing.framework.model
EntityComboBoxModel.entityType() replaced with entityDefinition().
is.codion.swing.framework.ui
EntityComponents.textField() now forwards call to NumberField in case of numerical attributes.
EntityComponents.textField() now creates an non-focusable, read only text field for item based attributes.
EntitySearchField.selectorFactory now final, selectorFactory() removed.
EntitySearchField.searchIndicator now final, searchIndicator() removed.
EntityComponents.supports() removed, unused.
EntitySearchField now displays the selected entities in a multiline tooltip instead of the model description.
EntitySearchField refactored.
EntitySearchField.Build.separator() and stringFactory() added, related refactoring.
EntitySearchField.Builder.selectAllOnFocusGained() removed, related refactoring.
EntitySearchField, EntitySearchFieldPanel.MultiSelectionBuilder and SingleSelectionBuilder added along with Factory, related refactoring.