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
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<ShowHiddenFilesEventHandler>TYPE 
- 
Constructor Summary
Constructors Constructor Description ShowHiddenFilesEvent() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(ShowHiddenFilesEventHandler showHiddenFilesEventHandler)com.google.gwt.event.shared.GwtEvent.Type<ShowHiddenFilesEventHandler>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<ShowHiddenFilesEventHandler> TYPE
 
 - 
 
- 
Method Detail
- 
getValue
public boolean getValue()
 
- 
setValue
public void setValue(boolean value)
 
- 
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ShowHiddenFilesEventHandler> getAssociatedType()
- Specified by:
 getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ShowHiddenFilesEventHandler>
 
- 
dispatch
protected void dispatch(ShowHiddenFilesEventHandler showHiddenFilesEventHandler)
- Specified by:
 dispatchin classcom.google.gwt.event.shared.GwtEvent<ShowHiddenFilesEventHandler>
 
 - 
 
 -