public interface IEEFListController extends IEEFWidgetController
| 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 |
onClick(java.lang.Object element,
java.lang.String onClickEventKind)
Invoked when the user clicks on an object.
|
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 |
removeNewValueConsumer()
Remove the consumer of the new value of the text.
|
computeHelp, onNewHelp, onNewLabel, removeNewHelpConsumer, removeNewLabelConsumeronValidation, refresh, removeValidationConsumervoid onNewValue(IConsumer<java.lang.Object> consumer)
consumer - The consumer of the new value of the textvoid removeNewValueConsumer()
void onClick(java.lang.Object element,
java.lang.String onClickEventKind)
element - Semantic elementonClickEventKind - The kind of event (single click or double click)org.eclipse.core.runtime.IStatus action(EEFWidgetAction action, java.util.List<java.lang.Object> selection)
action - Widget actionselection - The selected elements