public interface IEEFListController extends IEEFOnClickController
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.core.runtime.IStatus |
action(EEFWidgetAction action,
java.util.List<java.lang.Object> selection)
Invoked when the user clicks on an action button.
|
void |
onNewValue(java.util.function.Consumer<java.lang.Object> consumer)
Register a consumer which will be called with the new value of the text when it will change.
|
void |
removeNewValueConsumer()
Remove the consumer of the new value of the text.
|
onClickcomputeHelp, onNewHelp, onNewLabel, removeNewHelpConsumer, removeNewLabelConsumeronValidation, refresh, removeValidationConsumervoid onNewValue(java.util.function.Consumer<java.lang.Object> consumer)
consumer - The consumer of the new value of the textvoid removeNewValueConsumer()
org.eclipse.core.runtime.IStatus action(EEFWidgetAction action, java.util.List<java.lang.Object> selection)
action - Widget actionselection - The selected elements