| Package | Description |
|---|---|
| pl.fhframework.model.forms.messages |
| Modifier and Type | Method and Description |
|---|---|
ActionButton |
ActionButton.Builder.build() |
static ActionButton |
ActionButton.get(String buttonLabel,
Action action) |
static ActionButton |
ActionButton.get(String buttonLabel,
java.util.function.Consumer<? super ViewEvent> viewEventAction) |
static ActionButton |
ActionButton.getClose(String buttonLabel) |
| Modifier and Type | Method and Description |
|---|---|
static MessagePopup |
Messages.showActionMessage(UserSession session,
String title,
Messages.TextMessage textMessage,
Messages.Severity severity,
ActionButton... actions)
Helper method
Shows message dialog and creates button provided with actions triggered when button is
pressed
|
static MessagePopup |
Messages.showActionMessage(UserSession session,
String title,
String message,
Messages.Severity severity,
ActionButton... actions)
Helper method
Shows message dialog and creates button provided with actions triggered when button is
pressed
|
Messages.Builder |
Messages.Builder.withButtonAction(ActionButton action) |
| Modifier and Type | Method and Description |
|---|---|
Messages.Builder |
Messages.Builder.withButtonActions(Collection<ActionButton> actions) |
Copyright © 2020. All rights reserved.