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