Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc
Interface PdoTreeTableContextMenuItem<T extends PersistentDomainObject<T>>
- Type Parameters:
T
- the PDO type
public interface PdoTreeTableContextMenuItem<T extends PersistentDomainObject<T>>
A context menu item.
Context menu items are used in popup menus for
Context menu items are used in popup menus for
PdoTreeTableCell
s.
The implementations must be annotated with PdoTableContextMenuItemService
to 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