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:
is.codion.framework.model.DetailModelLink<SwingEntityModel,,SwingEntityEditModel, SwingEntityTableModel> is.codion.framework.model.ForeignKeyDetailModelLink<SwingEntityModel,SwingEntityEditModel, SwingEntityTableModel>
public class SwingForeignKeyDetailModelLink
extends is.codion.framework.model.DefaultForeignKeyDetailModelLink<SwingEntityModel,SwingEntityEditModel,SwingEntityTableModel>
A Swing
DefaultForeignKeyDetailModelLink implementation.-
Field Summary
Fields inherited from interface is.codion.framework.model.ForeignKeyDetailModelLink
CLEAR_FOREIGN_KEY_ON_EMPTY_SELECTION, REFRESH_ON_SELECTION, SEARCH_BY_INSERTED_ENTITY -
Constructor Summary
ConstructorsConstructorDescriptionSwingForeignKeyDetailModelLink(SwingEntityModel detailModel, is.codion.framework.domain.entity.attribute.ForeignKey foreignKey) -
Method Summary
Methods inherited from class is.codion.framework.model.DefaultForeignKeyDetailModelLink
clearForeignKeyOnEmptySelection, foreignKey, onDelete, onInsert, onSelection, onUpdate, refreshOnSelection, searchByInsertedEntityMethods inherited from class is.codion.framework.model.DefaultDetailModelLink
active, detailModelMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface is.codion.framework.model.DetailModelLink
active, detailModel
-
Constructor Details
-
SwingForeignKeyDetailModelLink
public SwingForeignKeyDetailModelLink(SwingEntityModel detailModel, is.codion.framework.domain.entity.attribute.ForeignKey foreignKey) - Parameters:
detailModel- the detail modelforeignKey- the foreign key to base this link on
-