public static interface SelectorSliderDisplayer.View extends AbstractGwtDisplayer.View<SelectorSliderDisplayer>
Modifier and Type | Method and Description |
---|---|
String |
formatRange(String from,
String to) |
String |
getColumnsTitle() |
void |
margins(int top,
int bottom,
int left,
int right) |
void |
noData() |
void |
setSliderEnabled(boolean enabled) |
void |
setWidth(int width) |
void |
showInputs(com.google.gwt.user.client.ui.IsWidget minValueEditor,
com.google.gwt.user.client.ui.IsWidget maxValueEditor) |
void |
showSlider(double min,
double max,
double step,
double minSelected,
double maxSelected) |
void |
showTitle(String title) |
void |
textColumnsNotSupported() |
cancelRefreshTimer, clear, enableRefreshTimer, error, errorDataSetNotFound, errorMissingHandler, errorMissingSettings, setId, showLoading, showVisualization
init
void showTitle(String title)
void setWidth(int width)
String getColumnsTitle()
void setSliderEnabled(boolean enabled)
void showSlider(double min, double max, double step, double minSelected, double maxSelected)
void showInputs(com.google.gwt.user.client.ui.IsWidget minValueEditor, com.google.gwt.user.client.ui.IsWidget maxValueEditor)
void margins(int top, int bottom, int left, int right)
void textColumnsNotSupported()
void noData()
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.