Uses of Interface
is.codion.framework.domain.entity.attribute.AttributeDefinition
Packages that use AttributeDefinition
Package
Description
Attribute related classes.
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
EntityPanel.Config.EDIT_PANEL_CONSTRAINTS
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
-
Uses of AttributeDefinition in is.codion.framework.domain.entity
Methods in is.codion.framework.domain.entity that return AttributeDefinitionModifier and TypeMethodDescription<T> AttributeDefinition<T> EntityDefinition.Attributes.definition(Attribute<T> attribute) Methods in is.codion.framework.domain.entity that return types with arguments of type AttributeDefinitionMethods in is.codion.framework.domain.entity with parameters of type AttributeDefinitionModifier and TypeMethodDescriptiondefault booleanEntityValidator.validated(Entity entity, AttributeDefinition<?> definition) Specifies whether the given attribute should be validated -
Uses of AttributeDefinition in is.codion.framework.domain.entity.attribute
Subinterfaces of AttributeDefinition in is.codion.framework.domain.entity.attributeModifier and TypeInterfaceDescriptioninterfaceSpecifies an attribute definition based on a table column.interfaceA definition for attributes which value is derived from the values of one or more attributes.interfaceRepresents a reference to another entity, typically but not necessarily based on a foreign key.interfaceAn attribute that does not map to an underlying database column.interfaceDefines an Attribute that holds concrete values (String, Integer, BigDecimal, etc.) requiring type-specific validation, formatting, and constraints.Methods in is.codion.framework.domain.entity.attribute that return AttributeDefinitionModifier and TypeMethodDescriptionAttributeDefinition.Builder.build()Builds a new attribute definition instance -
Uses of AttributeDefinition in is.codion.swing.framework.ui
Methods in is.codion.swing.framework.ui with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionprotected <T> FilterTableCellRenderer.Builder<Entity, Attribute<?>, T> EntityTableCellRendererFactory.builder(AttributeDefinition<T> attributeDefinition) protected <T> FilterTableCellRenderer<Entity, Attribute<?>, T> EntityTableCellRendererFactory.create(AttributeDefinition<T> attributeDefinition, SwingEntityTableModel tableModel) -
Uses of AttributeDefinition in is.codion.swing.framework.ui.component
Methods in is.codion.swing.framework.ui.component with parameters of type AttributeDefinitionModifier and TypeMethodDescriptionEditComponentFactory.caption(AttributeDefinition<T> attributeDefinition) Provides a way to override the default attribute caption, when presenting the component to the user.