@Documented @Inherited @Retention(value=RUNTIME) @Target(value=TYPE) @MappedService(value=PdoTableContextMenuItem.class) public @interface PdoTableContextMenuItemService
PdoTableContextMenuItem.| Modifier and Type | Required Element and Description |
|---|---|
int |
ordinal
The ordinal to sort the menu-items within the context menu.
0 comes first. |
Class<? extends PersistentDomainObject> |
value
Determines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces. |
public abstract Class<? extends PersistentDomainObject> value
The class may be also a super-interface. For example, PersistentDomainObject will apply to all PDOs.
public abstract int ordinal
If the same ordinal is defined more than once, the menu item closest in the the PDO-inheritance tree will override all others.
public abstract String group
Tentackle - distributed, domain- and model-driven