public class NumberFilterPopup
Only shows a single button as its contents. When the button is clicked, it opens a dialog and allows the user to specify a range of numbers. When the user sets the values, the dialog is hidden and the number range is set as the value of the popup.
The current numeric range is also displayed as the caption of the button.
| Constructor and Description |
|---|
NumberFilterPopup()
Only shows a single button as its contents. When the button is clicked, it opens a dialog and allows the user to specify a range
of numbers. When the user sets the values, the dialog is
hidden and the number range is set as the value of the popup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doSetValue(NumberInterval<java.lang.Double> value) |
NumberInterval<java.lang.Double> |
getValue() |
com.vaadin.ui.Component |
initContent() |
void |
setReadOnly(boolean readOnly) |
public NumberFilterPopup()
Only shows a single button as its contents. When the button is clicked, it opens a dialog and allows the user to specify a range of numbers. When the user sets the values, the dialog is hidden and the number range is set as the value of the popup.
The current numeric range is also displayed as the caption of the button.
public com.vaadin.ui.Component initContent()
public void setReadOnly(boolean readOnly)
public void doSetValue(NumberInterval<java.lang.Double> value)
public NumberInterval<java.lang.Double> getValue()