Uses of Interface
is.codion.common.version.Version
Packages that use Version
Package
Description
RMI client related classes.
RMI server related classes.
See
Version
.Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
Package configuration values:
EntityApplicationModel.USERNAME_PREFIX
EntityApplicationModel.SAVE_DEFAULT_USERNAME
EntityEditModel.POST_EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.HANDLE_EDIT_EVENTS
EntityTableModel.ORDER_QUERY_BY_SORT_ORDER
ForeignKeyModelLink.SET_CONDITION_ON_INSERT
ForeignKeyModelLink.SET_VALUE_ON_INSERT
ForeignKeyModelLink.REFRESH_ON_SELECTION
ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
EntitySearchModel.DEFAULT_LIMIT
Package configuration values:
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.SHOW_STARTUP_DIALOG
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.USER_PREFERENCES_ENABLED
EntityApplicationPanel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationPanel.CALL_SYSTEM_EXIT
EntityEditComponentPanel.VALID_INDICATOR
EntityEditComponentPanel.MODIFIED_INDICATOR
EntityEditComponentPanel.DEFAULT_TEXT_FIELD_COLUMNS
EntityEditPanel.Config.USE_SAVE_CAPTION
EntityEditPanel.Config.USE_FOCUS_ACTIVATION
EntityEditPanel.Config.INCLUDE_ENTITY_MENU
EntityEditPanel.Config.MODIFIED_WARNING
EntityPanel.Config.USE_KEYBOARD_NAVIGATION
EntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPE
EntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROL
EntityPanel.Config.TOOLBAR_CONTROLS
EntityPanel.Config.CONTROL_PANEL_CONSTRAINTS
EntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTS
EntityPanel.Config.WINDOW_TYPE
EntityTablePanel.Config.EXCLUDE_HIDDEN_COLUMNS
EntityTablePanel.Config.CONDITION_VIEW
EntityTablePanel.Config.FILTER_VIEW
EntityTablePanel.Config.SUMMARY_PANEL_VISIBLE
EntityTablePanel.Config.INCLUDE_POPUP_MENU
EntityTablePanel.Config.INCLUDE_ENTITY_MENU
EntityTablePanel.Config.INCLUDE_QUERY_INSPECTOR
EntityTablePanel.Config.INCLUDE_CLEAR_CONTROL
EntityTablePanel.Config.INCLUDE_LIMIT_MENU
EntityTablePanel.Config.REFRESH_BUTTON_VISIBLE
EntityTablePanel.Config.COLUMN_SELECTION
EntityTablePanel.Config.INCLUDE_CONDITIONS
EntityTablePanel.Config.INCLUDE_FILTERS
EntityTablePanel.Config.INCLUDE_SUMMARY
EntityTablePanel.Config.REFRESH_PROGRESS_BAR
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
-
Uses of Version in is.codion.common.rmi.client
Methods in is.codion.common.rmi.client that return VersionMethods in is.codion.common.rmi.client that return types with arguments of type VersionMethods in is.codion.common.rmi.client with parameters of type VersionModifier and TypeMethodDescription -
Uses of Version in is.codion.common.rmi.server
Methods in is.codion.common.rmi.server that return Version -
Uses of Version in is.codion.common.version
Methods in is.codion.common.version that return Version -
Uses of Version in is.codion.framework.db
Methods in is.codion.framework.db that return types with arguments of type VersionModifier and TypeMethodDescriptionAbstractEntityConnectionProvider.clientVersion()
EntityConnectionProvider.clientVersion()
Methods in is.codion.framework.db with parameters of type VersionModifier and TypeMethodDescriptionfinal B
AbstractEntityConnectionProvider.AbstractBuilder.clientVersion
(@Nullable Version clientVersion) EntityConnectionProvider.Builder.clientVersion
(@Nullable Version clientVersion) -
Uses of Version in is.codion.framework.model
Methods in is.codion.framework.model that return types with arguments of type VersionModifier and TypeMethodDescriptionDefaultEntityApplicationModel.version()
EntityApplicationModel.version()
Constructors in is.codion.framework.model with parameters of type VersionModifierConstructorDescriptionDefaultEntityApplicationModel
(EntityConnectionProvider connectionProvider, Collection<? extends M> entityModels, @Nullable Version version) Instantiates a new DefaultEntityApplicationModel -
Uses of Version in is.codion.swing.framework.model
Constructors in is.codion.swing.framework.model with parameters of type VersionModifierConstructorDescriptionSwingEntityApplicationModel
(EntityConnectionProvider connectionProvider, Collection<SwingEntityModel> entityModels, Version version) Instantiates a newSwingEntityApplicationModel
-
Uses of Version in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with parameters of type VersionModifier and TypeMethodDescriptionEntityApplicationPanel.Builder.applicationVersion
(Version applicationVersion)