Uses of Enum Class
is.codion.framework.model.EntityTableModel.OnInsert
Packages that use EntityTableModel.OnInsert
Package
Description
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
-
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_INSERT
Specifies 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.OnInsert
Returns 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()