Skip to content

0.18.12

Compare
Choose a tag to compare
@bjorndarri bjorndarri released this 04 Sep 10:02
· 432 commits to main since this release

Changes

is.codion.swing.common.ui

  • AbstractComponentBuilder bug fixed, now sets the initial component value only if an initialValue has been set, otherwise model based components (List, ComboBox etc.) clear the initial model state.
  • ComponentBuilder.clear() removed, AbstractComponentBuilder now always creates the associated ComponentValue, related refactoring.
  • AbstractComponentBuilder now adds the associated ComponentValue as a client property on the resulting component.
  • FilterTableCellRenderer.Settings.selectionBackgroundColor() and backgroundShaded() bug fixed alternate row coloring now correct.
  • FilterTableCellRenderer.Settings.alternateRowColor() renamed alternateRow(), now static.

is.codion.swing.framework.ui

  • EntityPanel.createControlPanel() toggle button type now the default BUTTON.
  • EntityPanel, overridable controlComponent() replaced with Config.controlComponent().
  • EntityPanel, overridable editBasePanel() replaced with Config.editBasePanel().
  • EntityTableCellRendererBuilder.EntitySettings.backgroundColorShaded() bug fixed, alternate row coloring now correct.