public interface IEEFLabelController extends IEEFWidgetController
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.runtime.IStatus |
action(EEFWidgetAction action)
Invoked when the user clicks on an action button.
|
void |
onNewValue(IConsumer<java.lang.String> consumer)
Register a consumer which will be called with the new value of the label when it will change.
|
void |
removeNewValueConsumer()
Remove the consumer of the new value of the label.
|
computeHelp, onNewHelp, onNewLabel, removeNewHelpConsumer, removeNewLabelConsumeronValidation, refresh, removeValidationConsumervoid onNewValue(IConsumer<java.lang.String> consumer)
consumer - The consumer of the new value of the labelvoid removeNewValueConsumer()
org.eclipse.core.runtime.IStatus action(EEFWidgetAction action)
action - Widget action