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.Class<? extends PersistentDomainObject>valueDetermines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces.
-
-
-
Element Detail
-
value
Class<? extends 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
-
-
-
group
String group
Defines the group the item belongs to.
Separators will be inserted between groups.- Returns:
- the group, empty for default group
- Default:
- ""
-
-