Interface DropDownEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<DropDownEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<DropDownEditor>
- All Known Implementing Classes:
DropDownEditorView
- Enclosing class:
- DropDownEditor
public static interface DropDownEditor.View extends org.uberfire.client.mvp.UberView<DropDownEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DropDownEditor.ViewaddHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)DropDownEditor.ViewclearError()DropDownEditor.ViewsetDropDown(org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown dropDown)DropDownEditor.ViewshowError(com.google.gwt.safehtml.shared.SafeHtml message)
-
-
-
Method Detail
-
addHelpContent
DropDownEditor.View addHelpContent(String title, String content, org.gwtbootstrap3.client.ui.constants.Placement placement)
-
setDropDown
DropDownEditor.View setDropDown(org.uberfire.ext.widgets.common.client.dropdown.LiveSearchDropDown dropDown)
-
showError
DropDownEditor.View showError(com.google.gwt.safehtml.shared.SafeHtml message)
-
clearError
DropDownEditor.View clearError()
-
-