Class SelectorDropDownDisplayerView
- java.lang.Object
-
- org.dashbuilder.displayer.client.AbstractErraiDisplayerView<SelectorDropDownDisplayer>
-
- org.dashbuilder.renderer.client.selector.SelectorDropDownDisplayerView
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,org.dashbuilder.displayer.client.AbstractDisplayer.View,org.dashbuilder.displayer.client.AbstractErraiDisplayer.View<SelectorDropDownDisplayer>,SelectorDropDownDisplayer.View,org.jboss.errai.common.client.api.IsElement,org.jboss.errai.ui.client.local.api.IsElement,org.uberfire.client.mvp.HasPresenter<SelectorDropDownDisplayer>,org.uberfire.client.mvp.UberElement<SelectorDropDownDisplayer>
@Templated public class SelectorDropDownDisplayerView extends org.dashbuilder.displayer.client.AbstractErraiDisplayerView<SelectorDropDownDisplayer> implements SelectorDropDownDisplayer.View
-
-
Constructor Summary
Constructors Constructor Description SelectorDropDownDisplayerView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddItem(SelectorDropDownItem item)voidclearItems()StringgetColumnsTitle()StringgetGroupsTitle()voidinit(SelectorDropDownDisplayer presenter)voidmargins(int top, int bottom, int left, int right)voidsetWidth(int width)voidshowCurrentSelection(String text, String hint)voidshowResetHint(String column, boolean multiple)voidshowSelectHint(String column, boolean multiple)voidshowTitle(String title)-
Methods inherited from class org.dashbuilder.displayer.client.AbstractErraiDisplayerView
asWidget, cancelRefreshTimer, clear, displayMessage, enableRefreshTimer, error, errorDataSetNotFound, errorMissingHandler, errorMissingSettings, getPresenter, setId, setPresenter, setVisualization, showLoading, showVisualization
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
init
public void init(SelectorDropDownDisplayer presenter)
- Specified by:
initin interfaceorg.uberfire.client.mvp.HasPresenter<SelectorDropDownDisplayer>
-
showTitle
public void showTitle(String title)
- Specified by:
showTitlein interfaceSelectorDropDownDisplayer.View
-
margins
public void margins(int top, int bottom, int left, int right)- Specified by:
marginsin interfaceSelectorDropDownDisplayer.View
-
setWidth
public void setWidth(int width)
- Specified by:
setWidthin interfaceSelectorDropDownDisplayer.View
-
showSelectHint
public void showSelectHint(String column, boolean multiple)
- Specified by:
showSelectHintin interfaceSelectorDropDownDisplayer.View
-
showResetHint
public void showResetHint(String column, boolean multiple)
- Specified by:
showResetHintin interfaceSelectorDropDownDisplayer.View
-
showCurrentSelection
public void showCurrentSelection(String text, String hint)
- Specified by:
showCurrentSelectionin interfaceSelectorDropDownDisplayer.View
-
clearItems
public void clearItems()
- Specified by:
clearItemsin interfaceSelectorDropDownDisplayer.View
-
addItem
public void addItem(SelectorDropDownItem item)
- Specified by:
addItemin interfaceSelectorDropDownDisplayer.View
-
getGroupsTitle
public String getGroupsTitle()
- Specified by:
getGroupsTitlein interfaceSelectorDropDownDisplayer.View
-
getColumnsTitle
public String getColumnsTitle()
- Specified by:
getColumnsTitlein interfaceSelectorDropDownDisplayer.View
-
-