Uses of Interface
de.xima.fc.form.common.models.IXItemWidget
-
Packages that use IXItemWidget Package Description de.xima.fc.form.common.models de.xima.fc.interfaces.plugin.param.form de.xima.fc.plugin.interfaces.form -
-
Uses of IXItemWidget in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return IXItemWidget Modifier and Type Method Description IXItemWidget
XItemWidgetWrapper. newInstance()
Methods in de.xima.fc.form.common.models that return types with arguments of type IXItemWidget Modifier and Type Method Description Class<? extends IXItemWidget>
XItemWidgetWrapper. getWraped()
Constructor parameters in de.xima.fc.form.common.models with type arguments of type IXItemWidget Constructor Description XItemWidgetWrapper(String uuid, Class<? extends IXItemWidget> wrap, Long versionTimestamp, String pluginName)
-
Uses of IXItemWidget in de.xima.fc.interfaces.plugin.param.form
Methods in de.xima.fc.interfaces.plugin.param.form that return types with arguments of type IXItemWidget Modifier and Type Method Description Class<? extends IXItemWidget>
IPluginFormElementWidgetIsAvailableInDesignerParams. getWidget()
-
Uses of IXItemWidget in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form that return types with arguments of type IXItemWidget Modifier and Type Method Description List<Class<? extends IXItemWidget>>
IPluginFormElementWidget. getWidgets(Locale locale)
-