@Dependent public class ValueBoxEditorView<T> extends com.google.gwt.user.client.ui.Composite implements ValueBoxEditor.View<T>
The ValueBoxEditor view.
| Constructor and Description |
|---|
ValueBoxEditorView() |
| 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() |
void |
init(ValueBoxEditor<T> presenter) |
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) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringpublic void init(ValueBoxEditor<T> presenter)
init in interface HasPresenter<ValueBoxEditor<T>>public void setValueBox(com.google.gwt.user.client.ui.ValueBoxBase<T> widget)
setValueBox in interface ValueBoxEditor.View<T>public ValueBoxEditor.View<T> setValue(T value)
setValue in interface ValueBoxEditor.View<T>public ValueBoxEditor.View<T> showError(com.google.gwt.safehtml.shared.SafeHtml message)
showError in interface ValueBoxEditor.View<T>public ValueBoxEditor.View<T> clearError()
clearError in interface ValueBoxEditor.View<T>public ValueBoxEditor.View<T> addHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)
addHelpContent in interface ValueBoxEditor.View<T>Copyright © 2012–2021 JBoss by Red Hat. All rights reserved.