public interface ILink
Modifier and Type | Method and Description |
---|---|
Date |
getLatestValidDate() |
String |
getURL(ContentContext ctx)
generate a URL or URI link with all elements to click on.
|
boolean |
isLinkValid(ContentContext ctx)
return true if the link on the component is enabled
|
void |
setLatestValidDate(Date date) |
boolean isLinkValid(ContentContext ctx) throws Exception
ctx
- Exception
String getURL(ContentContext ctx) throws Exception
ctx
- Exception
void setLatestValidDate(Date date)
Date getLatestValidDate()
Copyright © 2012-2018. All Rights Reserved.