Package org.pentaho.mantle.client.events
Class ShowDescriptionsEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ShowDescriptionsEventHandler>
-
- org.pentaho.mantle.client.events.ShowDescriptionsEvent
-
public class ShowDescriptionsEvent extends com.google.gwt.event.shared.GwtEvent<ShowDescriptionsEventHandler>
- Author:
- Diogo Mariano
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description ShowDescriptionsEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(ShowDescriptionsEventHandler showDescriptionsEventHandler)com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler>getAssociatedType()booleangetValue()voidsetValue(boolean value)-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler> TYPE
-
-
Method Detail
-
getValue
public boolean getValue()
-
setValue
public void setValue(boolean value)
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ShowDescriptionsEventHandler>
-
dispatch
protected void dispatch(ShowDescriptionsEventHandler showDescriptionsEventHandler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<ShowDescriptionsEventHandler>
-
-