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
FieldsModifier and TypeFieldDescriptionstatic com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voiddispatch(ShowDescriptionsEventHandler showDescriptionsEventHandler) com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler>booleangetValue()voidsetValue(boolean value) Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, reviveMethods 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:
 getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ShowDescriptionsEventHandler>
 - 
dispatch
- Specified by:
 dispatchin classcom.google.gwt.event.shared.GwtEvent<ShowDescriptionsEventHandler>
 
 -