Class SimpleJAXXObjectBinding

    • Field Detail

      • propertyNames

        protected final String[] propertyNames
    • Constructor Detail

      • SimpleJAXXObjectBinding

        public SimpleJAXXObjectBinding​(JAXXObject source,
                                       String id,
                                       boolean defaultBinding,
                                       String... propertyNames)
        Creates a new Data binding which will run the given data binding when it receives a PropertyChangeEvent.
        Parameters:
        source - the JAXXObject source of the binding
        id - the name of the data binding to run
        defaultBinding - flag to knwon if binding is coming from a generated jaxx object (true).
        propertyNames - the name of properties to listen on source
    • Method Detail

      • canApply

        public boolean canApply()
      • getPropertyNames

        public String[] getPropertyNames()
      • applyDataBinding

        public void applyDataBinding()
      • removeDataBinding

        public void removeDataBinding()