| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders | |
| com.holonplatform.vaadin.flow.components.events |
| Modifier and Type | Method and Description |
|---|---|
static com.vaadin.flow.component.button.Button |
Components.button(com.holonplatform.core.i18n.Localizable text,
ClickEventListener<com.vaadin.flow.component.button.Button,ClickEvent<com.vaadin.flow.component.button.Button>> clickListener)
Create a
Button with given localizable text and given
click event listener. |
static com.vaadin.flow.component.button.Button |
Components.button(String text,
ClickEventListener<com.vaadin.flow.component.button.Button,ClickEvent<com.vaadin.flow.component.button.Button>> clickListener)
Create a
Button with given text and given click event
listener. |
static com.vaadin.flow.component.button.Button |
Components.button(String defaultText,
String messageCode,
ClickEventListener<com.vaadin.flow.component.button.Button,ClickEvent<com.vaadin.flow.component.button.Button>> clickListener)
Create a
Button with given localizable text and given
click event listener. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClickNotifierConfigurator<S,E extends ClickEvent<S>,C extends ClickNotifierConfigurator<S,E,C>>
Configurator for components which support
ClickEventListener registration. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClickEventListener<S,E extends ClickEvent<S>>
A listener for click events.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItemClickEvent<S,T>
Event fired when a component which represents an item is clicked.
|
interface |
ItemListingClickEvent<S,T,P>
An
ItemClickEvent bound to an ItemListing. |
Copyright © 2020 The Holon Platform. All rights reserved.