Module is.codion.framework.model
Package is.codion.framework.model
Interface EditorLink.Builder.EditorStep
- Enclosing interface:
EditorLink.Builder<R extends EntityEditor<R>>
public static interface EditorLink.Builder.EditorStep
The first step — binds the detail editor that the link will describe.
-
Method Summary
Modifier and TypeMethodDescription<R extends EntityEditor<R>>
EditorLink.Builder.ForeignKeyNameStep<R> editor(R editor)
-
Method Details
-
editor
- Type Parameters:
R- the editor type- Parameters:
editor- the detail editor- Returns:
- a builder step for choosing between a foreign-key based or named link
-