@Dependent public class Spinner extends HasValueChangeHandlersImpl<Long> implements com.google.gwt.user.client.ui.IsWidget
| Constructor and Description |
|---|
Spinner() |
Spinner(SpinnerView view) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
onDown() |
void |
onUp() |
void |
onValueChange(String newValue) |
void |
setEnabled(boolean enabled) |
void |
setMax(int max) |
void |
setText(String text) |
void |
setValue(Long value) |
addValueChangeHandler, fireEventpublic Spinner()
@Inject public Spinner(SpinnerView view)
public void setValue(Long value)
public void setMax(int max)
public void onUp()
public void onDown()
public void onValueChange(String newValue)
public void setEnabled(boolean enabled)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void setText(String text)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.