Uses of Package
com.vaadin.flow.component.spreadsheet.framework
Packages that use com.vaadin.flow.component.spreadsheet.framework
Package
Description
-
Classes in com.vaadin.flow.component.spreadsheet.framework used by com.vaadin.flow.component.spreadsheetClassDescriptionInterface implemented by all components where actions can be registered.Interface implemented by classes who wish to handle actions.
-
Classes in com.vaadin.flow.component.spreadsheet.framework used by com.vaadin.flow.component.spreadsheet.actionClassDescriptionImplements the action framework.Interface implemented by classes who wish to handle actions.
-
Classes in com.vaadin.flow.component.spreadsheet.framework used by com.vaadin.flow.component.spreadsheet.frameworkClassDescriptionImplements the action framework.Interface implemented by all components where actions can be registered.Interface implemented by classes who wish to handle actions.An Action that implements this interface can be added to an Action.Notifier (or NotifierProxy) via the
addAction()-method, which in many cases is easier than implementing the Action.Handler interface.