Interface GwtServerGadget<C extends Serializable>
- All Superinterfaces:
Aspectable
,Gadget
- All Known Subinterfaces:
WebPluginGadget<C>
Definition for the server-side implementation part of a GWT-based
Gadget
.- Since:
- 5.1.25
-
Method Summary
Modifier and TypeMethodDescriptionProvides gadget specific configuration information for the client-side to properly render with respect to the gadget's form definition.Methods inherited from interface de.espirit.firstspirit.aspects.Aspectable
getAspect
-
Method Details
-
getWidgetConfiguration
C getWidgetConfiguration()Provides gadget specific configuration information for the client-side to properly render with respect to the gadget's form definition.- Returns:
- The widget configuration information.
- Since:
- 5.1.25
-