Methods in com.sun.lwuit.spinner that return Spinner |
static Spinner |
Spinner.create(double min,
double max,
double currentValue,
double step)
Creates a new numeric spinner instance |
static Spinner |
Spinner.create(int min,
int max,
int currentValue,
int step)
Creates a new numeric spinner instance |
static Spinner |
Spinner.createDate(long min,
long max,
long currentValue,
char separatorChar,
int format)
Creates a new date spinner instance |
static Spinner |
Spinner.createTime(int min,
int max,
int currentValue,
int step,
boolean twentyFourHours,
boolean showSeconds)
Creates a new time spinner instance, time is an integer represented in seconds
since mindnight |