public interface IEEFButtonController extends IEEFWidgetController
Modifier and Type | Method and Description |
---|---|
void |
onNewButtonLabel(IConsumer<java.lang.String> consumer)
Register a consumer which will be called with the new value of the button's label when it will change.
|
void |
pushed()
Invoked when the user pushes the button.
|
void |
removeNewButtonLabelConsumer()
Remove the consumer of the new value of the button's label.
|
onNewHelp, onNewLabel, removeNewHelpConsumer, removeNewLabelConsumer
onValidation, refresh, removeValidationConsumer
void onNewButtonLabel(IConsumer<java.lang.String> consumer)
consumer
- The consumer of the new value of the button's labelvoid removeNewButtonLabelConsumer()
void pushed()