[Image] EchoPoint
Helping you build truly dynamic and stateful web applications!
nothing

SpinField   Click here for complete JavaDoc

The SpinField component is derived from TextField, and allows the user to spin through a list of valid values. 

 This can be either a range of numbers or an array of string values. 

[Image] 


 

 

 

 SpinField sf = new SpinField("1");
grid.add(col,row++,sf);
sf.setMaximum(10);
sf.setMinimum(0);

ArrayList list = new ArrayList();
list.add("alpha");
list.add("beta");
list.add("delta");

Client Browser Support :

All clients supported by the Echo Framework that support the BUTTON HTML tag.


Home

SourceForge Logo

The EchoPoint project is kindly hosted by SourceForge