public interface IEEFMultipleReferencesController extends IEEFWidgetController
Modifier and Type | Method and Description |
---|---|
void |
create()
Invoked when the user pushes the create button.
|
void |
down(java.util.List<java.lang.Object> elements)
Invoked when the user pushes the down button.
|
void |
onClick(java.lang.Object element)
Invoked when the user double clicks on a reference.
|
void |
onNewValue(java.util.function.Consumer<java.util.List<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.
|
void |
search()
Invoked when the user pushes the search button.
|
void |
unset(java.util.List<java.lang.Object> elements)
Invoked when the user pushes the unset button.
|
void |
up(java.util.List<java.lang.Object> elements)
Invoked when the user pushes the up button.
|
computeHelp, onNewHelp, onNewLabel, removeNewHelpConsumer, removeNewLabelConsumer
onValidation, refresh, removeValidationConsumer
void onNewValue(java.util.function.Consumer<java.util.List<java.lang.Object>> consumer)
consumer
- The consumer of the new value of the textvoid removeNewValueConsumer()
void create()
void search()
void unset(java.util.List<java.lang.Object> elements)
elements
- Selected elementsvoid up(java.util.List<java.lang.Object> elements)
elements
- Selected elementsvoid down(java.util.List<java.lang.Object> elements)
elements
- Selected elementsvoid onClick(java.lang.Object element)
element
- Selected element