public interface IEEFTextController extends IEEFWidgetController
Modifier and Type | Method and Description |
---|---|
void |
onNewValue(java.util.function.Consumer<java.lang.Object> consumer)
Register a consumer which will be called with the new value of the text when it will change.
|
void |
removeNewValueConsumer()
Remove the consumer of the new value of the text.
|
org.eclipse.core.runtime.IStatus |
updateValue(java.lang.String text)
Update the value of the text.
|
computeHelp, onNewHelp, onNewLabel, removeNewHelpConsumer, removeNewLabelConsumer
onValidation, refresh, removeValidationConsumer
org.eclipse.core.runtime.IStatus updateValue(java.lang.String text)
text
- The new value of the textvoid onNewValue(java.util.function.Consumer<java.lang.Object> consumer)
consumer
- The consumer of the new value of the textvoid removeNewValueConsumer()