public class ShowDescriptionsEvent extends com.google.gwt.event.shared.GwtEvent<ShowDescriptionsEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler> |
TYPE |
| Constructor and Description |
|---|
ShowDescriptionsEvent() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler> |
getAssociatedType() |
boolean |
getValue() |
void |
setValue(boolean value) |
public static com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler> TYPE
public boolean getValue()
public void setValue(boolean value)
public com.google.gwt.event.shared.GwtEvent.Type<ShowDescriptionsEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ShowDescriptionsEventHandler>