public class ChangeActionBarEvent extends GwtEvent<ChangeActionBarEvent.ChangeActionBarHandler>
Modifier and Type | Class and Description |
---|---|
static class |
ChangeActionBarEvent.ActionType |
static interface |
ChangeActionBarEvent.ChangeActionBarHandler |
GwtEvent.Type<H>
Constructor and Description |
---|
ChangeActionBarEvent(List<ChangeActionBarEvent.ActionType> actions,
Boolean tabsVisible) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ChangeActionBarEvent.ChangeActionBarHandler handler) |
static void |
fire(HasHandlers source,
List<ChangeActionBarEvent.ActionType> actions,
Boolean tabsVisible) |
List<ChangeActionBarEvent.ActionType> |
getActions() |
GwtEvent.Type<ChangeActionBarEvent.ChangeActionBarHandler> |
getAssociatedType() |
Boolean |
getTabsVisible() |
static GwtEvent.Type<ChangeActionBarEvent.ChangeActionBarHandler> |
getType() |
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public ChangeActionBarEvent(List<ChangeActionBarEvent.ActionType> actions, Boolean tabsVisible)
public static GwtEvent.Type<ChangeActionBarEvent.ChangeActionBarHandler> getType()
public static void fire(HasHandlers source, List<ChangeActionBarEvent.ActionType> actions, Boolean tabsVisible)
public GwtEvent.Type<ChangeActionBarEvent.ChangeActionBarHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<ChangeActionBarEvent.ChangeActionBarHandler>
public List<ChangeActionBarEvent.ActionType> getActions()
public Boolean getTabsVisible()
protected void dispatch(ChangeActionBarEvent.ChangeActionBarHandler handler)
dispatch
in class GwtEvent<ChangeActionBarEvent.ChangeActionBarHandler>
Copyright © 2010-2014 ArcBees. All Rights Reserved.