Module org.tentackle.fx.rdc
Package org.tentackle.fx.rdc
Annotation Type PdoTableContextMenuItemService
-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @MappedService(PdoTableContextMenuItem.class) public @interface PdoTableContextMenuItemService
Annotation to express that the annotated class is aPdoTableContextMenuItem.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intordinalThe ordinal to sort the menu-items within the context menu.
0 comes first.java.lang.Class<? extends org.tentackle.pdo.PersistentDomainObject>valueDetermines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringgroupDefines the group the item belongs to.
Separators will be inserted between groups.
-
-
-
Element Detail
-
value
java.lang.Class<? extends org.tentackle.pdo.PersistentDomainObject> value
Determines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces.The class may be also a super-interface. For example, PersistentDomainObject will apply to all PDOs.
- Returns:
- the PDO class
-
-