public interface IEEFHyperlinkController extends IEEFWidgetController
| Modifier and Type | Method and Description |
|---|---|
void |
action(EEFWidgetAction action)
Invoked when the user clicks on an action button.
|
void |
onClick(java.lang.Object element)
Invoked when the user clicks on an hyperlink.
|
void |
onNewValue(IConsumer<java.lang.String> consumer)
Register a consumer which will be called with the new value of the hyperlink when it will change.
|
void |
removeNewValueConsumer()
Remove the consumer of the new value of the hyperlink.
|
computeHelp, onNewHelp, onNewLabel, removeNewHelpConsumer, removeNewLabelConsumeronValidation, refresh, removeValidationConsumervoid onClick(java.lang.Object element)
element - Semantic elementvoid onNewValue(IConsumer<java.lang.String> consumer)
consumer - The consumer of the new value of the hyperlinkvoid removeNewValueConsumer()
void action(EEFWidgetAction action)
action - Widget action