public class CmsToggleEvent extends com.google.gwt.event.shared.GwtEvent<I_CmsToggleHandler>
限定符 | 构造器和说明 |
---|---|
protected |
CmsToggleEvent(boolean isActivated)
Creates a new open event.
|
限定符和类型 | 方法和说明 |
---|---|
protected void |
dispatch(I_CmsToggleHandler handler) |
static void |
fire(I_CmsHasToggleHandlers source,
boolean isActivated)
Fires a toggle 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<I_CmsToggleHandler> |
getAssociatedType() |
static com.google.gwt.event.shared.GwtEvent.Type<I_CmsToggleHandler> |
getType()
Gets the type associated with this event.
|
boolean |
isActivated()
Returns if the source has been activated.
|
protected CmsToggleEvent(boolean isActivated)
isActivated
- if the source has been activatedpublic static void fire(I_CmsHasToggleHandlers source, boolean isActivated)
source
- the event sourceisActivated
- if the source has been activatedpublic static com.google.gwt.event.shared.GwtEvent.Type<I_CmsToggleHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<I_CmsToggleHandler> getAssociatedType()
getAssociatedType
在类中 com.google.gwt.event.shared.GwtEvent<I_CmsToggleHandler>
GwtEvent.getAssociatedType()
public boolean isActivated()
protected void dispatch(I_CmsToggleHandler handler)
dispatch
在类中 com.google.gwt.event.shared.GwtEvent<I_CmsToggleHandler>
GwtEvent.dispatch(com.google.gwt.event.shared.EventHandler)