public class CalendarEventResized extends BrowserEvent<EventResizedHandler> implements Cancellable
jsObj| Constructor and Description | 
|---|
CalendarEventResized(com.google.gwt.core.client.JavaScriptObject jsObj)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
cancel()
Deprecated.  
Call this method to disallow the resize 
 | 
protected void | 
dispatch(EventResizedHandler handler)
Deprecated.  
  | 
static <S extends HasEventResizedHandlers & com.google.gwt.event.shared.HasHandlers>  | 
fire(S source,
    com.google.gwt.core.client.JavaScriptObject jsObj)
Deprecated.  
Fires a open event on all registered handlers in the handler manager.If no
 such handlers exist, this method will do nothing. 
 | 
com.google.gwt.event.shared.GwtEvent.Type<EventResizedHandler> | 
getAssociatedType()
Deprecated.  
  | 
CalendarEvent | 
getEvent()
Deprecated.  
the event as it will be after this resize 
 | 
java.util.Date | 
getNewDate()
Deprecated.  
new end date and time that event is being resized to 
 | 
static com.google.gwt.event.shared.GwtEvent.Type<EventResizedHandler> | 
getType()
Deprecated.  
Gets the type associated with this event. 
 | 
boolean | 
isCancelled()
Deprecated.  
  | 
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDownassertLive, getSource, isLive, kill, revivepublic CalendarEventResized(com.google.gwt.core.client.JavaScriptObject jsObj)
public static <S extends HasEventResizedHandlers & com.google.gwt.event.shared.HasHandlers> void fire(S source, com.google.gwt.core.client.JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static com.google.gwt.event.shared.GwtEvent.Type<EventResizedHandler> getType()
protected void dispatch(EventResizedHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<EventResizedHandler>public final com.google.gwt.event.shared.GwtEvent.Type<EventResizedHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<EventResizedHandler>public void cancel()
cancel in interface Cancellablepublic boolean isCancelled()
isCancelled in interface Cancellablepublic java.util.Date getNewDate()
public CalendarEvent getEvent()