|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<ResizePortalHandler>
com.sage.swt.client.portal.communication.ResizePortalEvent
public class ResizePortalEvent
Fired when the event source is resized.
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 |
ResizePortalEvent(java.lang.String width)
Construct a new ResizePortalEvent . |
Method Summary | ||
---|---|---|
protected void |
dispatch(ResizePortalHandler handler)
|
|
static
|
fire(S source,
java.lang.String width)
Fires a resize portal event on all registered handlers in the handler source. |
|
com.google.gwt.event.shared.GwtEvent.Type<ResizePortalHandler> |
getAssociatedType()
|
|
static com.google.gwt.event.shared.GwtEvent.Type<ResizePortalHandler> |
getType()
Ensures the existence of the handler hook and then returns it. |
|
java.lang.String |
getWidth()
Returns the portal's new width |
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 |
---|
protected ResizePortalEvent(java.lang.String width)
ResizePortalEvent
.
width
- The portal's new widthMethod Detail |
---|
public static <S extends HasResizePortalHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, java.lang.String width)
S
- The handler sourcesource
- the source of the handlerswidth
- The portal's new widthpublic static com.google.gwt.event.shared.GwtEvent.Type<ResizePortalHandler> getType()
public final com.google.gwt.event.shared.GwtEvent.Type<ResizePortalHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ResizePortalHandler>
public java.lang.String getWidth()
protected void dispatch(ResizePortalHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<ResizePortalHandler>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |