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

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

public class FlowPanelWidgetsEvent
extends com.google.gwt.event.shared.GwtEvent<FlowPanelWidgetsHandler>


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
protected FlowPanelWidgetsEvent(int widgetCount)
          Construct a new FlowPanelWidgetsEvent.
 
Method Summary
protected  void dispatch(FlowPanelWidgetsHandler handler)
           
static
<S extends HasFlowPanelWidgetsHandlers & com.google.gwt.event.shared.HasHandlers>
void
fire(S source, int widgetCount)
          Fires a FlowPanelWidgets change event on all registered handlers in the handler source.
 com.google.gwt.event.shared.GwtEvent.Type<FlowPanelWidgetsHandler> getAssociatedType()
           
static com.google.gwt.event.shared.GwtEvent.Type<FlowPanelWidgetsHandler> getType()
          Ensures the existence of the handler hook and then returns it.
 int getWidgetCount()
          Returns the new widget count
 
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

FlowPanelWidgetsEvent

protected FlowPanelWidgetsEvent(int widgetCount)
Construct a new FlowPanelWidgetsEvent.

Parameters:
widgetCount - the new widget cont
Method Detail

fire

public static <S extends HasFlowPanelWidgetsHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source,
                                                                                                         int widgetCount)
Fires a FlowPanelWidgets change event on all registered handlers in the handler source.

Type Parameters:
S - The handler source
Parameters:
source - the source of the handlers

getType

public static com.google.gwt.event.shared.GwtEvent.Type<FlowPanelWidgetsHandler> 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<FlowPanelWidgetsHandler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<FlowPanelWidgetsHandler>

getWidgetCount

public int getWidgetCount()
Returns the new widget count

Returns:
the new widget count

dispatch

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


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