|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILinkComponent | |
---|---|
org.apache.tapestry.contrib.link | Additional components related to rendering html links. |
org.apache.tapestry.link | Components for creating links on the page that trigger application behavior when clicked. |
Uses of ILinkComponent in org.apache.tapestry.contrib.link |
---|
Methods in org.apache.tapestry.contrib.link with parameters of type ILinkComponent | |
---|---|
protected String |
PopupLinkRenderer.constructURL(ILinkComponent component,
IRequestCycle cycle)
|
void |
ButtonLinkRenderer.renderLink(IMarkupWriter writer,
IRequestCycle cycle,
ILinkComponent component)
|
void |
RawURLLinkRenderer.renderLink(IMarkupWriter writer,
IRequestCycle cycle,
ILinkComponent linkComponent)
Renders the link, taking into account whether the link is disabled . |
void |
FormLinkRenderer.renderLink(IMarkupWriter writer,
IRequestCycle cycle,
ILinkComponent linkComponent)
|
Uses of ILinkComponent in org.apache.tapestry.link |
---|
Classes in org.apache.tapestry.link that implement ILinkComponent | |
---|---|
class |
AbstractLinkComponent
Base class for implementations of ILinkComponent . |
class |
DirectLink
A component for creating a link using the direct service; used for actions that are not dependant on dynamic page state. |
class |
ExternalLink
A component for creating a link to IExternalPage using
the ExternalService . |
class |
GenericLink
An implementation of ILinkComponent
that allows the exact HREF to be specified, usually used for client side
scripting. |
class |
PageLink
A component for creating a navigation link to another page, using the page service. |
class |
ServiceLink
A component for creating a link for an arbitrary engine service . |
Methods in org.apache.tapestry.link with parameters of type ILinkComponent | |
---|---|
protected void |
DefaultLinkRenderer.afterBodyRender(IMarkupWriter writer,
IRequestCycle cycle,
ILinkComponent link)
Invoked after the body of the link is rendered, but before renderAdditionalAttributes(IMarkupWriter, IRequestCycle) is
invoked (but only if the link is not disabled). |
protected void |
DefaultLinkRenderer.beforeBodyRender(IMarkupWriter writer,
IRequestCycle cycle,
ILinkComponent link)
Invoked after the href attribute has been written but before the body of the link is rendered (but only if the link is not disabled). |
protected String |
AbsoluteLinkRenderer.constructURL(ILinkComponent component,
IRequestCycle cycle)
|
protected String |
DefaultLinkRenderer.constructURL(ILinkComponent component,
IRequestCycle cycle)
Converts the EngineServiceLink into a URI or URL. |
void |
ILinkRenderer.renderLink(IMarkupWriter writer,
IRequestCycle cycle,
ILinkComponent linkComponent)
Renders the link, taking into account whether the link is disabled . |
void |
DefaultLinkRenderer.renderLink(IMarkupWriter writer,
IRequestCycle cycle,
ILinkComponent linkComponent)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |