Class Bindings


  • public class Bindings
    extends java.lang.Object

    All Bindings are called when ModelUpdates.ALL is called.

    If a Bound component has an "on" parameter then it will only be triggered if the specific ModelUpdate type is triggered.

    If a Bound component has no "on" parameter then it will be triggered by any update type (including none) triggered by its BindableModel.

    • Field Detail

      • STANDARD_BINDINGS

        public static final com.google.common.collect.ImmutableList<BindingWiring> STANDARD_BINDINGS
        The list of BindingWiring classes that are standard to this framework.
    • Constructor Detail

      • Bindings

        public Bindings()
      • Bindings

        public Bindings​(java.util.Collection<BindingWiring> wirings)
    • Method Detail

      • standard

        public static Bindings standard()
      • bind

        public void bind​(java.lang.Object object)
      • bindWithoutUpdate

        public void bindWithoutUpdate​(java.lang.Object object)
      • updateAll

        public void updateAll()