Class BasePopupPropertyEditorWidget.StringValueChangeEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<com.google.gwt.event.logical.shared.ValueChangeHandler<T>>
-
- com.google.gwt.event.logical.shared.ValueChangeEvent<String>
-
- org.kie.workbench.common.screens.datamodeller.client.widgets.common.properties.BasePopupPropertyEditorWidget.StringValueChangeEvent
-
- Enclosing class:
- BasePopupPropertyEditorWidget
public static class BasePopupPropertyEditorWidget.StringValueChangeEvent extends com.google.gwt.event.logical.shared.ValueChangeEvent<String>
-
-
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>
-
-
Constructor Summary
Constructors Constructor Description StringValueChangeEvent(String value)
-
Method Summary
-
Methods inherited from class com.google.gwt.event.logical.shared.ValueChangeEvent
dispatch, fire, fireIfNotEqual, getAssociatedType, getType, getValue, shouldFire, toDebugString
-
-
-
-
Constructor Detail
-
StringValueChangeEvent
public StringValueChangeEvent(String value)
-
-