IEEFController
, IEEFWidgetController
EEFLabelController
public interface IEEFLabelController extends IEEFWidgetController
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.core.runtime.IStatus |
action(EEFWidgetAction action) |
Invoked when the user clicks on an action button.
|
void |
onNewValue(java.util.function.Consumer<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.
|
onValidation, refresh, removeValidationConsumer
computeHelp, onNewHelp, onNewLabel, removeNewHelpConsumer, removeNewLabelConsumer
void onNewValue(java.util.function.Consumer<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