Class MoDataBindingElement


public class MoDataBindingElement extends SoReplacedElement
Element that stores the current data binding.
See Also:
  • Method Details

    • set

      public static void set(SoState state, SoNode node, MoDataBinding.DataBinding dataBinding)
      Sets the current data binding for the specified traversal state and node.
      Parameters:
      state - traversal state
      node - data binding node
      dataBinding - the data binding
    • getDataBinding

      public static MoDataBinding.DataBinding getDataBinding(SoState state)
      Returns the current data binding from the specified traversal state.
      Parameters:
      state - traversal state
      Returns:
      the current data binding