Uses of Interface
org.dashbuilder.common.client.editor.list.ImageListEditorView
-
Packages that use ImageListEditorView Package Description org.dashbuilder.common.client.editor.list -
-
Uses of ImageListEditorView in org.dashbuilder.common.client.editor.list
Subinterfaces of ImageListEditorView in org.dashbuilder.common.client.editor.list Modifier and Type Interface Description static interfaceDropDownImageListEditor.View<T>Classes in org.dashbuilder.common.client.editor.list that implement ImageListEditorView Modifier and Type Class Description classDropDownImageListEditorView<T>The ImageListEditor view that uses a drop down as selector.classHorizImageListEditorView<T>The ImageListEditor default view.Fields in org.dashbuilder.common.client.editor.list declared as ImageListEditorView Modifier and Type Field Description ImageListEditorView<T>ImageListEditor. viewMethods in org.dashbuilder.common.client.editor.list that return ImageListEditorView Modifier and Type Method Description ImageListEditorView<T>DropDownImageListEditorView. add(com.google.gwt.safehtml.shared.SafeUri uri, String width, String height, com.google.gwt.safehtml.shared.SafeHtml heading, com.google.gwt.safehtml.shared.SafeHtml text, boolean selected, org.uberfire.mvp.Command clickCommand)ImageListEditorView<T>HorizImageListEditorView. add(com.google.gwt.safehtml.shared.SafeUri uri, String width, String height, com.google.gwt.safehtml.shared.SafeHtml heading, com.google.gwt.safehtml.shared.SafeHtml text, boolean selected, org.uberfire.mvp.Command clickCommand)ImageListEditorView<T>ImageListEditorView. add(com.google.gwt.safehtml.shared.SafeUri uri, String width, String height, com.google.gwt.safehtml.shared.SafeHtml heading, com.google.gwt.safehtml.shared.SafeHtml text, boolean selected, org.uberfire.mvp.Command clickCommand)ImageListEditorView<T>DropDownImageListEditorView. clear()ImageListEditorView<T>HorizImageListEditorView. clear()ImageListEditorView<T>ImageListEditorView. clear()ImageListEditorView<T>DropDownImageListEditorView. clearError()ImageListEditorView<T>HorizImageListEditorView. clearError()ImageListEditorView<T>ImageListEditorView. clearError()ImageListEditorView<T>DropDownImageListEditorView. setHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)ImageListEditorView<T>HorizImageListEditorView. setHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)ImageListEditorView<T>ImageListEditorView. setHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)ImageListEditorView<T>DropDownImageListEditorView. showError(com.google.gwt.safehtml.shared.SafeHtml message)ImageListEditorView<T>HorizImageListEditorView. showError(com.google.gwt.safehtml.shared.SafeHtml message)ImageListEditorView<T>ImageListEditorView. showError(com.google.gwt.safehtml.shared.SafeHtml message)Constructors in org.dashbuilder.common.client.editor.list with parameters of type ImageListEditorView Constructor Description DropDownImageListEditor(ImageListEditorView<T> imageListEditorView, 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)
-