toggle menu
UIQ3
7.1.0
Library
switch theme
search in API
UIQ3
/
net.sourceforge.uiq3.calculator
/
IFragment
IFragment
Library
interface
IFragment
<
Service_Type
:
IService
?
,
Activity_Type
:
Main_Activity
<
Service_Type
>
?
,
Preference_Type
:
SharedPreferencesHelper
?
>
Author
martin.krischik
Since
1.0
Inheritors
Menu_Fragment
Printer_Fragment
Members
Functions
as
Fragment
Link copied to clipboard
Library
abstract
fun
asFragment
(
)
:
Fragment
Returns the instance as a Fragment (saves you and instanceOf check and cast)
bind
Activity
Link copied to clipboard
Library
abstract
fun
bindActivity
(
Activity
:
Activity_Type
)
Bind or unbind the calculator activity
bind
Preferences
Link copied to clipboard
Library
abstract
fun
bindPreferences
(
Preferences
:
Preference_Type
)
Bind or unbind the calculator preferences
bind
Service
Link copied to clipboard
Library
abstract
fun
bindService
(
Service
:
Service_Type
)
Bind or unbind the calculator service
clone
Link copied to clipboard
Library
protected
open
fun
clone
(
)
:
Any
equals
Link copied to clipboard
Library
open
fun
equals
(
obj
:
Any
)
:
Boolean
finalize
Link copied to clipboard
Library
protected
open
fun
finalize
(
)
get
Class
Link copied to clipboard
Library
fun
getClass
(
)
:
Class
<
out
Any
>
get
Tag
Link copied to clipboard
Library
abstract
fun
getTag
(
)
:
String
Get the tag name of the fragment, if specified.
hash
Code
Link copied to clipboard
Library
open
fun
hashCode
(
)
:
Int
notify
Link copied to clipboard
Library
fun
notify
(
)
notify
All
Link copied to clipboard
Library
fun
notifyAll
(
)
to
String
Link copied to clipboard
Library
open
fun
toString
(
)
:
String
wait
Link copied to clipboard
Library
fun
wait
(
)