toggle menu
Glok
0.5.1
common
switch theme
search in API
glok-core
/
uk.co.nickthecoder.glok.control
/
IntSpinner
Int
Spinner
class
IntSpinner
(
initialValue
:
Int
=
0
)
:
ComparableSpinner
<
Int
,
IntProperty
>
Members
Constructors
Int
Spinner
Link copied to clipboard
constructor
(
initialValue
:
Int
=
0
)
Properties
converter
Link copied to clipboard
protected
open
override
var
converter
:
Converter
<
Int
,
String
>
large
Step
Link copied to clipboard
open
override
var
largeStep
:
Int
large
Step
Property
Link copied to clipboard
open
override
val
largeStepProperty
:
IntProperty
max
Link copied to clipboard
open
override
var
max
:
Int
max
Property
Link copied to clipboard
open
override
val
maxProperty
:
IntProperty
min
Link copied to clipboard
open
override
var
min
:
Int
min
Property
Link copied to clipboard
open
override
val
minProperty
:
IntProperty
small
Step
Link copied to clipboard
open
override
var
smallStep
:
Int
small
Step
Property
Link copied to clipboard
open
override
val
smallStepProperty
:
IntProperty
value
Link copied to clipboard
open
override
var
value
:
Int
value
Property
Link copied to clipboard
open
override
val
valueProperty
:
IntProperty
Functions
adjustment
Link copied to clipboard
open
override
fun
adjustment
(
direction
:
Int
,
byLargeStep
:
Boolean
)
:
Int