public class ActivityButton
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static ActivityButton |
create(java.lang.String title,
Action action)
Create a new button with title and action.
|
Action |
getAction() |
java.lang.String |
getTitle() |
public static ActivityButton create(java.lang.String title, Action action)
title
- Title of the button in UI.action
- Action to be performed when button is clicked.public Action getAction()
public java.lang.String getTitle()
(c) Copyright GetSocial BV, 2022. All Rights Reserved.