public interface ActionLink
ActionLink interface.
| Modifier and Type | Interface and Description |
|---|---|
static class |
ActionLink.Field
Fields that represent JSON elements for an activity entry.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCaption()
Get the caption for this action link.
|
String |
getTarget()
Get the target of this action link
|
void |
setCaption(String caption)
Set the caption for this action link.
|
void |
setTarget(String target)
Set the target of this action link
|
String getTarget()
void setTarget(String target)
target - a targetString getCaption()
void setCaption(String caption)
caption - a captionCopyright © 2007-2012. All Rights Reserved.