Class ExtensionFunctionDescriptor

java.lang.Object
com.inductiveautomation.vision.api.designer.beans.ExtensionFunctionDescriptor

public class ExtensionFunctionDescriptor extends Object
Describes an extension function that a component may call during it's lifecycle. To add support for extension functions on your component, do the following:
  1. Have your component implement the ExtensibleComponent interface.
  2. Add a List of these descriptors to your bean descriptor. In your bean info's initDesc() method, add a list of these descriptors as an additional value under the key EXTENSION_FUNCTIONS
  • Field Details

    • EXTENSION_FUNCTIONS

      public static final String EXTENSION_FUNCTIONS
      The key for a bean descriptor property that defines a component's list of extension functions that may be implemented.
      See Also:
  • Method Details