public static interface ValueBoxEditor.View<T> extends UberView<ValueBoxEditor<T>>
Modifier and Type | Method and Description |
---|---|
ValueBoxEditor.View<T> |
addHelpContent(String title,
String content,
org.gwtbootstrap3.client.ui.constants.Placement placement) |
ValueBoxEditor.View<T> |
clearError() |
ValueBoxEditor.View<T> |
setValue(T value) |
void |
setValueBox(com.google.gwt.user.client.ui.ValueBoxBase<T> widget) |
ValueBoxEditor.View<T> |
showError(com.google.gwt.safehtml.shared.SafeHtml message) |
init
@UiChild(limit=1, tagname="valuebox") void setValueBox(com.google.gwt.user.client.ui.ValueBoxBase<T> widget)
ValueBoxEditor.View<T> addHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)
ValueBoxEditor.View<T> setValue(T value)
ValueBoxEditor.View<T> showError(com.google.gwt.safehtml.shared.SafeHtml message)
ValueBoxEditor.View<T> clearError()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.