com.sage.swt.client.widget.event
Class PortletLinkClickEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<PortletLinkClickHandler>
          extended by com.sage.swt.client.widget.event.PortletLinkClickEvent

public class PortletLinkClickEvent
extends com.google.gwt.event.shared.GwtEvent<PortletLinkClickHandler>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Constructor Summary
PortletLinkClickEvent(PortletInfo portletInfo)
          Constructs a new PortletLinkClickEvent.
 
Method Summary
protected  void dispatch(PortletLinkClickHandler handler)
           
static
<S extends HasPortletLinkClickHandlers & com.google.gwt.event.shared.HasHandlers>
void
fire(S source, PortletInfo portletInfo)
          Fires a portlet link click event on all registered handlers in the handler source.
 com.google.gwt.event.shared.GwtEvent.Type<PortletLinkClickHandler> getAssociatedType()
           
 PortletInfo getPortletInfo()
          Returns information about the portlet that was clicked
static com.google.gwt.event.shared.GwtEvent.Type<PortletLinkClickHandler> getType()
          Ensures the existence of the handler hook and then returns it.
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletLinkClickEvent

public PortletLinkClickEvent(PortletInfo portletInfo)
Constructs a new PortletLinkClickEvent.

Parameters:
portletInfo -
Method Detail

fire

public static <S extends HasPortletLinkClickHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source,
                                                                                                         PortletInfo portletInfo)
Fires a portlet link click event on all registered handlers in the handler source.

Type Parameters:
S - The handler source
Parameters:
source - the source of the handlers
portletInfo - information about the portlet that was clicked

getType

public static com.google.gwt.event.shared.GwtEvent.Type<PortletLinkClickHandler> getType()
Ensures the existence of the handler hook and then returns it.

Returns:
returns a handler hook

getAssociatedType

public final com.google.gwt.event.shared.GwtEvent.Type<PortletLinkClickHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<PortletLinkClickHandler>

getPortletInfo

public PortletInfo getPortletInfo()
Returns information about the portlet that was clicked

Returns:
information about the portlet that was clicked

dispatch

protected void dispatch(PortletLinkClickHandler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<PortletLinkClickHandler>


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