Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc
Interface PdoTableContextMenuItem<S,T extends org.tentackle.pdo.PersistentDomainObject<T>>
-
- Type Parameters:
S- the table row's typeT- the PDO type
public interface PdoTableContextMenuItem<S,T extends org.tentackle.pdo.PersistentDomainObject<T>>A context menu item.
Context menu items are used in popup menus forPdoTableCells. The implementations must be annotated withPdoTableContextMenuItemServiceto be found.The menu item must provide the following constructor:
SomeMenuItem(PdoTableCell cell)
This is checked by an annotation processor.Items with isVisible() == false will not be added to the contextmenu.
- Author:
- harald