public class ActionButton extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionButton.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActionButton.Builder |
builder() |
static ActionButton |
get(String buttonLabel,
Action action) |
static ActionButton |
get(String buttonLabel,
java.util.function.Consumer<? super ViewEvent> viewEventAction) |
Action |
getAction() |
String |
getButtonId() |
String |
getButtonLabel() |
static ActionButton |
getClose(String buttonLabel) |
java.util.function.Consumer<? super ViewEvent> |
getViewEventAction() |
public String getButtonLabel()
public String getButtonId()
public Action getAction()
public java.util.function.Consumer<? super ViewEvent> getViewEventAction()
public static ActionButton.Builder builder()
public static ActionButton get(String buttonLabel, Action action)
public static ActionButton get(String buttonLabel, java.util.function.Consumer<? super ViewEvent> viewEventAction)
public static ActionButton getClose(String buttonLabel)
Copyright © 2020. All rights reserved.