Interface JAXXBinding

    • Method Detail

      • getId

        String getId()
        Returns:
        the unique id of a binding
      • isDefaultBinding

        boolean isDefaultBinding()
        This state is not used actually, but will be usefull later...
        Returns:
        true if binding was registred as a default binding, false otherwise
      • applyDataBinding

        void applyDataBinding()
        Apply the binding without processing it (say just install listeners).
      • processDataBinding

        void processDataBinding()
        Processes the binding.
      • removeDataBinding

        void removeDataBinding()
        Remove the binding.