Uses of Enum Class
is.codion.framework.model.EntityTableModel.OnInsert
Packages that use EntityTableModel.OnInsert
Package
Description
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
-
Uses of EntityTableModel.OnInsert in is.codion.framework.model
Fields in is.codion.framework.model with type parameters of type EntityTableModel.OnInsertModifier and TypeFieldDescriptionstatic final PropertyValue<EntityTableModel.OnInsert> EntityTableModel.ON_INSERTSpecifies the default action a table model takes when entities are inserted via its edit model.Methods in is.codion.framework.model that return EntityTableModel.OnInsertModifier and TypeMethodDescriptionstatic EntityTableModel.OnInsertReturns the enum constant of this class with the specified name.static EntityTableModel.OnInsert[]EntityTableModel.OnInsert.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in is.codion.framework.model that return types with arguments of type EntityTableModel.OnInsertModifier and TypeMethodDescriptionfinal Value<EntityTableModel.OnInsert> AbstractEntityTableModel.onInsert()EntityTableModel.onInsert()