Annotation Type Form

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Assign a key to this mapping.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      Form.BINDING_MODE bindingMode
      Explicitly set the bindingMode.
    • Element Detail

      • value

        String value
        Assign a key to this mapping. The key is set on the portlet registration in the repository and is used to map the iKnowBase Portlet registration to iKnowBase JavaSDK Portlet implementation method.

        The value must match expression ^[a-zA-Z][a-zA-Z0-9_$]+$.

        "value" is the default annotation property and supports using the @PortletMapping annotation with a simple String without explicitly using the "value" property.

      • bindingMode

        Form.BINDING_MODE bindingMode
        Explicitly set the bindingMode. Defaults to PROPERTY (Property Accessors).

        IMPORTANT: You CANNOT mix FIELD and PROPERTY binding.

        Default:
        com.iknowbase.api.presentationservices.form.annotation.Form.BINDING_MODE.PROPERTY