Package is.codion.swing.framework.model
Class SwingForeignKeyDetailModelLink
java.lang.Object
is.codion.framework.model.DefaultDetailModelLink<M,E,T>
is.codion.framework.model.DefaultForeignKeyDetailModelLink<SwingEntityModel,SwingEntityEditModel,SwingEntityTableModel>
is.codion.swing.framework.model.SwingForeignKeyDetailModelLink
- All Implemented Interfaces:
DetailModelLink<SwingEntityModel,
,SwingEntityEditModel, SwingEntityTableModel> ForeignKeyDetailModelLink<SwingEntityModel,
SwingEntityEditModel, SwingEntityTableModel>
public class SwingForeignKeyDetailModelLink
extends DefaultForeignKeyDetailModelLink<SwingEntityModel,SwingEntityEditModel,SwingEntityTableModel>
A Swing
DefaultForeignKeyDetailModelLink
implementation.-
Field Summary
Fields inherited from interface is.codion.framework.model.ForeignKeyDetailModelLink
CLEAR_FOREIGN_KEY_CONDITION_ON_EMPTY_SELECTION, CLEAR_FOREIGN_KEY_VALUE_ON_EMPTY_SELECTION, REFRESH_ON_SELECTION, SET_FOREIGN_KEY_CONDITION_ON_INSERT, SET_FOREIGN_KEY_VALUE_ON_INSERT
-
Constructor Summary
ConstructorDescriptionSwingForeignKeyDetailModelLink
(SwingEntityModel detailModel, ForeignKey foreignKey) -
Method Summary
Methods inherited from class is.codion.framework.model.DefaultForeignKeyDetailModelLink
clearForeignKeyConditionOnEmptySelection, clearForeignKeyValueOnEmptySelection, foreignKey, onDelete, onInsert, onSelection, onUpdate, refreshOnSelection, setForeignKeyConditionOnInsert, setForeignKeyValueOnInsert
Methods inherited from class is.codion.framework.model.DefaultDetailModelLink
active, detailModel
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface is.codion.framework.model.DetailModelLink
active, detailModel
-
Constructor Details
-
SwingForeignKeyDetailModelLink
- Parameters:
detailModel
- the detail modelforeignKey
- the foreign key to base this link on
-