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
Modifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(ShowDescriptionsEventHandler showDescriptionsEventHandler) com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler>
boolean
getValue()
void
setValue
(boolean value) 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
-
Field Details
-
TYPE
-
-
Constructor Details
-
ShowDescriptionsEvent
public ShowDescriptionsEvent()
-
-
Method Details
-
getValue
public boolean getValue() -
setValue
public void setValue(boolean value) -
getAssociatedType
- Specified by:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<ShowDescriptionsEventHandler>
-
dispatch
- Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<ShowDescriptionsEventHandler>
-