Uses of Interface
de.espirit.firstspirit.client.plugin.Item
Package
Description
Provides interfaces and types for client plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit.Provides interfaces and types for java client context menu plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit into the context menu of the java client.Provides interfaces and types for client toolbar plugins.
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate client plugins via the
public hotspot
of FirstSpirit into the toolbar of the java client.Provides interfaces and types for web client plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit.Provides interfaces and types for web client inline edit plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit into the inline edit area of the web client.Provides interfaces and types for web client report plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit into the reporting area of the web client.Provides interfaces and types for web client toolbar plugins.
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
This package provides types, interfaces and classes, that are to be used to integrate web client plugins via the
public hotspot
of FirstSpirit into the toolbar of the web client.-
Uses of Item in de.espirit.firstspirit.client.plugin
Modifier and TypeInterfaceDescriptioninterface
GroupingPluginItem<C extends BaseContext,
T extends Item<C>> Definition of an item providing sub-items.interface
ItemsPlugin<A extends Item<?>>
General type definition of plug-ins providing an arbitrary number of items of a specific item type.interface
JavaClientItemsPlugin<T extends Item<?>>
JavaClient plug-in providing items.Modifier and TypeInterfaceDescriptioninterface
Provides access to an external preview service. -
Uses of Item in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Modifier and TypeMethodDescriptionCollection<? extends Item<BaseContext>>
StaticItemsProviding.getStaticItems()
Provides an arbitrary number of static items for a data access report. -
Uses of Item in de.espirit.firstspirit.client.plugin.report
Modifier and TypeInterfaceDescriptioninterface
An executable item to be used in java client reports.interface
ReportItem<T>
Item for report plugin providing an executable operation. -
Uses of Item in de.espirit.firstspirit.client.plugin.toolbar
Modifier and TypeInterfaceDescriptioninterface
Definition of an toolbar item that is executable and additionally provides sub-items.interface
An executable item to be used in a toolbar.interface
Definition of an item targeting the toolbar of the javaclient.interface
A toggleable item to be used in a toolbar. -
Uses of Item in de.espirit.firstspirit.webedit.plugin
Modifier and TypeInterfaceDescriptioninterface
WebeditItemsPlugin<T extends Item<?>>
Webedit plug-in providing items. -
Uses of Item in de.espirit.firstspirit.webedit.plugin.inlineedit
Modifier and TypeInterfaceDescriptioninterface
Item providing a native script for client-side execution in the context of inline editing.interface
Item for inline editing providing an executable operation.interface
Definition of an item targeting inline editing. -
Uses of Item in de.espirit.firstspirit.webedit.plugin.media
Modifier and TypeInterfaceDescriptioninterface
Definition of an item targeting media managing providing a native script for client-side execution.interface
Definition of an item targeting media managing providing an executable operation.interface
Definition of an item targeting media managing. -
Uses of Item in de.espirit.firstspirit.webedit.plugin.report
Modifier and TypeInterfaceDescriptioninterface
Item providing a native script for client-side execution in the context of webedit reports.interface
An executable item to be used in web client reports. -
Uses of Item in de.espirit.firstspirit.webedit.plugin.status
Modifier and TypeInterfaceDescriptioninterface
Item definition for a status information in webedit. -
Uses of Item in de.espirit.firstspirit.webedit.plugin.toolbar
Modifier and TypeInterfaceDescriptioninterface
Item providing a native script for client-side execution in the context of toolbar actions.interface
Toolbar menu item providing an executable operation.interface
Item definition for the toolbar in Webedit.