public interface Action
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getTitle() |
URL |
getUrl() |
String getId()
ActionProvider that supplied the ActionActionProviderURL getUrl()
URL object that provides business logic when invoked. This could be used as the
href of a html hyperlink.String getTitle()
Action. Title can be used
as the hyperlink text for a HTML hyperlink.This work is licensed under a Creative Commons Attribution 4.0 International License.