| Package | Description |
|---|---|
| pl.fhframework.model.forms.messages |
| Modifier and Type | Method and Description |
|---|---|
ActionButton |
ActionButton.Builder.build() |
static ActionButton |
ActionButton.get(String buttonLabel,
pl.fhframework.core.messages.Action action) |
static ActionButton |
ActionButton.get(String buttonLabel,
java.util.function.Consumer<? super pl.fhframework.events.ViewEvent> viewEventAction) |
static ActionButton |
ActionButton.getClose(String buttonLabel) |
| Modifier and Type | Method and Description |
|---|---|
static pl.fhframework.core.messages.MessagePopup |
Messages.showActionMessage(pl.fhframework.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 pl.fhframework.core.messages.MessagePopup |
Messages.showActionMessage(pl.fhframework.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 © 2019. All rights reserved.