| Modifier and Type | Method and Description |
|---|---|
WebViewHeightRatioType |
HomeUrl.getWebviewHeightRatio() |
| Modifier and Type | Method and Description |
|---|---|
void |
HomeUrl.setWebviewHeightRatio(WebViewHeightRatioType webviewHeightRatio) |
| Modifier and Type | Method and Description |
|---|---|
GenericTemplateElementBuilder |
GenericTemplateElementBuilder.addUrlButton(String title,
String url,
WebViewHeightRatioType ratioType)
Adds a button which redirects to an URL when clicked to the current
GenericTemplateElement. |
ButtonTemplateBuilder |
ButtonTemplateBuilder.addUrlButton(String title,
String url,
WebViewHeightRatioType ratioType)
Adds a button which redirects to an URL when clicked to the current
template.
|
static Button |
ButtonFactory.createUrlButton(String title,
String url,
WebViewHeightRatioType ratioType)
Creates a web view button.
|
| Modifier and Type | Method and Description |
|---|---|
static WebViewHeightRatioType |
WebViewHeightRatioType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebViewHeightRatioType[] |
WebViewHeightRatioType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
WebUrlButton(String title,
String url,
WebViewHeightRatioType ratioType)
Instantiates a new web url button.
|
Copyright © 2017 BotMill. All rights reserved.