Uses of Interface
is.codion.framework.model.EditorLink.Builder
Packages that use EditorLink.Builder
Package
Description
Package configuration values:
EntityApplicationModel.USER_PREFERENCES
EntityApplicationModel.PREFERENCES_KEY
EntityEditor.PUBLISH_PERSISTENCE_EVENTS
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
EntitySearchModel.PERSISTENCE_AWARE
-
Uses of EditorLink.Builder in is.codion.framework.model
Subinterfaces of EditorLink.Builder in is.codion.framework.modelMethods in is.codion.framework.model that return EditorLink.BuilderModifier and TypeMethodDescriptionEditorLink.Builder.beforeInsert(EditorLink.BeforeInsert beforeInsert) Overrides theEditorLink.BeforeInsertaction.Sets the link caption.EditorLink.Builder.clearEmpty(boolean clearEmpty) Specifies whether to clear all values instead of setting defaults when the detail editor is emptied on load, when no detail entity exists.EditorLink.Builder.LoadStep.condition(EditorLink.DetailCondition condition) Loads the detail row using theConditionproduced for each master entity.EditorLink.Builder.LoadStep.entity(EditorLink.DetailEntity entity) Loads the detail row using a user-supplied function — the lowest-level escape hatch when neither aEditorLink.DetailConditionnor aEditorLink.DetailSelectsuffices (e.g.Sets the presence predicate for the detail editor.EditorLink.Builder.LoadStep.select(EditorLink.DetailSelect select) Loads the detail row using theEntityConnection.Selectproduced for each master entity.