Annotation Type BindXAttribute


  • @Retention(SOURCE)
    @Target(TYPE)
    public @interface BindXAttribute
    Used to bind XAttribute key-value pair to IJCWidgetFactory with specified level of suitability.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String key
      The key of XAtribute
      int suitability
      Specifies suitability level of IJCWidgetFactory to a given XAtribute key-value pair.
      java.lang.String value
      The value of XAttribute
    • Element Detail

      • key

        java.lang.String key
        The key of XAtribute
        Returns:
      • value

        java.lang.String value
        The value of XAttribute
        Returns:
      • suitability

        int suitability
        Specifies suitability level of IJCWidgetFactory to a given XAtribute key-value pair. The suitability has to be unique for given key-value pair. This condition is checked in the build-time.
        Returns: