Interface IPluginFormResource
- All Superinterfaces:
IFCPlugin, INamedUiElement, INameProviding, ITransferable, Serializable
Deprecated.
Interface for plugins to integrate form resources like CSS or JavaScript
- Author:
- XIMA MEDIA GmbH
-
Field Summary
Fields inherited from interface IFCPlugin
CONFIG_FILENAMEFields inherited from interface INamedUiElement
ATTR_DISPLAY_NAMEFields inherited from interface INameProviding
ATTR_NAME, COL_NAME -
Method Summary
Modifier and TypeMethodDescriptiondefault byte[]Deprecated.Use / implementgetResourceData(IPluginFormResourceGetDataParams).default byte[]Deprecated.Deprecated.default EFormResourceTypeDeprecated.default EFormResourceTypeDeprecated.UsegetResourceType().default EPluginFormResourceTypegetType()Deprecated.ImplementgetRespourceType()insteadMethods inherited from interface IFCPlugin
getDescription, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstall, validateConfigurationData
-
Method Details
-
getType
Deprecated.ImplementgetRespourceType()instead- Returns:
- The
EFormResourceType, i.e. whether the resource is a JavaScript or CSS file.
-
getResourceType
Deprecated.- Returns:
- The
EFormResourceType, i.e. whether the resource is a JavaScript or CSS file.
-
getRespourceType
Deprecated.UsegetResourceType().- Returns:
- The
EFormResourceType, i.e. whether the resource is a JavaScript or CSS file.
-
getResourceName
String getResourceName()Deprecated.- Returns:
- The name of the form resource, with the correct file extension that corresponds to
getRespourceType().
-
getResourceData
Deprecated.Use / implementgetResourceData(IPluginFormResourceGetDataParams).- Returns:
- The binary data of the form resource.
-
getResourceData
Deprecated.- Parameters:
params- Parameters that can be used by this method, such as whether the form is rendered inline.- Returns:
- The binary data of the form resource.
-
IPluginFormResourcesinstead, it allows plugins to provide multiple resources of different types.