public interface ImageListEditorView<T> extends UberView<ImageListEditor<T>>
An image list editor view contract.
Modifier and Type | Method and 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,
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) |
init
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, Command clickCommand)
ImageListEditorView<T> setHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)
ImageListEditorView<T> showError(com.google.gwt.safehtml.shared.SafeHtml message)
ImageListEditorView<T> clearError()
ImageListEditorView<T> clear()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.