|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
AbstractServiceLink | Abstract super-class for components that generate some form of
<a> hyperlink using an IEngineService . |
Action | A component for creating a link that is handled using the action service. |
Direct | A component for creating a link using the direct service; used for actions that are not dependant on dynamic page state. |
Page | A component for creating a navigation link to another page, using the page service. |
Service | A component for creating a link for an arbitrary application service . |
Components for creating links on the page that trigger application behavior when clicked. These links are compatible with HTML and WML (they use the basic <a> element).
Each component is related to a different
IEngineService
, except for Service
which is parameterized to use any of the available services ... which is useful with
applications that define their own services.
Link components have a second function, to provide event handling support to the
components they wrap. This is how a Rollover
component manages
to include DHTML and JavaScript that preloads the images and changes the displayed image as the
mouse enters and exits the "hot" area defined by the link.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |