info.magnolia.ui.vaadin.gwt.client.tabsheet.event
Class ActiveTabChangedEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<ActiveTabChangedEvent.Handler>
          extended by info.magnolia.ui.vaadin.gwt.client.tabsheet.event.ActiveTabChangedEvent

public class ActiveTabChangedEvent
extends com.google.gwt.event.shared.GwtEvent<ActiveTabChangedEvent.Handler>

Event fired when the active tab in the tabsheet is changed.


Nested Class Summary
static interface ActiveTabChangedEvent.Handler
          Handler.
static interface ActiveTabChangedEvent.HasActiveTabChangeHandlers
          HasActiveTabChangeHandlers.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H>
 
Field Summary
static com.google.gwt.event.shared.GwtEvent.Type<ActiveTabChangedEvent.Handler> TYPE
           
 
Constructor Summary
ActiveTabChangedEvent(boolean isShowingAll, boolean notifyServer)
           
ActiveTabChangedEvent(MagnoliaTabWidget tab)
           
ActiveTabChangedEvent(MagnoliaTabWidget tab, boolean notifyServer)
           
 
Method Summary
protected  void dispatch(ActiveTabChangedEvent.Handler handler)
           
 com.google.gwt.event.shared.GwtEvent.Type<ActiveTabChangedEvent.Handler> getAssociatedType()
           
 MagnoliaTabWidget getTab()
           
 boolean isNotifyServer()
           
 boolean isShowingAllTabs()
           
 
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
 
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final com.google.gwt.event.shared.GwtEvent.Type<ActiveTabChangedEvent.Handler> TYPE
Constructor Detail

ActiveTabChangedEvent

public ActiveTabChangedEvent(MagnoliaTabWidget tab)

ActiveTabChangedEvent

public ActiveTabChangedEvent(MagnoliaTabWidget tab,
                             boolean notifyServer)

ActiveTabChangedEvent

public ActiveTabChangedEvent(boolean isShowingAll,
                             boolean notifyServer)
Method Detail

isShowingAllTabs

public boolean isShowingAllTabs()

isNotifyServer

public boolean isNotifyServer()

getTab

public MagnoliaTabWidget getTab()

dispatch

protected void dispatch(ActiveTabChangedEvent.Handler handler)
Specified by:
dispatch in class com.google.gwt.event.shared.GwtEvent<ActiveTabChangedEvent.Handler>

getAssociatedType

public com.google.gwt.event.shared.GwtEvent.Type<ActiveTabChangedEvent.Handler> getAssociatedType()
Overrides:
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ActiveTabChangedEvent.Handler>


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.