com.sage.swt.client.widget
Interface HasPortletLinkClickHandlers

All Known Implementing Classes:
AbstractCacheHandlingPortalMenuWidget, AbstractPortalMenuWidget, PortalMenuPanelItem, SwtInquiryMenu, SwtPortletGalleryThumbnail, SwtReportMenu, SwtShortcutsThumbnail, SwtTaskMenu, SwtThumbnailDock, SwtThumbnailPreviewScreen

public interface HasPortletLinkClickHandlers

A widget that implements this interface is a public source of PortletLinkClickEvent events.


Method Summary
 com.google.gwt.event.shared.HandlerRegistration addPortletLinkClickHandler(PortletLinkClickHandler handler)
          Adds a PortletLinkClickEvent handler.
 

Method Detail

addPortletLinkClickHandler

com.google.gwt.event.shared.HandlerRegistration addPortletLinkClickHandler(PortletLinkClickHandler handler)
Adds a PortletLinkClickEvent handler.

Parameters:
handler - the handler
Returns:
the handler registration


Copyright © 2011 Sage Software, Inc. All rights reserved.