public static class ActionButton.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ActionButton |
build() |
ActionButton.Builder |
withAction(pl.fhframework.core.messages.Action action) |
ActionButton.Builder |
withButtonId(String buttonId) |
ActionButton.Builder |
withButtonLabel(String buttonLabel) |
ActionButton.Builder |
withViewEventAction(java.util.function.Consumer<? super pl.fhframework.events.ViewEvent> viewEventAction) |
public ActionButton.Builder withButtonId(String buttonId)
public ActionButton.Builder withButtonLabel(String buttonLabel)
public ActionButton.Builder withAction(pl.fhframework.core.messages.Action action)
public ActionButton.Builder withViewEventAction(java.util.function.Consumer<? super pl.fhframework.events.ViewEvent> viewEventAction)
public ActionButton build()
Copyright © 2019. All rights reserved.