public static final class FooterAction.Builder
extends java.lang.Object
FooterAction.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
FooterAction. |
| Modifier and Type | Method and Description |
|---|---|
FooterAction |
build() |
FooterAction.Builder |
setDockToContainerFooter(java.lang.Boolean dockToContainerFooter)
If true, the footer will appear in the underlying container that holds the
widget.
|
FooterAction.Builder |
setLabel(Label label) |
FooterAction.Builder |
setUrl(java.lang.String url)
Hyperlink to the UI page that provides details of action.
|
public Builder()
FooterAction.public FooterAction.Builder setDockToContainerFooter(java.lang.Boolean dockToContainerFooter)
dockToContainerFooter - New value for the property.public FooterAction.Builder setLabel(Label label)
label - New value for the property.public FooterAction.Builder setUrl(java.lang.String url)
url - New value for the property.public FooterAction build()