| Package | Description |
|---|---|
| com.holonplatform.vaadin.flow.components | |
| com.holonplatform.vaadin.flow.components.builders |
| 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 | Method and Description |
|---|---|
default C |
ClickNotifierConfigurator.onClick(ClickEventListener<S,E> clickEventListener)
Register a click event listener.
|
C |
ClickNotifierConfigurator.withClickListener(ClickEventListener<S,E> clickEventListener)
Register a click event listener.
|
C |
ItemListingConfigurator.withItemClickListener(ClickEventListener<L,ItemClickEvent<L,T>> listener)
Adds a listener that gets notified when user clicks on an item row.
|
Copyright © 2019 The Holon Platform. All rights reserved.