toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.calculator
/
Path_Preference
Path_Preference
Library
abstract
class
Path_Preference
Enhanced path display
Author
"Martin Krischik" «krischik@users.sourceforge.net»
Members
Constructors
Path_Preference
Link copied to clipboard
Library
protected
constructor
(
Context
:
Context
,
attrs
:
AttributeSet
)
Perform inflation from XML and apply a class-specific base style.
Types
Item
Link copied to clipboard
Library
protected
open
class
Item
spinner item
Spinner_Listener
Link copied to clipboard
Library
protected
open
class
Spinner_Listener
changes the value depending on a set of predefined options
Properties
Context
Link copied to clipboard
Library
protected
val
Context
:
Context
Application context to use
Default_Value
Link copied to clipboard
Library
private
val
Default_Value
:
File
the default preference value
Spinner
Link copied to clipboard
Library
protected
open
var
Spinner
:
Spinner
Spinner with default values
TAG
Link copied to clipboard
Library
private
val
TAG
:
String
logging tag
Text
Link copied to clipboard
Library
protected
open
var
Text
:
TextView
Text containing the value chosen
Value
Link copied to clipboard
Library
private
open
var
Value
:
String
the current preference value.
Functions
Get_Adapter
Link copied to clipboard
Library
protected
open
fun
Get_Adapter
(
Shared_Name
:
String
)
:
ArrayAdapter<Item>
get adapter with well known path names
on
Bind
Dialog
View
Link copied to clipboard
Library
protected
open
fun
onBindDialogView
(
View
:
View
)
on
Create
Dialog
View
Link copied to clipboard
Library
protected
open
fun
onCreateDialogView
(
)
:
View
Creates the content view for the dialog (if a custom content view is required).
on
Dialog
Closed
Link copied to clipboard
Library
protected
open
fun
onDialogClosed
(
positiveResult
:
Boolean
)
on
Set
Initial
Value
Link copied to clipboard
Library
protected
open
fun
onSetInitialValue
(
restorePersistedValue
:
Boolean
,
defaultValue
:
Any
)
called when the preferences are created.
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String