Methods' Details |
setValue
[oneway] void
setValue( |
[in] double |
Value ); |
- Description
- sets the value to display in the currency field.
|
|
getValue
- Returns
-
the value which is currently displayed in the currency field.
|
|
setMin
[oneway] void
setMin( |
[in] double |
Value ); |
- Description
- sets the minimum value to accept by the user.
|
|
getMin
- Returns
-
the currently set minimum value accepted by the user.
|
|
setMax
[oneway] void
setMax( |
[in] double |
Value ); |
- Description
- sets the maximum value to accept by the user.
|
|
getMax
- Returns
-
the currently set maximum value accepted by the user.
|
|
setFirst
[oneway] void
setFirst( |
[in] double |
Value ); |
- Description
- sets the first value to set on 'Pos1' key.
|
|
getFirst
- Returns
-
the currently set first value which is set on 'Pos1' key.
|
|
setLast
[oneway] void
setLast( |
[in] double |
Value ); |
- Description
- sets the last value to set on 'End' key.
|
|
getLast
- Returns
-
the currently set last value which is set on 'End' key.
|
|
setSpinSize
[oneway] void
setSpinSize( |
[in] double |
Value ); |
- Description
- sets the increment value for the spin buttons.
|
|
getSpinSize
- Returns
-
the currently set increment value for the spin buttons.
|
|
setDecimalDigits
[oneway] void
setDecimalDigits( |
[in] short |
nDigits ); |
- Description
- sets the number of decimals.
|
|
getDecimalDigits
short
getDecimalDigits(); |
|
|
- Returns
-
the currently set number of decimals.
|
|
setStrictFormat
[oneway] void
setStrictFormat( |
[in] boolean |
bStrict ); |
- Description
- determines whether the format is checked even during editing.
|
|
isStrictFormat
boolean
isStrictFormat(); |
|
|
- Returns
-
whether the format is currently checked even during editing.
|
|
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.