Interface ComponentActionsHolderUnbinder<C extends com.vaadin.flow.component.Component>
@Deprecated(since="2.2",
forRemoval=true)
public interface ComponentActionsHolderUnbinder<C extends com.vaadin.flow.component.Component>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
supports
(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version.<H extends com.vaadin.flow.component.Component,
A extends Action>
voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
supports
boolean supports(com.vaadin.flow.component.Component component) Deprecated, for removal: This API element is subject to removal in a future version. -
unbind
<H extends com.vaadin.flow.component.Component,A extends Action> void unbind(H holder, A action, C component) Deprecated, for removal: This API element is subject to removal in a future version.
-