Interface IPluginFormElementWidgetIsAvailableInDesignerParams
-
public interface IPluginFormElementWidgetIsAvailableInDesignerParams
Parameters that are passed to a form element widget. Used to determined whether a widget is available. These parameters contain the widget to check, as well as additional details regarding the current project openend in the form designer.- Since:
- 7.0.1
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFormDesignerEnvironmentData
getEnvironmentData()
Class<? extends IXItemWidget>
getWidget()
-
-
-
Method Detail
-
getWidget
Class<? extends IXItemWidget> getWidget()
- Returns:
- The form element widget to check.
-
getEnvironmentData
IFormDesignerEnvironmentData getEnvironmentData()
- Returns:
- Details about the project that is opened in the designer, as well as the user, locale, and client.
-
-