Package io.jmix.ui.component.table
Class LinkCellClickListener
java.lang.Object
io.jmix.ui.component.table.LinkCellClickListener
- All Implemented Interfaces:
Consumer<Table.Column.ClickEvent>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.springframework.context.ApplicationContext -
Constructor Summary
ConstructorsConstructorDescriptionLinkCellClickListener(org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Table.Column.ClickEvent clickEvent) protected EntityloadEntity(Entity entity) protected StringloadLinkScreenId(Table.Column column, MetaClass metaClass) protected OpenModeloadLinkScreenOpenMode(Table.Column column) protected voidonEditScreenAfterCommit(MetaPropertyPath mpp, Object rowItem, EditorScreen editor, Table owner)
-
Field Details
-
applicationContext
protected org.springframework.context.ApplicationContext applicationContext
-
-
Constructor Details
-
LinkCellClickListener
public LinkCellClickListener(org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceConsumer<Table.Column.ClickEvent>
-
loadEntity
-
loadLinkScreenId
-
loadLinkScreenOpenMode
-
onEditScreenAfterCommit
protected void onEditScreenAfterCommit(MetaPropertyPath mpp, Object rowItem, EditorScreen editor, Table owner)
-