Class TextBindingFeature
java.lang.Object
com.vaadin.flow.internal.nodefeature.NodeFeature
com.vaadin.flow.internal.nodefeature.ServerSideFeature
com.vaadin.flow.internal.nodefeature.TextBindingFeature
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionTextBindingFeature(StateNode node) Creates a TextBindingFeature for the given node. -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoidsetBinding(Registration registration, Signal<String> textSignal) Methods inherited from class com.vaadin.flow.internal.nodefeature.ServerSideFeature
collectChanges, forEachChild, generateChangesFromEmptyMethods inherited from class com.vaadin.flow.internal.nodefeature.NodeFeature
allowsChanges, attachPotentialChild, detatchPotentialChild, getNode, onAttach, onDetach
-
Constructor Details
-
TextBindingFeature
Creates a TextBindingFeature for the given node.- Parameters:
node- the node which supports the feature
-
-
Method Details
-
hasBinding
public boolean hasBinding() -
removeBinding
public void removeBinding()