Uses of Class
org.dashbuilder.common.client.event.ValueChangeEvent
-
-
Uses of ValueChangeEvent in org.dashbuilder.common.client.editor
Constructor parameters in org.dashbuilder.common.client.editor with type arguments of type ValueChangeEvent Constructor Description ToggleSwitchEditor(ToggleSwitchEditor.View view, javax.enterprise.event.Event<ValueChangeEvent<Boolean>> valueChangeEvent)ValueBoxEditor(ValueBoxEditor.View<T> view, javax.enterprise.event.Event<ValueChangeEvent<T>> valueChangeEvent) -
Uses of ValueChangeEvent in org.dashbuilder.common.client.editor.file
Constructor parameters in org.dashbuilder.common.client.editor.file with type arguments of type ValueChangeEvent Constructor Description FileUploadEditor(javax.enterprise.event.Event<ValueChangeEvent<String>> valueChangeEvent, javax.enterprise.event.Event<org.uberfire.workbench.events.NotificationEvent> workbenchNotification, FileUploadEditor.View view) -
Uses of ValueChangeEvent in org.dashbuilder.common.client.editor.list
Constructor parameters in org.dashbuilder.common.client.editor.list with type arguments of type ValueChangeEvent Constructor Description DropDownEditor(DropDownEditor.View view, org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown dropDown, javax.enterprise.event.Event<ValueChangeEvent<String>> valueChangeEvent)DropDownImageListEditor(DropDownImageListEditorView<T> dropDownImageListEditorView, javax.enterprise.event.Event<ValueChangeEvent<T>> valueChangeEvent)DropDownImageListEditor(ImageListEditorView<T> imageListEditorView, javax.enterprise.event.Event<ValueChangeEvent<T>> valueChangeEvent)HorizImageListEditor(HorizImageListEditorView<T> horizImageListEditorView, javax.enterprise.event.Event<ValueChangeEvent<T>> valueChangeEvent)HorizImageListEditor(ImageListEditorView<T> imageListEditorView, javax.enterprise.event.Event<ValueChangeEvent<T>> valueChangeEvent)ImageListEditor(ImageListEditorView<T> view, javax.enterprise.event.Event<ValueChangeEvent<T>> valueChangeEvent) -
Uses of ValueChangeEvent in org.dashbuilder.common.client.editor.map
Constructor parameters in org.dashbuilder.common.client.editor.map with type arguments of type ValueChangeEvent Constructor Description MapEditor(MapEditor.View view, javax.enterprise.event.Event<ValueChangeEvent<Map<String,String>>> valueChangeEvent)
-