|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.event.shared.GwtEvent<H>
com.smartgwt.client.event.AbstractSmartEvent<H>
com.smartgwt.client.widgets.events.BrowserEvent<DayBodyClickHandler>
com.smartgwt.client.widgets.calendar.events.DayBodyClickEvent
public class DayBodyClickEvent
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Field Summary |
|---|
| Fields inherited from class com.smartgwt.client.event.AbstractSmartEvent |
|---|
jsObj |
| Constructor Summary | |
|---|---|
DayBodyClickEvent(JavaScriptObject jsObj)
|
|
| Method Summary | ||
|---|---|---|
void |
cancel()
Call this method to cancel the default action |
|
protected void |
dispatch(DayBodyClickHandler handler)
|
|
static
|
fire(S source,
JavaScriptObject jsObj)
Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing. |
|
GwtEvent.Type<DayBodyClickHandler> |
getAssociatedType()
|
|
Calendar |
getCalendar()
the calendar itself |
|
int |
getColNum()
the column number to which the parameter date belongs |
|
Date |
getDate()
JavaScript Date object representing this day |
|
CalendarEvent[] |
getEvents()
events that fall on this day |
|
int |
getRowNum()
the row number to which the parameter date belongs |
|
static GwtEvent.Type<DayBodyClickHandler> |
getType()
Gets the type associated with this event. |
|
boolean |
isCancelled()
|
|
| Methods inherited from class com.smartgwt.client.widgets.events.BrowserEvent |
|---|
getX, getY, isAltKeyDown, isCtrlKeyDown, isLeftButtonDown, isRightButtonDown |
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
assertLive, getSource, isLive, kill, revive, toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DayBodyClickEvent(JavaScriptObject jsObj)
| Method Detail |
|---|
public static <S extends HasDayBodyClickHandlers & HasHandlers> void fire(S source,
JavaScriptObject jsObj)
S - The event sourcesource - the source of the handlersjsObj - the native eventpublic static GwtEvent.Type<DayBodyClickHandler> getType()
protected void dispatch(DayBodyClickHandler handler)
dispatch in class GwtEvent<DayBodyClickHandler>public final GwtEvent.Type<DayBodyClickHandler> getAssociatedType()
getAssociatedType in class GwtEvent<DayBodyClickHandler>public void cancel()
cancel in interface Cancellablepublic boolean isCancelled()
isCancelled in interface Cancellablepublic Date getDate()
public Calendar getCalendar()
public int getRowNum()
public int getColNum()
public CalendarEvent[] getEvents()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||