Uses of Interface
is.codion.common.property.PropertyValue
Packages that use PropertyValue
Package
Description
Common classes.
Database related classes.
Connection pool related classes.
Report related classes.
Condition related classes.
Propery related classes.
RMI client related classes.
RMI server related classes.
Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
AttributeDefinition.MAXIMUM_FRACTION_DIGITS
AttributeDefinition.TIME_FORMAT
AttributeDefinition.NUMBER_FORMAT_GROUPING
AttributeDefinition.GROUPING_SEPARATOR
AttributeDefinition.DECIMAL_SEPARATOR
AttributeDefinition.USE_LEXICAL_STRING_COMPARATOR
AttributeDefinition.DATE_TIME_FORMAT
AttributeDefinition.DATE_FORMAT
AttributeDefinition.DECIMAL_ROUNDING_MODE
ForeignKeyDefinition.FOREIGN_KEY_REFERENCE_DEPTH
Attribute related classes.
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:
EntityServerConfiguration.CONNECTION_POOL_FACTORY_CLASS
EntityServerConfiguration.CONNECTION_LIMIT
EntityServerConfiguration.CLIENT_CONNECTION_TIMEOUT
EntityServerConfiguration.CLIENT_LOGGING
EntityServerConfiguration.CONNECTION_POOL_USERS
EntityServerConfiguration.DOMAIN_MODEL_CLASSES
Package configuration values:
EntityService.HTTP_SERVER_PORT
Package configuration values:
FilterComboBoxModel.NULL_CAPTION
Package configuration values:
Completion.COMPLETION_MODE
Completion.NORMALIZE
Package configuration values:
UnderlineModifiedIndicatorFactory.UNDERLINE_STYLE
Package configuration values:
LabelBuilder.HORIZONTAL_ALIGNMENT
Package configuration values:
FilterTableCellRenderer.TABLE_CELL_LEFT_PADDING
FilterTableCellRenderer.TABLE_CELL_RIGHT_PADDING
FilterTableCellRenderer.NUMERICAL_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.TEMPORAL_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.BOOLEAN_HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.HORIZONTAL_ALIGNMENT
FilterTableCellRenderer.ALTERNATE_ROW_COLORING
FilterTable.ALLOW_COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
Package configuration values:
ExceptionDialogBuilder.SYSTEM_PROPERTIES
LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELS
Package configuration values:
Icons.ICON_SIZE
Look and feel related classes
Package configuration values:
EntityComboBoxModel.HANDLE_EDIT_EVENTS
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
Package configuration values:
EntitySearchField.SEARCH_INDICATOR
DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
Package configuration values:
FrameworkIcons.FRAMEWORK_ICONS_CLASSNAME
Package configuration values:
DomainGeneratorModel.DEFAULT_DOMAIN_PACKAGE
DomainGeneratorModel.DEFAULT_SOURCE_DIRECTORY
Package configuration values:
DomainGeneratorPanel.DEFAULT_USER
Package configuration values:
EntityServerMonitor.SERVER_MONITOR_UPDATE_RATE
-
Uses of PropertyValue in is.codion.common
Fields in is.codion.common declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> Specifies the default collator locale language.Methods in is.codion.common that return PropertyValueModifier and TypeMethodDescriptionstatic PropertyValue
<Boolean> Configuration.booleanValue
(String key) Creates a boolean configuration valuestatic PropertyValue
<Boolean> Configuration.booleanValue
(String key, boolean defaultValue) Creates a boolean configuration valuestatic PropertyValue
<Character> Configuration.characterValue
(String key) Creates a character configuration valuestatic PropertyValue
<Character> Configuration.characterValue
(String key, char defaultValue) Creates a character configuration valuestatic PropertyValue
<Double> Configuration.doubleValue
(String key) Creates a double configuration valuestatic PropertyValue
<Double> Configuration.doubleValue
(String key, double defaultValue) Creates a double configuration valuestatic <T extends Enum<T>>
PropertyValue<T> Creates an enum configuration valuestatic <T extends Enum<T>>
PropertyValue<T> Creates an enum configuration valuestatic PropertyValue
<Integer> Configuration.integerValue
(String key) Creates an integer configuration valuestatic PropertyValue
<Integer> Configuration.integerValue
(String key, int defaultValue) Creates an integer configuration valuestatic <T> PropertyValue
<List<T>> Creates a list configuration valuestatic <T> PropertyValue
<List<T>> Creates a list configuration valuestatic PropertyValue
<Long> Creates a long configuration valuestatic PropertyValue
<Long> Creates a long configuration valuestatic PropertyValue
<String> Configuration.stringValue
(String key) Creates a string configuration valuestatic PropertyValue
<String> Configuration.stringValue
(String key, String defaultValue) Creates a string configuration valuestatic <T> PropertyValue
<T> Creates a configuration valuestatic <T> PropertyValue
<T> Creates a configuration value -
Uses of PropertyValue in is.codion.common.db.database
Fields in is.codion.common.db.database declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Integer> Database.CONNECTION_VALIDITY_CHECK_TIMEOUT
Specifies the timeout (in seconds) to use when checking if database connections are valid.static final PropertyValue
<Boolean> Database.COUNT_QUERIES
Specifies whether database queries should be counted for collecting statistics.static final PropertyValue
<String> Database.DATABASE_INIT_SCRIPTS
A comma separated list of paths to scripts to run when initializing the database, implementation specificstatic final PropertyValue
<String> Database.DATABASE_URL
Specifies the jdbc url of the database.static final PropertyValue
<Integer> Database.LOGIN_TIMEOUT
Specifies the default login timeout (in seconds).static final PropertyValue
<Boolean> Database.SELECT_FOR_UPDATE_NOWAIT
Specifies whether 'select for update' should be NOWAIT, if supported by the database.
A database implementation may disregard this.static final PropertyValue
<Integer> Database.TRANSACTION_ISOLATION
Specifies the transaction isolation to set for created connections Value type: Integer Default value: nullstatic final PropertyValue
<Boolean> Database.URL_SCOPED_INSTANCE
Specifies whetherDatabase.instance()
should create a new instance each time the database URL has changed. -
Uses of PropertyValue in is.codion.common.db.pool
Fields in is.codion.common.db.pool declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Integer> ConnectionPoolWrapper.DEFAULT_IDLE_TIMEOUT
Specifies the default idle timeout in milliseconds Value type: Integer Default value: 60.000static final PropertyValue
<Integer> ConnectionPoolWrapper.DEFAULT_MAXIMUM_POOL_SIZE
Specifies the default maximum connection pool size Value type: Integer Default value: 8static final PropertyValue
<Integer> ConnectionPoolWrapper.DEFAULT_MINIMUM_POOL_SIZE
Specifies the default minimum connection pool size Value type: Integer Default value: 4 -
Uses of PropertyValue in is.codion.common.db.report
Fields in is.codion.common.db.report declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> Report.CACHE_REPORTS
Specifies whether to cache reports when loaded from disk/network, this prevents "hot deploy" of reports Value type: Boolean Default value: truestatic final PropertyValue
<String> Report.REPORT_PATH
The report path used for file based report generation. -
Uses of PropertyValue in is.codion.common.model.condition
Fields in is.codion.common.model.condition declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> ConditionModel.CASE_SENSITIVE
Specifies whether string based conditions are case-sensitive by default Value type: Boolean Default value: falsestatic final PropertyValue
<ConditionModel.Wildcard> ConditionModel.WILDCARD
Specifies whether wildcards are added to string values Value type:ConditionModel.Wildcard
Default value:ConditionModel.Wildcard.POSTFIX
-
Uses of PropertyValue in is.codion.common.model.filter
Fields in is.codion.common.model.filter declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> FilterModel.ASYNC_REFRESH
Specifies whether data models should refresh data asynchronously or on the UI thread Value type: Boolean Default value: true -
Uses of PropertyValue in is.codion.common.property
Methods in is.codion.common.property that return PropertyValueModifier and TypeMethodDescriptionPropertyStore.booleanValue
(String propertyName) Creates a value for the given boolean propertyPropertyStore.booleanValue
(String propertyName, boolean defaultValue) Creates a value for the given boolean propertyPropertyStore.characterValue
(String propertyName) Creates a value for the given character propertyPropertyStore.characterValue
(String propertyName, char defaultValue) Creates a value for the given character propertyPropertyStore.doubleValue
(String propertyName) Creates a value for the given double propertyPropertyStore.doubleValue
(String propertyName, double defaultValue) Creates a value for the given double property<T extends Enum<T>>
PropertyValue<T> Creates a value for the given enum property<T extends Enum<T>>
PropertyValue<T> Creates a value for the given enum propertyPropertyStore.integerValue
(String propertyName) Creates a value for the given integer propertyPropertyStore.integerValue
(String propertyName, int defaultValue) Creates a value for the given integer property<T> PropertyValue
<List<T>> PropertyStore.listValue
(String propertyName, Function<String, T> decoder, Function<T, String> encoder) Creates a value for the given list property.<T> PropertyValue
<List<T>> PropertyStore.listValue
(String propertyName, Function<String, T> decoder, Function<T, String> encoder, List<T> defaultValue) Creates a value for the given list property.Creates a value for the given long propertyCreates a value for the given long propertyPropertyStore.stringValue
(String propertyName) Creates a value for the given string propertyPropertyStore.stringValue
(String propertyName, String defaultValue) Creates a value for the given string property<T> PropertyValue
<T> Creates a value representing the given property name.<T> PropertyValue
<T> PropertyStore.value
(String propertyName, Function<String, T> decoder, Function<T, String> encoder, T defaultValue) Creates a value representing the given property name.Methods in is.codion.common.property that return types with arguments of type PropertyValueModifier and TypeMethodDescription<T> Optional
<PropertyValue<T>> PropertyStore.propertyValue
(String propertyName) Returns the Value associated with the given property, an empty Optional if no such Value has been created. -
Uses of PropertyValue in is.codion.common.rmi.client
Fields in is.codion.common.rmi.client declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> Clients.SERVER_HOSTNAME
The host on which to locate the server Value type: String Default value: localhoststatic final PropertyValue
<String> Clients.TRUSTSTORE
The rmi ssl truststore to use Value type: String Default value: nullstatic final PropertyValue
<String> Clients.TRUSTSTORE_PASSWORD
The rmi ssl truststore password to use Value type: String Default value: null -
Uses of PropertyValue in is.codion.common.rmi.server
Fields in is.codion.common.rmi.server declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Integer> ServerConfiguration.ADMIN_PORT
The port on which the server should export the remote admin interface Value type: Integer Default value: 0 (admin not exported)static final PropertyValue
<String> ServerConfiguration.ADMIN_USER
Specifies a username:password combination representing the server admin user
Example: scott:tiger
Default value: nonestatic final PropertyValue
<String> ServerConfiguration.AUXILIARY_SERVER_FACTORY_CLASS_NAMES
A comma separated list of auxiliary server factories, providing servers to run alongside this Server
Those must extendAuxiliaryServerFactory
Value type: String Default value: nonestatic final PropertyValue
<String> ServerConfiguration.CLASSPATH_KEYSTORE
The rmi ssl keystore to use on the classpath, this will be resolved to a temporary file and set as the javax.net.ssl.keyStore system property on server start Value type: String Default value: nullstatic final PropertyValue
<Integer> ServerConfiguration.CONNECTION_MAINTENANCE_INTERVAL
Specifies the interval between server connection maintenance runs, in milliseconds Value type: Integer Default value: 30_000ms (30 seconds)static final PropertyValue
<Integer> ServerConfiguration.IDLE_CONNECTION_TIMEOUT
Specifies the default idle client connection timeout in milliseconds.static final PropertyValue
<String> ServerConfiguration.KEYSTORE
The rmi ssl keystore to use Value type: String Default value: nullstatic final PropertyValue
<String> ServerConfiguration.KEYSTORE_PASSWORD
The rmi ssl keystore password to use Value type: String Default value: nullstatic final PropertyValue
<String> ServerConfiguration.OBJECT_INPUT_FILTER_FACTORY_CLASS_NAME
Specifies theObjectInputFilterFactory
class to use Value type: String Default value: nonestatic final PropertyValue
<Integer> ServerConfiguration.REGISTRY_PORT
The port on which to locate the server registry Value type: Integer Default value:Registry.REGISTRY_PORT
(1099)static final PropertyValue
<String> ServerConfiguration.RMI_SERVER_HOSTNAME
Specifies the rmi server hostname
Note that this is the standard Java property 'java.rmi.server.hostname Value type: String Default value: localhoststatic final PropertyValue
<String> SerializationFilterFactory.SERIALIZATION_FILTER_DRYRUN_FILE
If specified then a list of all deserialized classes is written to the given file on server shutdown.static final PropertyValue
<String> SerializationFilterFactory.SERIALIZATION_FILTER_PATTERN_FILE
The path to the serialization pattern file to use.static final PropertyValue
<String> SerializationFilterFactory.SERIALIZATION_FILTER_PATTERNS
The serialization patterns to use.static final PropertyValue
<String> ServerConfiguration.SERVER_NAME_PREFIX
Specifies the prefix used when exporting/looking up the Codion server Value type: String Default value: Codion Serverstatic final PropertyValue
<Integer> ServerConfiguration.SERVER_PORT
The port on which the server is made available to clients.
If specified on the client side, the client will only connect to a server running on this port, use -1 or no value if the client should connect to any available server Value type: Integer Default value: -1static final PropertyValue
<Boolean> ServerConfiguration.SSL_ENABLED
Specifies whether the server should establish connections using a secure sockets layer, true (on) or false (off Value type: Boolean Default value: true -
Uses of PropertyValue in is.codion.framework.db
Fields in is.codion.framework.db declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> EntityConnectionProvider.CLIENT_CONNECTION_TYPE
Specifies whether the client should connect locally, via rmi or http, accepted values: local, remote, http Value type: String Default value:EntityConnectionProvider.CONNECTION_TYPE_LOCAL
static final PropertyValue
<DomainType> EntityConnectionProvider.CLIENT_DOMAIN_TYPE
Specifies the domain type required for a client connection Value type: is.codion.framework.domain.DomainType Default value: null -
Uses of PropertyValue in is.codion.framework.db.http
Fields in is.codion.framework.db.http declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Integer> HttpEntityConnection.CONNECT_TIMEOUT
The connect timeout in milliseconds Value type: Integer Default value: 2000 msstatic final PropertyValue
<String> HttpEntityConnection.HOSTNAME
The host on which to locate the http server Value type: String Default value: localhoststatic final PropertyValue
<Boolean> HttpEntityConnection.JSON
Specifies whether json serialization should be used Value types: Boolean Default value: truestatic final PropertyValue
<Integer> HttpEntityConnection.PORT
The port which the http client should use.
Value type: Integer
Default value: 8080static final PropertyValue
<Boolean> HttpEntityConnection.SECURE
Specifies whether https should be used Value type: boolean Default value: truestatic final PropertyValue
<Integer> HttpEntityConnection.SECURE_PORT
The port which the https client should use Value type: Integer Default value: 4443static final PropertyValue
<Integer> HttpEntityConnection.SOCKET_TIMEOUT
The socket timeout in milliseconds Value type: Integer Default value: 2000 ms -
Uses of PropertyValue in is.codion.framework.db.local
Fields in is.codion.framework.db.local declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Integer> LocalEntityConnection.CONNECTION_LOG_SIZE
Specifies the size of the (circular) log that is kept in memory for each connection Value type: Integer Default value: 40static final PropertyValue
<Boolean> LocalEntityConnection.LIMIT_FOREIGN_KEY_REFERENCE_DEPTH
Specifies whether the foreign key value graph should be fully populated instead of being limited by the foreign key reference depth setting Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> LocalEntityConnection.OPTIMISTIC_LOCKING
Specifies whether optimistic locking should be performed, that is, if entities should be selected for update and checked for modification before being updated Value type: Boolean Default value: truestatic final PropertyValue
<Integer> LocalEntityConnection.QUERY_TIMEOUT_SECONDS
Specifies the query timeout in seconds Value type: Integer Default value: 120 -
Uses of PropertyValue in is.codion.framework.domain.entity
Fields in is.codion.framework.domain.entity declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> EntityDefinition.OPTIMISTIC_LOCKING
Specifies whether optimistic locking should be enabled by default for entities Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> Entities.STRICT_DESERIALIZATION
Specifies whether strict deserialization should be used.static final PropertyValue
<Boolean> EntityValidator.STRICT_VALIDATION
Specifies whether the default validator performs strict validation or not.static final PropertyValue
<Boolean> Entities.VALIDATE_FOREIGN_KEYS
Specifies whether foreign keys are validated when defined by asserting that the referenced entity has been defined. -
Uses of PropertyValue in is.codion.framework.domain.entity.attribute
Fields in is.codion.framework.domain.entity.attribute declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> AttributeDefinition.DATE_FORMAT
The default date format pattern to use when showing date values in tables and when creating default date input fields Value type: String Default value: dd-MM-yyyy [month/day order is locale specific]static final PropertyValue
<String> AttributeDefinition.DATE_TIME_FORMAT
The default date/time format pattern to use when showing date/time values in tables and when creating default date/time input fields Value type: String Default value: dd-MM-yyyy HH:mm [month/day order is locale specific]static final PropertyValue
<RoundingMode> AttributeDefinition.DECIMAL_ROUNDING_MODE
Specifies the default rounding mode used for decimal property values Value type:RoundingMode
Default value:RoundingMode.HALF_EVEN
static final PropertyValue
<Character> AttributeDefinition.DECIMAL_SEPARATOR
Specifies the default number decimal separator.static final PropertyValue
<Integer> ForeignKeyDefinition.FOREIGN_KEY_REFERENCE_DEPTH
Specifies the default foreign key reference depth Value type: Integer Default value: 1static final PropertyValue
<Character> AttributeDefinition.GROUPING_SEPARATOR
Specifies the default number grouping separator Value type: Character Default value: The grouping separator for the default localestatic final PropertyValue
<Integer> AttributeDefinition.MAXIMUM_FRACTION_DIGITS
Specifies the default maximum number of fraction digits for double property values
Note that values are rounded when set.static final PropertyValue
<Boolean> AttributeDefinition.NUMBER_FORMAT_GROUPING
Specifies whether number format grouping is used by default Value type: Boolean Default value: falsestatic final PropertyValue
<String> AttributeDefinition.TIME_FORMAT
The default date format pattern to use when showing time values in tables and when creating default time input fields Value type: String Default value: HH:mmstatic final PropertyValue
<Boolean> AttributeDefinition.TRIM_STRINGS
Specifies whether String values should be trimmed by default Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> AttributeDefinition.USE_LEXICAL_STRING_COMPARATOR
Specifies whether String values should use a lexical comparator by default Value type: Boolean Default value: true -
Uses of PropertyValue in is.codion.framework.model
Fields in is.codion.framework.model declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> ForeignKeyModelLink.CLEAR_CONDITION_ON_EMPTY_SELECTION
Specifies whether a linked model clears the foreign key search condition when null or no value is selected in a parent model
Value type: Boolean
Default value: truestatic final PropertyValue
<Boolean> ForeignKeyModelLink.CLEAR_VALUE_ON_EMPTY_SELECTION
Specifies whether a linked model sets the parent foreign key value to null when null or no value is selected in a parent model
Value type: Boolean
Default value: falsestatic final PropertyValue
<Integer> EntitySearchModel.DEFAULT_LIMIT
Specifies the default search result limit, that is, the maximum number of results, null meaning no limit Value type: Integer Default value: nullstatic final PropertyValue
<Boolean> EntitySearchModel.HANDLE_EDIT_EVENTS
Specifies whether searcy models handle entity edit events, by replacing updated entities and removing deleted ones Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> EntityTableModel.HANDLE_EDIT_EVENTS
Specifies whether table models handle entity edit events, by replacing updated entities Value type: Boolean Default value: truestatic final PropertyValue
<Integer> EntityQueryModel.LIMIT
Specifes a defaultEntityQueryModel.limit()
to set for query models.static final PropertyValue
<EntityTableModel.OnInsert> EntityTableModel.ON_INSERT
Specifies the default action a table model takes when entities are inserted via its edit model.static final PropertyValue
<Boolean> EntityTableModel.ORDER_QUERY_BY_SORT_ORDER
Specifies whether theFilterModel.sort()
model order is used as a basis for theEntityQueryModel
order by clause.static final PropertyValue
<Boolean> EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
Specifies whether foreign key values should persist by default when defaults are set Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> EntityEditModel.POST_EDIT_EVENTS
Specifies whether edit models post their insert, update and delete events toEntityEditModel.EditEvents
Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> ForeignKeyModelLink.REFRESH_ON_SELECTION
Specifies whether a linked model should be automatically refreshed when the selection in the parent model changes.static final PropertyValue
<Boolean> EntityApplicationModel.SAVE_DEFAULT_USERNAME
Specifies whether the client saves the last successful login username, which is then displayed as the default username the next time the application is started Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> ForeignKeyModelLink.SET_CONDITION_ON_INSERT
Specifies whether a linked model should automatically search by the entity inserted by the parent model.static final PropertyValue
<Boolean> ForeignKeyModelLink.SET_VALUE_ON_INSERT
Specifies whether a linked model should automatically set the foreign key value to the entity inserted by the parent model.static final PropertyValue
<String> EntityApplicationModel.USERNAME_PREFIX
Specifies a string to prepend to the username field in the login dialog Value type: String Default value: [empty string] -
Uses of PropertyValue in is.codion.framework.server
Fields in is.codion.framework.server declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> EntityServerConfiguration.CLIENT_CONNECTION_TIMEOUT
Specifies the default client connection timeout (ms) in a comma separated list.static final PropertyValue
<Boolean> EntityServerConfiguration.CLIENT_LOGGING
The initial connection logging status on the server, either true (on) or false (off) Value type: Boolean Default value: falsestatic final PropertyValue
<Integer> EntityServerConfiguration.CONNECTION_LIMIT
Specifies maximum number of concurrent connections the server accepts -1 indicates no limit and 0 indicates a closed server.static final PropertyValue
<String> EntityServerConfiguration.CONNECTION_POOL_FACTORY_CLASS
Specifies the class name of the connection pool factory to use.static final PropertyValue
<String> EntityServerConfiguration.CONNECTION_POOL_USERS
Specifies a comma separated list of username:password combinations for which to create connection pools on startup Example: scott:tiger,john:foo,paul:barstatic final PropertyValue
<String> EntityServerConfiguration.DOMAIN_MODEL_CLASSES
Specifies a comma separated list of domain model class names, these classes must be available on the server classpath -
Uses of PropertyValue in is.codion.framework.servlet
Fields in is.codion.framework.servlet declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> EntityService.HTTP_SERVER_CLASSPATH_KEYSTORE
The https keystore to use on the classpath, this will be resolved to a temporary file and set as the codion.server.http.keyStore system property on server start Value type: String Default value: nullstatic final PropertyValue
<String> EntityService.HTTP_SERVER_KEYSTORE_PASSWORD
Specifies the password for the keystore used for securing http connections.static final PropertyValue
<String> EntityService.HTTP_SERVER_KEYSTORE_PATH
Specifies the keystore to use for securing http connections.static final PropertyValue
<Integer> EntityService.HTTP_SERVER_PORT
The port on which the http server is made available to clients.static final PropertyValue
<Boolean> EntityService.HTTP_SERVER_SECURE
Specifies whether https should be used.static final PropertyValue
<Integer> EntityService.HTTP_SERVER_SECURE_PORT
The port on which the http server is made available to clients.static final PropertyValue
<Boolean> EntityService.USE_VIRTUAL_THREADS
Specifies whether virtual threads should be used. -
Uses of PropertyValue in is.codion.swing.common.model.component.combobox
Fields in is.codion.swing.common.model.component.combobox declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> FilterComboBoxModel.NULL_CAPTION
Specifies the caption used by default to represent the null item in combo box models. -
Uses of PropertyValue in is.codion.swing.common.ui.component.button
Fields in is.codion.swing.common.ui.component.button declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<ToggleMenuItemBuilder.PersistMenu> ToggleMenuItemBuilder.PERSIST_MENU
Specifies whether a menu persists after a toggle menu item has been toggled Value type:ToggleMenuItemBuilder.PersistMenu
Default value:ToggleMenuItemBuilder.PersistMenu.ALWAYS
-
Uses of PropertyValue in is.codion.swing.common.ui.component.combobox
Fields in is.codion.swing.common.ui.component.combobox declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Completion.Mode> Completion.COMPLETION_MODE
Specifies the default completion model used for comboboxes.static final PropertyValue
<Boolean> ComboBoxBuilder.MOUSE_WHEEL_SCROLLING
Specifies whether mouse wheel scrolling is enabled in combo boxes by default.static final PropertyValue
<Boolean> Completion.NORMALIZE
Specifies whether strings are normalized during completion by default. -
Uses of PropertyValue in is.codion.swing.common.ui.component.indicator
Fields in is.codion.swing.common.ui.component.indicator declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> ValidIndicatorFactory.FACTORY_CLASS
Specified theValidIndicatorFactory
to usestatic final PropertyValue
<Integer> UnderlineModifiedIndicatorFactory.UNDERLINE_STYLE
The type of underline to use to indicate a modified value Value type: Integer Default value:TextAttribute.UNDERLINE_LOW_DOTTED
Valid values:TextAttribute
.UNDERLINE_* -
Uses of PropertyValue in is.codion.swing.common.ui.component.label
Fields in is.codion.swing.common.ui.component.label declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Integer> LabelBuilder.HORIZONTAL_ALIGNMENT
Specifies the default horizontal alignment used in labels Value type: Integer (SwingConstants.LEFT, SwingConstants.RIGHT, SwingConstants.CENTER) Default value:SwingConstants.LEADING
-
Uses of PropertyValue in is.codion.swing.common.ui.component.slider
Fields in is.codion.swing.common.ui.component.slider declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> SliderBuilder.MOUSE_WHEEL_SCROLLING
Specifies whether mouse wheel scrolling in sliders is enabled by default. -
Uses of PropertyValue in is.codion.swing.common.ui.component.spinner
Fields in is.codion.swing.common.ui.component.spinner declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> SpinnerBuilder.MOUSE_WHEEL_SCROLLING
Specifies whether mouse wheel scrolling is enabled in spinners by default. -
Uses of PropertyValue in is.codion.swing.common.ui.component.table
Fields in is.codion.swing.common.ui.component.table declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> FilterTable.ALLOW_COLUMN_REORDERING
Specifies whether columns can be rearranged in tables Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> FilterTableCellRenderer.ALTERNATE_ROW_COLORING
Specifies whether alternate row coloring is enabled by default.static final PropertyValue
<Integer> FilterTable.AUTO_RESIZE_MODE
Specifies the default table column resize mode for tables in the application Value type: Integer (JTable.AUTO_RESIZE_*) Default value:JTable.AUTO_RESIZE_OFF
static final PropertyValue
<Integer> FilterTableCellRenderer.BOOLEAN_HORIZONTAL_ALIGNMENT
The default horizontal alignment for boolean columns.static final PropertyValue
<Integer> FilterTableCellRenderer.HORIZONTAL_ALIGNMENT
The default horizontal alignment.static final PropertyValue
<Integer> FilterTableCellRenderer.NUMERICAL_HORIZONTAL_ALIGNMENT
The default horizontal alignment for numerical columns.static final PropertyValue
<Boolean> FilterTable.RESIZE_ROW_TO_FIT_EDITOR
Specifies whether the table resizes the row being edited to fit the editor component.static final PropertyValue
<Integer> FilterTableCellRenderer.TABLE_CELL_LEFT_PADDING
The default left padding for table cells.static final PropertyValue
<Integer> FilterTableCellRenderer.TABLE_CELL_RIGHT_PADDING
The default right padding for table cells.static final PropertyValue
<Integer> FilterTableCellRenderer.TEMPORAL_HORIZONTAL_ALIGNMENT
The default horizontal alignment for temporal columns. -
Uses of PropertyValue in is.codion.swing.common.ui.component.text
Fields in is.codion.swing.common.ui.component.text declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
Specifies whether NumberFields should convert a grouping separator symbol to a decimal separator symbol when typed. -
Uses of PropertyValue in is.codion.swing.common.ui.dialog
Fields in is.codion.swing.common.ui.dialog declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> ExceptionDialogBuilder.SYSTEM_PROPERTIES
Specifies whether an ExceptionPanel should include system properties in the detail panel Value type: Boolean Default value: truestatic final PropertyValue
<List<Class<? extends Throwable>>> ExceptionDialogBuilder.WRAPPER_EXCEPTIONS
Specifies a list of exception types, which are considered wrapping exceptions, that is, exceptions that wrap a root cause.
By default, root cause exceptions are unwrapped before being displayed, in order to simplify the error message and stack trace.
Replace with an empty list in order to disable unwrapping altogether. -
Uses of PropertyValue in is.codion.swing.common.ui.icon
Fields in is.codion.swing.common.ui.icon declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Integer> Icons.ICON_SIZE
The icon size, note that this will affect the size of buttons Value type: Integer Default value: 16 -
Uses of PropertyValue in is.codion.swing.common.ui.laf
Fields in is.codion.swing.common.ui.laf declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> LookAndFeelComboBox.ENABLE_ON_SELECTION
Specifies whether to enable the Look and Feel dynamically when selected Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELS
Specifies whether to include installed look and feels in the selection combo box by default. -
Uses of PropertyValue in is.codion.swing.framework.model.component
Fields in is.codion.swing.framework.model.component declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Boolean> EntityComboBoxModel.HANDLE_EDIT_EVENTS
Specifies whether entity combo box models handle entity edit events, by adding new entities, replacing updated and removing deleted ones Value type: Boolean Default value: true -
Uses of PropertyValue in is.codion.swing.framework.ui
Fields in is.codion.swing.framework.ui declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<EntityTablePanel.AutoResizeModeSelection> EntityTablePanel.Config.AUTO_RESIZE_MODE_SELECTION
Specifies how column selection is presented to the user.static final PropertyValue
<Boolean> EntityApplicationPanel.CACHE_ENTITY_PANELS
Specifies whether EntityPanels displayed viaEntityApplicationPanel.displayEntityPanelDialog(EntityPanel)
orEntityApplicationPanel.displayEntityPanelFrame(EntityPanel)
should be cached, instead of being created each time the dialog/frame is shown.static final PropertyValue
<Boolean> EntityApplicationPanel.CALL_SYSTEM_EXIT
Specifies whether the application should callSystem.exit(int)
when exiting.static final PropertyValue
<EntityTablePanel.ColumnSelection> EntityTablePanel.Config.COLUMN_SELECTION
Specifies how column selection is presented to the user.static final PropertyValue
<ConditionPanel.ConditionView> EntityTablePanel.Config.CONDITION_VIEW
Specifies the default initial table condition panel view Value type:ConditionPanel.ConditionView
Default value:ConditionPanel.ConditionView.HIDDEN
static final PropertyValue
<Boolean> EntityApplicationPanel.CONFIRM_EXIT
Indicates whether the application should ask for confirmation when exiting Value type: Boolean Default value: falsestatic final PropertyValue
<String> EntityPanel.Config.CONTROL_PANEL_CONSTRAINTS
Specifies where the control panel should be placed in a BorderLayout Value type: String Default value:BorderLayout.EAST
static final PropertyValue
<String> EntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTS
Specifies where the control toolbar should be placed in a BorderLayout Value type: String Default value: BorderLayout.WESTstatic final PropertyValue
<Integer> EntityEditComponentPanel.DEFAULT_TEXT_FIELD_COLUMNS
Specifies the default number of text field columns Value type: Integer Default value: 12static final PropertyValue
<Boolean> EntityApplicationPanel.DISPLAY_SYSTEM_PROPERTIES
Specifies whether a button for displaying system properties is included on the about panel.static final PropertyValue
<Boolean> EntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPE
Indicates whether entity edit panel dialogs should be closed on escape Value type: Boolean Default value: truestatic final PropertyValue
<EntityTablePanel.EditAttributeSelection> EntityTablePanel.Config.EDIT_ATTRIBUTE_SELECTION
Specifies how the edit an attribute action is presented to the user.static final PropertyValue
<String> EntityPanel.Config.EDIT_PANEL_CONSTRAINTS
Specifies where the edit panel should be placed in a BorderLayout Value type: Boolean Default value: BorderLayout.NORTHstatic final PropertyValue
<Boolean> EntityTablePanel.Config.EXCLUDE_HIDDEN_COLUMNS
Specifies whether the values of hidden columns should be excluded in the underlying query Value type: Boolean Default value: falsestatic final PropertyValue
<ConditionPanel.ConditionView> EntityTablePanel.Config.FILTER_VIEW
Specifies the default initial table filter panel view Value type:ConditionPanel.ConditionView
Default value:ConditionPanel.ConditionView.HIDDEN
static final PropertyValue
<String> EntityApplicationPanel.HELP_URL
Specifies the URL to the application help Value type: String Default value: https://codion.is/doc/{version}/help/client.htmlstatic final PropertyValue
<Boolean> EntityTablePanel.Config.INCLUDE_CLEAR_CONTROL
Specifies whether to include a 'Clear' control in the popup menu.static final PropertyValue
<Boolean> EntityTablePanel.Config.INCLUDE_CONDITIONS
Specifies whether to include a condition panel.static final PropertyValue
<Boolean> EntityPanel.Config.INCLUDE_CONTROLS
Specifies whether entity panels should include controls by default Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> TabbedDetailLayout.INCLUDE_CONTROLS
Specifies whether actions to hide detail panels or show them in a dialog should be available to the user, for example in a popup menu or on a toolbar.static final PropertyValue
<Boolean> EntityEditPanel.Config.INCLUDE_ENTITY_MENU
Specifies whether to include aEntityPopupMenu
on this edit panel, triggered with CTRL-ALT-V by default.static final PropertyValue
<Boolean> EntityTablePanel.Config.INCLUDE_ENTITY_MENU
Specifies whether to include aEntityPopupMenu
on this table, triggered with CTRL-ALT-V.static final PropertyValue
<Boolean> EntityTablePanel.Config.INCLUDE_FILTERS
Specifies whether to include a filter panel.static final PropertyValue
<Boolean> EntityTablePanel.Config.INCLUDE_LIMIT_MENU
Specifies whether to include a popup menu for configuring the table model limit.static final PropertyValue
<Boolean> EntityTablePanel.Config.INCLUDE_POPUP_MENU
Specifies whether to include the default popup menu on entity tables Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> EntityEditPanel.Config.INCLUDE_QUERY_INSPECTOR
Specifies whether to include a Query Inspector on this edit panel, triggered with CTRL-ALT-Q.static final PropertyValue
<Boolean> EntityTablePanel.Config.INCLUDE_QUERY_INSPECTOR
Specifies whether to include a Query Inspector on this table, triggered with CTRL-ALT-Q.static final PropertyValue
<Boolean> EntityTablePanel.Config.INCLUDE_SUMMARY
Specifies whether to include a summary panel.static final PropertyValue
<Boolean> EntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROL
Specifies whether a control for toggling the edit panel is available to the user Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> EntityEditComponentPanel.MODIFIED_INDICATOR
Specifies whether components should indicate that the value is modified Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> EntityEditPanel.Config.MODIFIED_WARNING
Indicates whether the panel should ask for confirmation before discarding unsaved modifications Value type: Boolean Default value: falsestatic final PropertyValue
<Controls.Layout> EntityTablePanel.Config.POPUP_MENU_LAYOUT
Specifies the default popup menu layout.static final PropertyValue
<ReferentialIntegrityErrorHandling> ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
Specifies whether to display the error message or the dependent entities in case of a referential integrity error on delete Value type:ReferentialIntegrityErrorHandling
Default value:ReferentialIntegrityErrorHandling.DISPLAY_ERROR
static final PropertyValue
<EntityTablePanel.RefreshButtonVisible> EntityTablePanel.Config.REFRESH_BUTTON_VISIBLE
Specifies whether the refresh button should always be visible or only when the condition panel is visible Value type: Boolean Default value:EntityTablePanel.RefreshButtonVisible.WHEN_CONDITION_PANEL_IS_VISIBLE
static final PropertyValue
<Boolean> EntityTablePanel.Config.REFRESH_PROGRESS_BAR
Specifies whether to show an indeterminate progress bar while the model is refreshing.static final PropertyValue
<Boolean> EntityApplicationPanel.RESTORE_DEFAULT_PREFERENCES
Specifies whether the application should restore default preferences, that is, not load any saved user preferences.static final PropertyValue
<Boolean> EntityApplicationPanel.SHOW_STARTUP_DIALOG
Specifies whether a startup dialog should be shown Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> EntityTablePanel.Config.SUMMARY_PANEL_VISIBLE
Specifies whether table summary panel should be visible or not by default Value type: Boolean Default value: falsestatic final PropertyValue
<Integer> TabbedApplicationLayout.TAB_PLACEMENT
Specifies the tab placement Value type: Integer (SwingConstants.TOP, SwingConstants.BOTTOM, SwingConstants.LEFT, SwingConstants.RIGHT) Default value:SwingConstants.TOP
static final PropertyValue
<Boolean> EntityPanel.Config.TOOLBAR_CONTROLS
Specifies whether the edit controls (Save, update, delete, clear, refresh) should be on a toolbar instead of a button panel Value type: Boolean Default value: falsestatic final PropertyValue
<Controls.Layout> EntityTablePanel.Config.TOOLBAR_LAYOUT
Specifies the default toolbar layout.static final PropertyValue
<Boolean> EntityEditPanel.Config.USE_FOCUS_ACTIVATION
Specifies whether edit panels should be activated when the panel (or its parent EntityPanel) receives focus Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> EntityPanel.Config.USE_KEYBOARD_NAVIGATION
Indicates whether keyboard navigation will be enabled Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> EntityEditPanel.Config.USE_SAVE_CAPTION
Specifies whether the add/insert button caption should be 'Save' (mnemonic S), instead of 'Add' (mnemonic A) Value type: Boolean Default value: falsestatic final PropertyValue
<Boolean> EntityApplicationPanel.USER_PREFERENCES_ENABLED
Specifies whether the client should apply and save user preferences Value type: Boolean Default value: truestatic final PropertyValue
<Boolean> EntityEditComponentPanel.VALID_INDICATOR
Specifies whether components should indicate the validity of their current value Value type: Boolean Default value: truestatic final PropertyValue
<EntityPanel.WindowType> EntityPanel.Config.WINDOW_TYPE
Specifies how detail and edit panels should be displayed. -
Uses of PropertyValue in is.codion.swing.framework.ui.component
Fields in is.codion.swing.framework.ui.component declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Integer> DefaultEditComponentFactory.DEFAULT_TEXT_FIELD_COLUMNS
Specifies the default number of text field columns Value type: Integer Default value: 20static final PropertyValue
<EntitySearchField.SearchIndicator> EntitySearchField.SEARCH_INDICATOR
Specifies the way aEntitySearchField
indicates that a search is in progress. -
Uses of PropertyValue in is.codion.swing.framework.ui.icon
Fields in is.codion.swing.framework.ui.icon declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> FrameworkIcons.FRAMEWORK_ICONS_CLASSNAME
Specifies the name of theFrameworkIcons
implementation class to use. -
Uses of PropertyValue in is.codion.tools.generator.model
Fields in is.codion.tools.generator.model declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> DomainGeneratorModel.DEFAULT_DOMAIN_PACKAGE
The default package.static final PropertyValue
<String> DomainGeneratorModel.DEFAULT_SOURCE_DIRECTORY
The default source directory. -
Uses of PropertyValue in is.codion.tools.generator.ui
Fields in is.codion.tools.generator.ui declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<String> DomainGeneratorPanel.DEFAULT_USER
The default user on the form username:password or just username.static final PropertyValue
<Boolean> DomainGeneratorPanel.USER_REQUIRED
Specifies whether a user is required for connecting to the database. -
Uses of PropertyValue in is.codion.tools.monitor.model
Fields in is.codion.tools.monitor.model declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue
<Integer> EntityServerMonitor.SERVER_MONITOR_UPDATE_RATE
Specifies the statistics polling rate for the server monitor, in seconds.