toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
com.michaelnovakjr.numberpicker
/
NumberPickerPreference
Number
Picker
Preference
Library
open
class
NumberPickerPreference
Members
Constructors
Number
Picker
Preference
Link copied to clipboard
Library
constructor
(
context
:
Context
)
constructor
(
context
:
Context
,
attrs
:
AttributeSet
)
constructor
(
context
:
Context
,
attrs
:
AttributeSet
,
defStyle
:
Int
)
Properties
m
Default
Link copied to clipboard
Library
private
open
var
mDefault
:
Int
m
End
Range
Link copied to clipboard
Library
private
open
var
mEndRange
:
Int
m
Picker
Link copied to clipboard
Library
private
open
var
mPicker
:
NumberPicker
m
Start
Range
Link copied to clipboard
Library
private
open
var
mStartRange
:
Int
Functions
get
Value
Link copied to clipboard
Library
private
open
fun
getValue
(
)
:
Int
on
Bind
Dialog
View
Link copied to clipboard
Library
protected
open
fun
onBindDialogView
(
view
:
View
)
on
Click
Link copied to clipboard
Library
open
fun
onClick
(
dialog
:
DialogInterface
,
which
:
Int
)
save
Value
Link copied to clipboard
Library
private
open
fun
saveValue
(
val
:
Int
)
set
Range
Link copied to clipboard
Library
open
fun
setRange
(
start
:
Int
,
end
:
Int
)