public class ActionLinkImpl extends Object implements ActionLink
ActionLink.Field| Constructor and Description |
|---|
ActionLinkImpl()
Construct an empty ActionLinkImpl.
|
| 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
|
public String getTarget()
getTarget in interface ActionLinkpublic void setTarget(String target)
setTarget in interface ActionLinktarget - a targetpublic String getCaption()
getCaption in interface ActionLinkpublic void setCaption(String caption)
setCaption in interface ActionLinkcaption - a captionCopyright © 2007-2012. All Rights Reserved.