public class SideNavPushEvent extends com.google.gwt.event.shared.GwtEvent<SideNavPushEvent.SideNavPushHandler>
Modifier and Type | Class and Description |
---|---|
static interface |
SideNavPushEvent.SideNavPushHandler |
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SideNavPushEvent.SideNavPushHandler> |
TYPE |
Constructor and Description |
---|
SideNavPushEvent(com.google.gwt.dom.client.Element element,
com.google.gwt.dom.client.Element activator,
boolean toggle,
int width) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SideNavPushEvent.SideNavPushHandler handler) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
com.google.gwt.dom.client.Element element,
com.google.gwt.dom.client.Element activator,
boolean toggle,
int width) |
com.google.gwt.dom.client.Element |
getActivator() |
com.google.gwt.event.shared.GwtEvent.Type<SideNavPushEvent.SideNavPushHandler> |
getAssociatedType() |
com.google.gwt.dom.client.Element |
getElement() |
int |
getWidth() |
boolean |
isToggle() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<SideNavPushEvent.SideNavPushHandler> TYPE
public SideNavPushEvent(com.google.gwt.dom.client.Element element, com.google.gwt.dom.client.Element activator, boolean toggle, int width)
public static void fire(com.google.gwt.event.shared.HasHandlers source, com.google.gwt.dom.client.Element element, com.google.gwt.dom.client.Element activator, boolean toggle, int width)
public int getWidth()
public boolean isToggle()
public com.google.gwt.dom.client.Element getElement()
public com.google.gwt.dom.client.Element getActivator()
public com.google.gwt.event.shared.GwtEvent.Type<SideNavPushEvent.SideNavPushHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SideNavPushEvent.SideNavPushHandler>
protected void dispatch(SideNavPushEvent.SideNavPushHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SideNavPushEvent.SideNavPushHandler>
Copyright © 2018. All rights reserved.