T - the type of the component implementing this interface@FunctionalInterface public interface HasRemoveHandler<T>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HasRemoveHandler.RemoveHandler
a function to handle removing of the component
|
| Modifier and Type | Method and Description |
|---|---|
T |
addRemoveHandler(HasRemoveHandler.RemoveHandler removeHandler)
adds a remove handler to the component
|
T addRemoveHandler(HasRemoveHandler.RemoveHandler removeHandler)
removeHandler - HasRemoveHandler.RemoveHandlerCopyright © 2019–2022 Dominokit. All rights reserved.