F O R · R E A L L Y · T H I N · C L I E N T S
 Home  |  Overview  |  Widgets  |  Demo  |  License  |  History 

» Component
» Label
» Button
» CheckBox
» ComboBox
» TextField
» PasswordField
» TextArea
» TabbedPane
» Panel
» Desktop
» Dialog
» SpinBox
» ProgressBar
» Slider
» SplitPane
» List
» Table
» Tree
» Separator
» MenuBar

SpinBox
SpinBox is a textfield width 2 arrow buttons to change (increase, and decrease by 1) its integer value.
<spinbox text="100" />

Parameters
NameTypeDefaultDescription
actionmethodnull Invokes the given method when there was change in the text or a new value was spinned.
text, columns, and editable parameters are described at textfield
name, enabled, visible, tooltip, width, height, colspan, rowspan, weightx, weighty, halign, and valign parameters are similar to component

Keyboard-actions
OperationAction
Up arrowDecreases the value
Down arrowIncreases the value
Tab, Shift-TabNavigate forward, backward

Copyright © 2002 Robert Bajzat - info@thinlet.com - All rights reserved.