public interface IEEFLabelController extends IEEFWidgetController
Modifier and Type | Method and Description |
---|---|
void |
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, removeNewLabelConsumer
onValidation, refresh, removeValidationConsumer
void onNewValue(IConsumer<java.lang.String> consumer)
consumer
- The consumer of the new value of the labelvoid removeNewValueConsumer()
void action(EEFWidgetAction action)
action
- Widget action