Uses of Interface
com.storedobject.vaadin.ClickHandler
Packages that use ClickHandler
-
Uses of ClickHandler in com.storedobject.vaadin
Subinterfaces of ClickHandler in com.storedobject.vaadinModifier and TypeInterfaceDescriptioninterfaceAn interface used by "displayable" classes such asView.interfaceHasColumns<T>Common interface forDataGridandDataTreeGrid.Classes in com.storedobject.vaadin that implement ClickHandlerModifier and TypeClassDescriptionclassA view that is used for creating "data entry forms" for a particular type of object.classA view that is used for creating "data entry forms".classAction form is used to execute some action if the user confirms it by pressing a "Yes" button.classDashboard is a "view" that can show multiple embedded "sub-views".classDataEditor<T>AViewthat is used for creating a "data entry form" with "Save"/"Cancel" buttons.classThis class is used to accept some quick data from the users.classDataGrid<T>Enhancement to Vaadin's Grid to handle Java Beans in a specialized way.classDataTreeGrid<T>Enhancement to Vaadin's TreeGrid to handle Java Beans in a specialized way.classA HomeViewthat shows an image (typically used to show a background image).classAn information message to be shown to the user.classListGrid<T>A grid that implements aListdata model.classA grid to be shown in a window with "Proceed/Cancel" buttons to select multiple entries.classSelectGrid<T>A grid to be shown in a window with "Proceed/Cancel" buttons to select an entry.classView represents an independent piece of information (typically a "data entry form" or some information dashboard) to be displayed in the content area of theApplication.classA helperViewclass that is used to view a single component.classViewGrid<T>A grid to be shown in a window with an "Exit" button for viewing the rows of the grid.classAViewthat is wrapped in anExecutableView.Methods in com.storedobject.vaadin that return ClickHandlerModifier and TypeMethodDescriptionstatic ClickHandlerClickHandler.transfer(ClickHandler clickHandler, com.vaadin.flow.component.Component another) Create a "click handler" that transfers the "clicks" to another component.Methods in com.storedobject.vaadin with parameters of type ClickHandlerModifier and TypeMethodDescriptioncom.vaadin.flow.shared.RegistrationAnchorButton.addClickHandler(ClickHandler clickHandler) Add a click handler.com.vaadin.flow.shared.RegistrationButton.addClickHandler(ClickHandler clickHandler) Add a click handler.com.vaadin.flow.shared.RegistrationClickable.addClickHandler(ClickHandler clickHandler) Add a click handler.com.vaadin.flow.shared.RegistrationConfirmButton.addClickHandler(ClickHandler clickHandler) com.vaadin.flow.shared.RegistrationIcon.addClickHandler(ClickHandler clickHandler) Add click handler.MenuBar.addMenuItem(com.vaadin.flow.component.Component component, ClickHandler clickHandler) MenuBar.addMenuItem(String caption, ClickHandler clickHandler) abstract MenuBarItemMenuBarItem.addMenuItem(com.vaadin.flow.component.Component component, ClickHandler clickHandler) Add a menu with its click-handler.abstract MenuBarItemMenuBarItem.addMenuItem(String caption, ClickHandler clickHandler) Add a menu with its click-handler.static <T extends com.vaadin.flow.component.Component>
com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<T>> ClickHandler.convert(ClickHandler clickHandler) Convert a Click Handler to aComponentEventListener.static ClickHandlerClickHandler.transfer(ClickHandler clickHandler, com.vaadin.flow.component.Component another) Create a "click handler" that transfers the "clicks" to another component.Constructors in com.storedobject.vaadin with parameters of type ClickHandlerModifierConstructorDescriptionAnchorButton(String text, ClickHandler clickHandler) Constructor.Breadcrumbs(ClickHandler clickHandler) Constructor with a "Click Handler".Button(com.vaadin.flow.component.Component icon, ClickHandler clickHandler) Constructor.Button(com.vaadin.flow.component.icon.VaadinIcon icon, ClickHandler clickHandler) Constructor.Button(String text, ClickHandler clickHandler) Constructor.Button(String text, com.vaadin.flow.component.Component icon, ClickHandler clickHandler) Constructor.Button(String text, com.vaadin.flow.component.icon.VaadinIcon icon, ClickHandler clickHandler) Constructor.Button(String text, String icon, ClickHandler clickHandler) Constructor.ButtonIcon(String icon, ClickHandler clickHandler) ConstructorClickable(T component, ClickHandler clickHandler) Constructor.ConfirmButton(com.vaadin.flow.component.Component icon, ClickHandler clickHandler) Constructor.ConfirmButton(com.vaadin.flow.component.Component icon, ClickHandler clickHandler, String message) Constructor.ConfirmButton(com.vaadin.flow.component.icon.VaadinIcon icon, ClickHandler clickHandler) Constructor.ConfirmButton(com.vaadin.flow.component.icon.VaadinIcon icon, ClickHandler clickHandler, String message) Constructor.ConfirmButton(String text, ClickHandler clickHandler) Constructor.ConfirmButton(String text, ClickHandler clickHandler, String message) Constructor.ConfirmButton(String text, com.vaadin.flow.component.Component icon, ClickHandler clickHandler) Constructor.ConfirmButton(String text, com.vaadin.flow.component.Component icon, ClickHandler clickHandler, String message) Constructor.ConfirmButton(String text, com.vaadin.flow.component.icon.VaadinIcon icon, ClickHandler clickHandler) Constructor.ConfirmButton(String text, com.vaadin.flow.component.icon.VaadinIcon icon, ClickHandler clickHandler, String message) Constructor.ConfirmButton(String text, String icon, ClickHandler clickHandler) Constructor.ConfirmButton(String text, String icon, ClickHandler clickHandler, String message) Constructor.ImageButton(com.vaadin.flow.component.icon.VaadinIcon icon, ClickHandler clickHandler) Constructor.ImageButton(String iconName, ClickHandler clickHandler) Constructor.ImageButton(String title, com.vaadin.flow.component.icon.VaadinIcon icon, ClickHandler clickHandler) Constructor.ImageButton(String title, String iconName, ClickHandler clickHandler) Constructor.