Uses of Class
is.codion.common.property.PropertyValue
Packages that use PropertyValue
Package
Description
Common classes.
Database related classes.
Connection pool related classes.
Report related classes.
Formatting related classes.
Condition related classes.
Preferences related classes.
Propery related classes.
RMI client related classes.
RMI server related classes.
See
User.Package configuration values:
EntityConnectionProvider.CLIENT_DOMAIN_TYPE
EntityConnectionProvider.CLIENT_CONNECTION_TYPE
EntityConnectionProvider.DESCRIPTION
Package configuration values:
EntityValidator.STRICT_VALIDATION
Entities.VALIDATE_FOREIGN_KEYS
Entities.STRICT_DESERIALIZATION
AttributeDefinition.FRACTION_DIGITSAttributeDefinition.NUMBER_GROUPINGAttributeDefinition.GROUPING_SEPARATORAttributeDefinition.DECIMAL_SEPARATORAttributeDefinition.USE_LEXICAL_STRING_COMPARATORAttributeDefinition.ROUNDING_MODEForeignKeyDefinition.REFERENCE_DEPTH
Attribute related classes.
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.RESTORE_DEFAULT_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditModel.EDIT_EVENTS
EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYS
EntityQueryModel.LIMIT
EntityTableModel.ON_INSERT
EntityTableModel.ORDER_QUERY
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
EntityServerConfiguration.CONNECTION_LIMIT
EntityServerConfiguration.CLIENT_CONNECTION_TIMEOUT
EntityServerConfiguration.METHOD_TRACING
EntityServerConfiguration.CONNECTION_POOL_USERS
EntityServerConfiguration.DOMAIN_CLASSES
ComboBox model implementations with filtering support and null handling.
Button and toggle button builders.
Calendar panel component.
Package configuration values:
Completion.COMPLETION_MODE
Completion.NORMALIZE
Package configuration values:
UnderlineModifiedIndicatorFactory.UNDERLINE_STYLE
Slider builders.
Spinner builders for various types.
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.COLUMN_REORDERING
FilterTable.AUTO_RESIZE_MODE
FilterTable.COLUMN_RESIZING
Package configuration values:
NumberField.CONVERT_GROUPING_TO_DECIMAL_SEPARATOR
TextFieldBuilder.SELECT_ALL_ON_FOCUS_GAINED
Package configuration values:
Icons.COLOR
Look and feel related classes
UI scaling utilities for high DPI support.
Package configuration values:
EntityComboBoxModel.EDIT_EVENTS
Package configuration values:
EntityApplication.USER
EntityApplication.SAVE_DEFAULT_USERNAME
EntityApplication.STARTUP_DIALOG
EntityApplication.CONNECTION_INFO_UPPER_CASE
EntityApplicationPanel.HELP_URL
EntityApplicationPanel.CONFIRM_EXIT
EntityApplicationPanel.CACHE_ENTITY_PANELS
EntityApplicationPanel.CALL_SYSTEM_EXIT
EntityApplicationPanel.SQL_TRACING
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.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
EntityTablePanel.Config.REFRESH_PROGRESS_BAR_DELAY
ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLING
TabbedApplicationLayout.TAB_PLACEMENT
TabbedDetailLayout.INCLUDE_CONTROLS
Package configuration values:
FrameworkIcons.SMALL_SIZE
FrameworkIcons.LARGE_SIZE
FrameworkIcons.FRAMEWORK_ICONS_CLASSNAME
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> Text.COLLATOR_LANGUAGESpecifies 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_TIMEOUTSpecifies the timeout (in seconds) to use when checking if database connections are valid.static final PropertyValue<Boolean> Database.COUNT_QUERIESSpecifies whether database queries should be counted for collecting statistics.static final PropertyValue<String> Database.INIT_SCRIPTSA comma separated list of paths to scripts to run when initializing the database, implementation specificstatic final PropertyValue<Integer> Database.LOGIN_TIMEOUTSpecifies the default login timeout (in seconds).static final PropertyValue<Boolean> Database.SELECT_FOR_UPDATE_NOWAITSpecifies whether 'select for update' should be NOWAIT, if supported by the database.
A database implementation may disregard this.static final PropertyValue<Integer> Database.TRANSACTION_ISOLATIONSpecifies the transaction isolation to set for created connections Value type: Integer Default value: nullstatic final PropertyValue<String> Database.URLSpecifies the jdbc url of the database.static final PropertyValue<Boolean> Database.URL_SCOPED_INSTANCESpecifies 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.CHECK_OUT_TIMEOUTSpecifies the default maximum connection check out timeout in milliseconds.static final PropertyValue<Integer> ConnectionPoolWrapper.IDLE_TIMEOUTSpecifies the default idle timeout in milliseconds.static final PropertyValue<Integer> ConnectionPoolWrapper.MAXIMUM_POOL_SIZESpecifies the default maximum connection pool size.static final PropertyValue<Integer> ConnectionPoolWrapper.MINIMUM_POOL_SIZESpecifies the default minimum connection pool size.static final PropertyValue<Boolean> ConnectionPoolWrapper.VALIDATE_CONNECTIONS_ON_CHECKOUTSpecifies whether connections should be validated when checked out from the pool. -
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_REPORTSSpecifies 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_PATHThe report path used for file based report generation. -
Uses of PropertyValue in is.codion.common.format
Fields in is.codion.common.format declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue<String> LocaleDateTimePattern.DATE_PATTERNThe default date format pattern Value type: String Default value: dd-MM-yyyy [month/day order is locale specific]static final PropertyValue<String> LocaleDateTimePattern.DATE_TIME_PATTERNThe default date/time format pattern Value type: String Default value: dd-MM-yyyy HH:mm [month/day order is locale specific]static final PropertyValue<String> LocaleDateTimePattern.TIME_PATTERNThe default date format pattern Value type: String Default value: HH:mm -
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_SENSITIVESpecifies whether string based conditions are case-sensitive by default Value type: Boolean Default value: falsestatic final PropertyValue<ConditionModel.Wildcard> ConditionModel.WILDCARDSpecifies whether wildcards are added to string values Value type:ConditionModel.WildcardDefault 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.ASYNCSpecifies 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.model.preferences
Fields in is.codion.common.model.preferences declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue<String> UserPreferences.PREFERENCES_LOCATIONProvides a way to override the default (OS dependent) directory used to store the user preferences file. -
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, @Nullable 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, @Nullable 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_HOSTNAMEThe host on which to locate the server Value type: String Default value: localhoststatic final PropertyValue<String> Clients.TRUSTSTOREThe rmi ssl truststore to use Value type: String Default value: nullstatic final PropertyValue<String> Clients.TRUSTSTORE_PASSWORDThe 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_PORTThe 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_USERSpecifies a username:password combination representing the server admin user
Example: scott:tiger
Default value: nonestatic final PropertyValue<String> ServerConfiguration.AUXILIARY_SERVER_FACTORIESA comma separated list of auxiliary server factories, providing servers to run alongside this Server
Those must extendAuxiliaryServerFactoryValue type: String Default value: nonestatic final PropertyValue<String> ServerConfiguration.CLASSPATH_KEYSTOREThe 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_INTERVALSpecifies 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_TIMEOUTSpecifies the default idle client connection timeout in milliseconds.static final PropertyValue<String> ServerConfiguration.KEYSTOREThe rmi ssl keystore to use Value type: String Default value: nullstatic final PropertyValue<String> ServerConfiguration.KEYSTORE_PASSWORDThe rmi ssl keystore password to use Value type: String Default value: nullstatic final PropertyValue<String> ServerConfiguration.OBJECT_INPUT_FILTER_FACTORYSpecifies theObjectInputFilterFactoryclass to use Value type: String Default value: nonestatic final PropertyValue<Boolean> ServerConfiguration.OBJECT_INPUT_FILTER_FACTORY_REQUIREDSpecifies whether anObjectInputFilterFactoryis required for the server to run.static final PropertyValue<Integer> ServerConfiguration.REGISTRY_PORTThe port on which to locate the server registry Value type: Integer Default value:Registry.REGISTRY_PORT(1099)static final PropertyValue<String> ServerConfiguration.RMI_SERVER_HOSTNAMESpecifies 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_FILEIf specified then a list of all deserialized classes is written to the given file on server shutdown.static final PropertyValue<Integer> SerializationFilterFactory.SERIALIZATION_FILTER_DRYRUN_FLUSH_INTERVALThe interval in seconds for periodically flushing the dry-run output to disk.static final PropertyValue<Integer> SerializationFilterFactory.SERIALIZATION_FILTER_MAX_ARRAYThe maximum array size allowed to prevent resource exhaustion attacks.static final PropertyValue<Long> SerializationFilterFactory.SERIALIZATION_FILTER_MAX_BYTESThe maximum number of bytes in the input stream to prevent resource exhaustion attacks.static final PropertyValue<Integer> SerializationFilterFactory.SERIALIZATION_FILTER_MAX_DEPTHThe maximum depth of the object graph to prevent resource exhaustion attacks.static final PropertyValue<Integer> SerializationFilterFactory.SERIALIZATION_FILTER_MAX_REFSThe maximum number of object references to prevent resource exhaustion attacks.static final PropertyValue<String> SerializationFilterFactory.SERIALIZATION_FILTER_PATTERN_FILEThe path to the serialization pattern file to use.static final PropertyValue<String> SerializationFilterFactory.SERIALIZATION_FILTER_PATTERNSThe serialization patterns to use.static final PropertyValue<String> ServerConfiguration.SERVER_NAME_PREFIXSpecifies the prefix used when exporting/looking up the Codion server Value type: String Default value: Codion Serverstatic final PropertyValue<Integer> ServerConfiguration.SERVER_PORTThe 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_ENABLEDSpecifies 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.common.user
Fields in is.codion.common.user declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue<Integer> Specifies the maximum allowed password length.static final PropertyValue<Integer> Specifies the maximum allowed username length. -
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_TYPESpecifies whether the client should connect locally, via rmi or http, accepted values: local, remote, http Value type: String Default value:EntityConnectionProvider.CONNECTION_TYPE_LOCALstatic final PropertyValue<DomainType> EntityConnectionProvider.CLIENT_DOMAIN_TYPESpecifies the domain type required for a client connection Value type: is.codion.framework.domain.DomainType Default value: nullstatic final PropertyValue<String> EntityConnectionProvider.DESCRIPTIONSpecifies a connection provider description, overriding the default one which usually provides a hostname or other connection based information.static final PropertyValue<Integer> EntityConnection.MAXIMUM_BATCH_SIZESpecifies the maximum batch operation size for insert and copy operations. -
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_TIMEOUTThe connect timeout in milliseconds Value type: Integer Default value: 2000 msstatic final PropertyValue<String> HttpEntityConnection.HOSTNAMEThe host on which to locate the http server Value type: String Default value: localhoststatic final PropertyValue<Boolean> HttpEntityConnection.JSONSpecifies whether json serialization should be used instead of standard Java serialization Value types: Boolean Default value: truestatic final PropertyValue<Integer> HttpEntityConnection.PORTThe port which the http client should use.
Value type: Integer
Default value: 8080static final PropertyValue<Boolean> HttpEntityConnection.SECURESpecifies whether https should be used Value type: boolean Default value: truestatic final PropertyValue<Integer> HttpEntityConnection.SECURE_PORTThe port which the https client should use Value type: Integer Default value: 4443static final PropertyValue<Integer> HttpEntityConnection.SOCKET_TIMEOUTThe 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<Boolean> LocalEntityConnection.LIMIT_FOREIGN_KEY_REFERENCE_DEPTHSpecifies 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_LOCKINGSpecifies 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_TIMEOUTSpecifies the query timeout in seconds Value type: Integer Default value: 120static final PropertyValue<Integer> LocalEntityConnection.TRACESSpecifies the number of log traces to keep while tracing is enabled.static final PropertyValue<Boolean> LocalEntityConnectionProvider.TRACINGSpecifies whether method tracing is enabled by default. -
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_LOCKINGSpecifies whether optimistic locking should be enabled by default for entities Value type: Boolean Default value: truestatic final PropertyValue<Boolean> Entities.STRICT_DESERIALIZATIONSpecifies whether strict deserialization should be used.static final PropertyValue<Boolean> EntityValidator.STRICT_VALIDATIONSpecifies whether the default validator performs strict validation or not.static final PropertyValue<Boolean> Entities.VALIDATE_FOREIGN_KEYSSpecifies 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<Character> AttributeDefinition.DECIMAL_SEPARATORSpecifies the default number decimal separator.static final PropertyValue<Integer> AttributeDefinition.FRACTION_DIGITSSpecifies the default maximum number of fraction digits for double property values
Note that values are rounded when set.static final PropertyValue<Character> AttributeDefinition.GROUPING_SEPARATORSpecifies the default number grouping separator Value type: Character Default value: The grouping separator for the default localestatic final PropertyValue<Boolean> AttributeDefinition.NUMBER_GROUPINGSpecifies whether number grouping is used by default Value type: Boolean Default value: falsestatic final PropertyValue<Integer> ForeignKeyDefinition.REFERENCE_DEPTHSpecifies the default foreign key reference depth Value type: Integer Default value: 1static final PropertyValue<RoundingMode> AttributeDefinition.ROUNDING_MODESpecifies the default rounding mode used for decimal property values Value type:RoundingModeDefault value:RoundingMode.HALF_EVENstatic final PropertyValue<Boolean> AttributeDefinition.TRIM_STRINGSSpecifies whether String values should be trimmed by default Value type: Boolean Default value: truestatic final PropertyValue<Boolean> AttributeDefinition.USE_LEXICAL_STRING_COMPARATORSpecifies 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_SELECTIONSpecifies 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_SELECTIONSpecifies 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_LIMITSpecifies 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> EntityEditModel.EDIT_EVENTSSpecifies whether edit models post their insert, update and delete events toEntityEditModel.EditEventsValue type: Boolean Default value: truestatic final PropertyValue<Boolean> EntitySearchModel.EDIT_EVENTSSpecifies whether searcy models handle entity edit events, by replacing updated entities and removing deleted ones Value type: Boolean Default value: truestatic final PropertyValue<Integer> EntityQueryModel.LIMITSpecifes a defaultEntityQueryModel.limit()to set for query models.static final PropertyValue<EntityTableModel.OnInsert> EntityTableModel.ON_INSERTSpecifies the default action a table model takes when entities are inserted via its edit model.static final PropertyValue<Boolean> EntityTableModel.ORDER_QUERYSpecifies whether theFilterModel.sort()model order is used as a basis for theEntityQueryModelorder by clause.static final PropertyValue<Boolean> EntityEditModel.EntityEditor.PERSIST_FOREIGN_KEYSSpecifies whether foreign key values should persist by default when defaults are set Value type: Boolean Default value: truestatic final PropertyValue<String> EntityApplicationModel.PREFERENCES_KEYSpecifies the key to use when creating file based application preferences.static final PropertyValue<Boolean> ForeignKeyModelLink.REFRESH_ON_SELECTIONSpecifies whether a linked model should be automatically refreshed when the selection in the parent model changes.static final PropertyValue<Boolean> EntityApplicationModel.RESTORE_DEFAULT_PREFERENCESSpecifies whether the application should restore default preferences, that is, not load any saved user preferences.static final PropertyValue<Boolean> ForeignKeyModelLink.SET_CONDITION_ON_INSERTSpecifies whether a linked model should automatically search by the entity inserted by the parent model.static final PropertyValue<Boolean> ForeignKeyModelLink.SET_VALUE_ON_INSERTSpecifies whether a linked model should automatically set the foreign key value to the entity inserted by the parent model.static final PropertyValue<Boolean> EntityApplicationModel.USER_PREFERENCESSpecifies whether the client should apply and save user preferences Value type: Boolean Default value: true -
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_TIMEOUTSpecifies the default client connection timeout (ms) in a comma separated list.static final PropertyValue<Integer> EntityServerConfiguration.CONNECTION_LIMITSpecifies 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_FACTORYSpecifies the class name of the connection pool factory to use.static final PropertyValue<String> EntityServerConfiguration.CONNECTION_POOL_USERSSpecifies 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_CLASSESSpecifies a comma separated list of domain model class names, these classes must be available on the server classpathstatic final PropertyValue<Boolean> EntityServerConfiguration.METHOD_TRACINGThe initial connection method tracing status on the server, either true (on) or false (off) Value type: Boolean Default value: false -
Uses of PropertyValue in is.codion.framework.servlet
Fields in is.codion.framework.servlet declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue<String> EntityService.CLASSPATH_KEYSTOREThe 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<Boolean> EntityService.JSONSpecifies whether json based services should be enabled.static final PropertyValue<String> EntityService.KEYSTORE_PASSWORDSpecifies the password for the keystore used for securing http connections.static final PropertyValue<String> EntityService.KEYSTORE_PATHSpecifies the keystore to use for securing http connections.static final PropertyValue<Integer> EntityService.PORTThe port on which the http server is made available to clients.static final PropertyValue<Boolean> EntityService.SECURESpecifies whether https should be used.static final PropertyValue<Integer> EntityService.SECURE_PORTThe port on which the http server is made available to clients.static final PropertyValue<Boolean> EntityService.SERALIZATIONSpecifies whether java serialization based services should be enabled.static final PropertyValue<Boolean> EntityService.USE_VIRTUAL_THREADSSpecifies whether virtual threads should be used. -
Uses of PropertyValue in is.codion.plugin.jul
Fields in is.codion.plugin.jul declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue<String> ClasspathConfiguration.CONFIGURATION_FILEThe classpath configuration file. -
Uses of PropertyValue in is.codion.plugin.swing.mcp
Fields in is.codion.plugin.swing.mcp declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue<Integer> SwingMcpPlugin.HTTP_PORTSystem property to set the HTTP server port (default: 8080). -
Uses of PropertyValue in is.codion.plugin.swing.robot
Fields in is.codion.plugin.swing.robot declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue<Integer> Narrator.FRAME_WIDTHSpecies the narrator frame width. -
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_CAPTIONSpecifies 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_MENUSpecifies whether a menu persists after a toggle menu item has been toggled Value type:ToggleMenuItemBuilder.PersistMenuDefault value:ToggleMenuItemBuilder.PersistMenu.ALWAYS -
Uses of PropertyValue in is.codion.swing.common.ui.component.calendar
Fields in is.codion.swing.common.ui.component.calendar declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue<Boolean> CalendarPanel.WEEK_NUMBERSSpecifies whether CalendarPanel displays week numbers by default. -
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_MODESpecifies the default completion model used for comboboxes.static final PropertyValue<Boolean> ComboBoxBuilder.MOUSE_WHEEL_SCROLLINGSpecifies whether mouse wheel scrolling is enabled in combo boxes by default.static final PropertyValue<Boolean> Completion.NORMALIZESpecifies 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_CLASSSpecified theValidIndicatorFactoryto usestatic final PropertyValue<Integer> UnderlineModifiedIndicatorFactory.UNDERLINE_STYLEThe type of underline to use to indicate a modified value Value type: Integer Default value:TextAttribute.UNDERLINE_LOW_DOTTEDValid values:TextAttribute.UNDERLINE_* -
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_SCROLLINGSpecifies 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_SCROLLINGSpecifies 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> FilterTableCellRenderer.ALTERNATE_ROW_COLORINGSpecifies whether alternate row coloring is enabled by default.static final PropertyValue<Integer> FilterTable.AUTO_RESIZE_MODESpecifies the default table column resize mode for tables in the application Value type: Integer (JTable.AUTO_RESIZE_*) Default value:JTable.AUTO_RESIZE_OFFstatic final PropertyValue<Integer> FilterTableCellRenderer.BOOLEAN_HORIZONTAL_ALIGNMENTThe default horizontal alignment for boolean columns.static final PropertyValue<Boolean> FilterTable.COLUMN_REORDERINGSpecifies whether columns can be rearranged Value type: Boolean Default value: truestatic final PropertyValue<Boolean> FilterTable.COLUMN_RESIZINGSpecifies whether columns can be resized Value type: Boolean Default value: truestatic final PropertyValue<Integer> FilterTableCellRenderer.HORIZONTAL_ALIGNMENTThe default horizontal alignment.static final PropertyValue<Integer> FilterTableCellRenderer.NUMERICAL_HORIZONTAL_ALIGNMENTThe default horizontal alignment for numerical columns.static final PropertyValue<Boolean> FilterTable.RESIZE_ROW_TO_FIT_EDITORSpecifies whether the table resizes the row being edited to fit the editor component.static final PropertyValue<Integer> FilterTableCellRenderer.TABLE_CELL_LEFT_PADDINGThe default left padding for table cells.static final PropertyValue<Integer> FilterTableCellRenderer.TABLE_CELL_RIGHT_PADDINGThe default right padding for table cells.static final PropertyValue<Integer> FilterTableCellRenderer.TEMPORAL_HORIZONTAL_ALIGNMENTThe 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_SEPARATORSpecifies whether NumberFields should convert a grouping separator symbol to a decimal separator symbol when typed.static final PropertyValue<Boolean> TextFieldBuilder.SELECT_ALL_ON_FOCUS_GAINEDSpecifies whether text fields should select all on focus gained by default. -
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<Integer> ProgressWorkerDialogBuilder.HIDE_DELAYSpecifies the minimum duration in milliseconds that a progress dialog should remain visible.static final PropertyValue<Integer> ProgressWorkerDialogBuilder.SHOW_DELAYSpecifies the delay in milliseconds before showing a progress dialog.static final PropertyValue<Boolean> ExceptionDialogBuilder.SYSTEM_PROPERTIESSpecifies 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_EXCEPTIONSSpecifies 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<Color> Icons.COLORThe default icon color. -
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_SELECTIONSpecifies whether to enable the Look and Feel dynamically when selected Value type: Boolean Default value: truestatic final PropertyValue<Boolean> LookAndFeelComboBox.INCLUDE_INSTALLED_LOOK_AND_FEELSSpecifies whether to include installed look and feels in the selection combo box by default. -
Uses of PropertyValue in is.codion.swing.common.ui.scaler
Fields in is.codion.swing.common.ui.scaler declared as PropertyValueModifier and TypeFieldDescriptionstatic final PropertyValue<Integer> Scaler.SCALINGSpecifies the global UI scaling ratio in percentages, with 100 meaning no scaling.
85 = decrease the default size by 15%
100 = use the default size
125 = increase the default size by 25% -
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.EDIT_EVENTSSpecifies 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.SelectionMode> EntityTablePanel.Config.AUTO_RESIZE_MODE_SELECTIONSpecifies how column selection is presented to the user.static final PropertyValue<Boolean> EntityApplicationPanel.CACHE_ENTITY_PANELSSpecifies 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_EXITSpecifies whether the application should callSystem.exit(int)when exiting.static final PropertyValue<EntityTablePanel.SelectionMode> EntityTablePanel.Config.COLUMN_SELECTIONSpecifies how column selection is presented to the user.static final PropertyValue<ConditionPanel.ConditionView> EntityTablePanel.Config.CONDITION_VIEWSpecifies the default initial table condition panel view Value type:ConditionPanel.ConditionViewDefault value:ConditionPanel.ConditionView.HIDDENstatic final PropertyValue<Boolean> EntityApplicationPanel.CONFIRM_EXITIndicates whether the application should ask for confirmation when exiting Value type: Boolean Default value: falsestatic final PropertyValue<Boolean> EntityApplication.CONNECTION_INFO_UPPER_CASESpecifies whether the connection information displayed in the frame title is automatically converted to upper case.static final PropertyValue<String> EntityPanel.Config.CONTROL_PANEL_CONSTRAINTSSpecifies where the control panel should be placed in a BorderLayout Value type: String Default value:BorderLayout.EASTstatic final PropertyValue<String> EntityPanel.Config.CONTROL_TOOLBAR_CONSTRAINTSSpecifies where the control toolbar should be placed in a BorderLayout Value type: String Default value: BorderLayout.WESTstatic final PropertyValue<Integer> EntityEditComponentPanel.DEFAULT_TEXT_FIELD_COLUMNSSpecifies the default number of text field columns Value type: Integer Default value: 12static final PropertyValue<Boolean> EntityApplicationPanel.DISPLAY_SYSTEM_PROPERTIESSpecifies whether a button for displaying system properties is included on the about panel.static final PropertyValue<Boolean> EntityPanel.Config.DISPOSE_EDIT_DIALOG_ON_ESCAPEIndicates whether entity edit panel dialogs should be closed on escape Value type: Boolean Default value: truestatic final PropertyValue<EntityTablePanel.SelectionMode> EntityTablePanel.Config.EDIT_ATTRIBUTE_SELECTIONSpecifies how the edit an attribute action is presented to the user.static final PropertyValue<String> EntityPanel.Config.EDIT_PANEL_CONSTRAINTSSpecifies where the edit panel should be placed in a BorderLayout Value type: Boolean Default value: BorderLayout.NORTHstatic final PropertyValue<Boolean> EntityTablePanel.Config.EXCLUDE_HIDDEN_COLUMNSSpecifies 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_VIEWSpecifies the default initial table filter panel view Value type:ConditionPanel.ConditionViewDefault value:ConditionPanel.ConditionView.HIDDENstatic final PropertyValue<String> EntityApplicationPanel.HELP_URLSpecifies 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_CONTROLSpecifies whether to include a 'Clear' control in the popup menu.static final PropertyValue<Boolean> EntityTablePanel.Config.INCLUDE_CONDITIONSSpecifies whether to include a condition panel.static final PropertyValue<Boolean> EntityPanel.Config.INCLUDE_CONTROLSSpecifies whether entity panels should include controls by default Value type: Boolean Default value: truestatic final PropertyValue<Boolean> TabbedDetailLayout.INCLUDE_CONTROLSSpecifies 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_MENUSpecifies whether to include aEntityPopupMenuon this edit panel, triggered with CTRL-ALT-V by default.static final PropertyValue<Boolean> EntityTablePanel.Config.INCLUDE_ENTITY_MENUSpecifies whether to include aEntityPopupMenuon this table, triggered with CTRL-ALT-V.static final PropertyValue<Boolean> EntityTablePanel.Config.INCLUDE_EXPORTSpecifies whether to include an export panel (Copy -> Copy Expanded...).static final PropertyValue<Boolean> EntityTablePanel.Config.INCLUDE_FILTERSSpecifies whether to include a filter panel.static final PropertyValue<Boolean> EntityTablePanel.Config.INCLUDE_LIMIT_MENUSpecifies whether to include a popup menu for configuring the table model limit.static final PropertyValue<Boolean> EntityTablePanel.Config.INCLUDE_POPUP_MENUSpecifies whether to include the default popup menu on entity tables Value type: Boolean Default value: truestatic final PropertyValue<Boolean> EntityEditPanel.Config.INCLUDE_QUERY_INSPECTORSpecifies whether to include a Query Inspector on this edit panel, triggered with CTRL-ALT-Q.static final PropertyValue<Boolean> EntityTablePanel.Config.INCLUDE_QUERY_INSPECTORSpecifies whether to include a Query Inspector on this table, triggered with CTRL-ALT-Q.static final PropertyValue<Boolean> EntityTablePanel.Config.INCLUDE_SUMMARYSpecifies whether to include a summary panel.static final PropertyValue<Boolean> EntityPanel.Config.INCLUDE_TOGGLE_EDIT_PANEL_CONTROLSpecifies whether a control for toggling the edit panel is available to the user Value type: Boolean Default value: truestatic final PropertyValue<Boolean> EntityPanel.Config.KEYBOARD_NAVIGATIONIndicates whether keyboard navigation will be enabled Value type: Boolean Default value: truestatic final PropertyValue<Boolean> EntityApplicationPanel.LEGACY_PREFERENCESSpecifies whether legacy preferences are used along with file based preferences Value type: Boolean Default value: truestatic final PropertyValue<Boolean> EntityEditComponentPanel.MODIFIED_INDICATORSpecifies whether components should indicate that the value is modified Value type: Boolean Default value: truestatic final PropertyValue<Boolean> EntityEditPanel.Config.MODIFIED_WARNINGIndicates 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_LAYOUTSpecifies the default popup menu layout.static final PropertyValue<ReferentialIntegrityErrorHandling> ReferentialIntegrityErrorHandling.REFERENTIAL_INTEGRITY_ERROR_HANDLINGSpecifies whether to display the error message or the dependent entities in case of a referential integrity error on delete Value type:ReferentialIntegrityErrorHandlingDefault value:ReferentialIntegrityErrorHandling.DISPLAY_ERRORstatic final PropertyValue<EntityTablePanel.RefreshButtonVisible> EntityTablePanel.Config.REFRESH_BUTTON_VISIBLESpecifies 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_VISIBLEstatic final PropertyValue<Boolean> EntityTablePanel.Config.REFRESH_PROGRESS_BARSpecifies whether to show an indeterminate progress bar while the model is refreshing.static final PropertyValue<Integer> EntityTablePanel.Config.REFRESH_PROGRESS_BAR_DELAYSpecifies the number of milliseconds to delay showing the refresh progress bar, if enabled.static final PropertyValue<Boolean> EntityApplication.SAVE_DEFAULT_USERNAMESpecifies 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> EntityApplicationPanel.SQL_TRACINGSpecifies whether to include sql tracing related controls in the log menu.static final PropertyValue<Boolean> EntityApplication.STARTUP_DIALOGSpecifies whether a startup dialog should be shown Value type: Boolean Default value: truestatic final PropertyValue<Boolean> EntityTablePanel.Config.SUMMARY_PANEL_VISIBLESpecifies whether table summary panel should be visible or not by default Value type: Boolean Default value: falsestatic final PropertyValue<Integer> TabbedApplicationLayout.TAB_PLACEMENTSpecifies the tab placement Value type: Integer (SwingConstants.TOP, SwingConstants.BOTTOM, SwingConstants.LEFT, SwingConstants.RIGHT) Default value:SwingConstants.TOPstatic final PropertyValue<Boolean> EntityPanel.Config.TOOLBAR_CONTROLSSpecifies 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_LAYOUTSpecifies the default toolbar layout.static final PropertyValue<Boolean> EntityEditPanel.Config.USE_FOCUS_ACTIVATIONSpecifies whether edit panels should be activated when the panel (or its parent EntityPanel) receives focus Value type: Boolean Default value: truestatic final PropertyValue<Boolean> EntityEditPanel.Config.USE_SAVE_CAPTIONSpecifies whether the add/insert button caption should be 'Save' (mnemonic S), instead of 'Add' (mnemonic A) Value type: Boolean Default value: falsestatic final PropertyValue<String> EntityApplication.USERSpecifies the user for logging into the application on the formuser:password.static final PropertyValue<Boolean> EntityEditComponentPanel.VALID_INDICATORSpecifies whether components should indicate the validity of their current value Value type: Boolean Default value: truestatic final PropertyValue<EntityPanel.WindowType> EntityPanel.Config.WINDOW_TYPESpecifies 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_COLUMNSSpecifies the default number of text field columns Value type: Integer Default value: 20static final PropertyValue<EntitySearchField.SearchIndicator> EntitySearchField.SEARCH_INDICATORSpecifies the way aEntitySearchFieldindicates that a search is in progress.static final PropertyValue<Integer> EntitySearchField.SEARCH_PROGRESS_BAR_DELAYSpecifies the number of milliseconds to delay showing the refresh progress bar, if enabled. -
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_CLASSNAMESpecifies the name of theFrameworkIconsimplementation class to use.static final PropertyValue<Integer> FrameworkIcons.LARGE_SIZEThe default large icon size, note that this will affect the size of buttons Value type: Integer Default value: 20static final PropertyValue<Integer> FrameworkIcons.SMALL_SIZEThe default small icon size, note that this will affect the size of buttons Value type: Integer Default value: 16 -
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.API_SOURCE_DIRECTORYThe api source directory, relative to the user directory, used when saving the domain files when split into api/implstatic final PropertyValue<String> DomainGeneratorModel.COMBINED_SOURCE_DIRECTORYThe combined source directory, relative to the user directory.static final PropertyValue<String> DomainGeneratorModel.DOMAIN_PACKAGEThe default domain package.static final PropertyValue<String> DomainGeneratorModel.IMPL_SOURCE_DIRECTORYThe implementation source directory, relative to the user directory, used when saving the domain files when split into api/impl -
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_USERThe default user credentials to present in the login dialog, on the form username:password or just username.static final PropertyValue<String> DomainGeneratorPanel.USERThe user on the form username:password or just username in case no password is required.static final PropertyValue<Boolean> DomainGeneratorPanel.USER_REQUIREDSpecifies 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_RATESpecifies the statistics polling rate for the server monitor, in seconds.