Uses of Interface
de.espirit.common.base.ui.Gadget
Package
Description
-
Uses of Gadget in de.espirit.firstspirit.module
Modifier and TypeInterfaceDescriptioninterface
GadgetFactory<G extends Gadget,
E extends GomElement, C extends GadgetContext<? extends E>> Interface for a factory that is able to produce aGadget
. -
Uses of Gadget in de.espirit.firstspirit.ui.gadgets.swing
Modifier and TypeInterfaceDescriptioninterface
The base type for all swing gadget objects in the pluggable FirstSpirit module/component architecture.Modifier and TypeClassDescriptionclass
AbstractValueHoldingSwingGadget<T,
F extends GomFormElement> Abstract implementation providing basic functionalities supportingvalue holding
SwingGadget
s. -
Uses of Gadget in de.espirit.firstspirit.webedit.server.gadgets
Modifier and TypeInterfaceDescriptioninterface
GwtServerGadget<C extends Serializable>
Definition for the server-side implementation part of a GWT-basedGadget
.interface
WebPluginGadget<C extends Serializable>
Definition of a pluggable gadget providing means to a build web-technology based form element on server side.