Class ValueBoxEditorView<T>
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.google.gwt.user.client.ui.Composite
-
- org.dashbuilder.common.client.editor.ValueBoxEditorView<T>
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.IsRenderable,com.google.gwt.user.client.ui.IsWidget,ValueBoxEditor.View<T>,org.uberfire.client.mvp.HasPresenter<ValueBoxEditor<T>>,org.uberfire.client.mvp.UberView<ValueBoxEditor<T>>
@Dependent public class ValueBoxEditorView<T> extends com.google.gwt.user.client.ui.Composite implements ValueBoxEditor.View<T>
The ValueBoxEditor view.
- Since:
- 0.4.0
-
-
Constructor Summary
Constructors Constructor Description ValueBoxEditorView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueBoxEditor.View<T>addHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)ValueBoxEditor.View<T>clearError()voidinit(ValueBoxEditor<T> presenter)ValueBoxEditor.View<T>setValue(T value)voidsetValueBox(com.google.gwt.user.client.ui.ValueBoxBase<T> widget)ValueBoxEditor.View<T>showError(com.google.gwt.safehtml.shared.SafeHtml message)-
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
-
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
-
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, 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, toString
-
-
-
-
Method Detail
-
init
public void init(ValueBoxEditor<T> presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<T>
-
setValueBox
public void setValueBox(com.google.gwt.user.client.ui.ValueBoxBase<T> widget)
- Specified by:
setValueBoxin interfaceValueBoxEditor.View<T>
-
setValue
public ValueBoxEditor.View<T> setValue(T value)
- Specified by:
setValuein interfaceValueBoxEditor.View<T>
-
showError
public ValueBoxEditor.View<T> showError(com.google.gwt.safehtml.shared.SafeHtml message)
- Specified by:
showErrorin interfaceValueBoxEditor.View<T>
-
clearError
public ValueBoxEditor.View<T> clearError()
- Specified by:
clearErrorin interfaceValueBoxEditor.View<T>
-
addHelpContent
public ValueBoxEditor.View<T> addHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)
- Specified by:
addHelpContentin interfaceValueBoxEditor.View<T>
-
-