public interface IEEFRadioController extends IEEFWidgetController
Modifier and Type | Method and Description |
---|---|
void |
onNewCandidates(IConsumer<java.util.List<java.lang.Object>> consumer)
Register a consumer which will be called with the new value of the candidates when it will change.
|
void |
onNewValue(IConsumer<java.lang.Object> consumer)
Register a consumer which will be called with the new value of the text when it will change.
|
void |
removeNewCandidatesConsumer()
Remove the consumer of the new value of the label.
|
void |
removeNewValueConsumer()
Remove the consumer of the new value of the text.
|
void |
updateValue(java.lang.Object text)
Update the value of the text.
|
onNewHelp, onNewLabel, removeNewHelpConsumer, removeNewLabelConsumer
onValidation, refresh, removeValidationConsumer
void updateValue(java.lang.Object text)
text
- The new value of the textvoid onNewValue(IConsumer<java.lang.Object> consumer)
consumer
- The consumer of the new value of the textvoid onNewCandidates(IConsumer<java.util.List<java.lang.Object>> consumer)
consumer
- The consumer of the new candidates of the combovoid removeNewValueConsumer()
void removeNewCandidatesConsumer()