Package org.pentaho.mantle.client.events
Class ShowHiddenFilesEvent
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<ShowHiddenFilesEventHandler>
org.pentaho.mantle.client.events.ShowHiddenFilesEvent
public class ShowHiddenFilesEvent
extends com.google.gwt.event.shared.GwtEvent<ShowHiddenFilesEventHandler>
- 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<ShowHiddenFilesEventHandler> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voiddispatch(ShowHiddenFilesEventHandler showHiddenFilesEventHandler) com.google.gwt.event.shared.GwtEvent.Type<ShowHiddenFilesEventHandler>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
- 
ShowHiddenFilesEvent
public ShowHiddenFilesEvent() 
 - 
 - 
Method Details
- 
getValue
public boolean getValue() - 
setValue
public void setValue(boolean value)  - 
getAssociatedType
- Specified by:
 getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ShowHiddenFilesEventHandler>
 - 
dispatch
- Specified by:
 dispatchin classcom.google.gwt.event.shared.GwtEvent<ShowHiddenFilesEventHandler>
 
 -