Uses of Interface
de.xima.fc.interfaces.plugin.param.form.IPluginFormElementGetResourceParams
-
Packages that use IPluginFormElementGetResourceParams Package Description de.xima.fc.plugin.interfaces.form -
-
Uses of IPluginFormElementGetResourceParams in de.xima.fc.plugin.interfaces.form
Methods in de.xima.fc.plugin.interfaces.form with parameters of type IPluginFormElementGetResourceParams Modifier and Type Method Description default IResourceDescriptor
IPluginFormElementWidget. getCssForDesignerUiResource(IPluginFormElementGetResourceParams params)
Return the path to the CSS file that is loaded when the form designer is opened.default IResourceDescriptor
IPluginFormElementWidget. getCssResource(IPluginFormElementGetResourceParams params)
Return the path to the CSS file that is loaded when the form designer is opened.default IResourceDescriptor
IPluginFormElementWidget. getJavaScriptResource(IPluginFormElementGetResourceParams params)
Returns the contents of the JavaScript file that is loaded when the form designer is opened .
-