Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
UpDown.setValue
Sets the value of the up-down control.
Syntax
public void setValue( int value )
Parameters
value
The value to set for this up-down control.
Exceptions
WFCInvalidArgumentException thrown if the specified value is not within the range delimited by the minimum and maximum properties.
See Also getValue