Interface ImageListEditorView<T>
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ImageListEditor<T>>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<ImageListEditor<T>>
- All Known Subinterfaces:
DropDownImageListEditor.View<T>
- All Known Implementing Classes:
DropDownImageListEditorView,HorizImageListEditorView
public interface ImageListEditorView<T> extends org.uberfire.client.mvp.UberView<ImageListEditor<T>>
An image list editor view contract.
- Since:
- 0.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImageListEditorView<T>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>clear()ImageListEditorView<T>clearError()ImageListEditorView<T>setHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)ImageListEditorView<T>showError(com.google.gwt.safehtml.shared.SafeHtml message)
-
-
-
Method Detail
-
add
ImageListEditorView<T> 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)
-
setHelpContent
ImageListEditorView<T> setHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)
-
showError
ImageListEditorView<T> showError(com.google.gwt.safehtml.shared.SafeHtml message)
-
clearError
ImageListEditorView<T> clearError()
-
clear
ImageListEditorView<T> clear()
-
-