Class TextBindingFeature

All Implemented Interfaces:
Serializable

public class TextBindingFeature extends ServerSideFeature
Node feature for binding a Signal to the text content of a node.

For internal use only. May be renamed or removed in a future release.

See Also:
  • Constructor Details

    • TextBindingFeature

      public TextBindingFeature(StateNode node)
      Creates a TextBindingFeature for the given node.
      Parameters:
      node - the node which supports the feature
  • Method Details

    • setBinding

      public void setBinding(Registration registration, Signal<String> textSignal)
    • hasBinding

      public boolean hasBinding()
    • removeBinding

      public void removeBinding()