Interface PropertyBindingConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONFIG_SOURCE_PATH
      The key in the binding config object for the path to the source property
      static java.lang.String TYPE_ID
      The type ID for property bindings.
    • Field Detail

      • TYPE_ID

        static final java.lang.String TYPE_ID
        The type ID for property bindings.
        See Also:
        Constant Field Values
      • CONFIG_SOURCE_PATH

        static final java.lang.String CONFIG_SOURCE_PATH
        The key in the binding config object for the path to the source property
        See Also:
        Constant Field Values