Trait

org.scaloid.common

TraitPreference

Related Doc: package common

Permalink

trait TraitPreference[This <: Preference] extends AnyRef

Automatically generated helper trait of android.preference.Preference. This contains several property accessors.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TraitPreference
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def basis: This

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def context: Context

    Permalink

    Shortcut for getContext()

    Shortcut for getContext()

    Annotations
    @inline()
  7. def defaultValue(p: Any): This

    Permalink

    Shortcut for setDefaultValue(java.lang.Object)

    Annotations
    @inline()
  8. def defaultValue(implicit no: NoGetterForThisProperty): Nothing

    Permalink
    Annotations
    @inline()
  9. def defaultValue_=(p: Any): This

    Permalink

    Shortcut for setDefaultValue(java.lang.Object)

    Annotations
    @inline()
  10. def dependency(p: String): This

    Permalink

    Shortcut for setDependency(java.lang.String)

    Annotations
    @inline()
  11. def dependency: String

    Permalink

    Shortcut for getDependency()

    Shortcut for getDependency()

    Annotations
    @inline()
  12. def dependency_=(p: String): This

    Permalink

    Shortcut for setDependency(java.lang.String)

    Annotations
    @inline()
  13. def disable(): This

    Permalink
    Annotations
    @inline()
  14. def editor: Editor

    Permalink

    Shortcut for getEditor()

    Shortcut for getEditor()

    Annotations
    @inline()
  15. def enable(): This

    Permalink
    Annotations
    @inline()
  16. def enabled(p: Boolean): This

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Annotations
    @inline()
  17. def enabled: Boolean

    Permalink

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Annotations
    @inline()
  18. def enabled_=(p: Boolean): This

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Annotations
    @inline()
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def extras: Bundle

    Permalink

    Shortcut for getExtras()

    Shortcut for getExtras()

    Annotations
    @inline()
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def fragment(p: String): This

    Permalink

    Shortcut for setFragment(java.lang.String)

    Annotations
    @inline()
  24. def fragment: String

    Permalink

    Shortcut for getFragment()

    Shortcut for getFragment()

    Annotations
    @inline()
  25. def fragment_=(p: String): This

    Permalink

    Shortcut for setFragment(java.lang.String)

    Annotations
    @inline()
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def icon(p: Drawable): This

    Permalink

    Shortcut for setIcon(android.graphics.drawable.Drawable)

    Annotations
    @inline()
  29. def icon(p: Int): This

    Permalink

    Shortcut for setIcon(int)

    Shortcut for setIcon(int)

    Annotations
    @inline()
  30. def icon: Drawable

    Permalink

    Shortcut for getIcon()

    Shortcut for getIcon()

    Annotations
    @inline()
  31. def icon_=(p: Drawable): This

    Permalink

    Shortcut for setIcon(android.graphics.drawable.Drawable)

    Annotations
    @inline()
  32. def icon_=(p: Int): This

    Permalink

    Shortcut for setIcon(int)

    Shortcut for setIcon(int)

    Annotations
    @inline()
  33. def intent(p: Intent): This

    Permalink

    Shortcut for setIntent(android.content.Intent)

    Annotations
    @inline()
  34. def intent: Intent

    Permalink

    Shortcut for getIntent()

    Shortcut for getIntent()

    Annotations
    @inline()
  35. def intent_=(p: Intent): This

    Permalink

    Shortcut for setIntent(android.content.Intent)

    Annotations
    @inline()
  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. def key(p: String): This

    Permalink

    Shortcut for setKey(java.lang.String)

    Annotations
    @inline()
  38. def key: String

    Permalink

    Shortcut for getKey()

    Shortcut for getKey()

    Annotations
    @inline()
  39. def key_=(p: String): This

    Permalink

    Shortcut for setKey(java.lang.String)

    Annotations
    @inline()
  40. def layoutResource(p: Int): This

    Permalink

    Shortcut for setLayoutResource(int)

    Annotations
    @inline()
  41. def layoutResource: Int

    Permalink

    Shortcut for getLayoutResource()

    Shortcut for getLayoutResource()

    Annotations
    @inline()
  42. def layoutResource_=(p: Int): This

    Permalink

    Shortcut for setLayoutResource(int)

    Annotations
    @inline()
  43. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. def onPreferenceChange(f: ⇒ Boolean): This

    Permalink
    Annotations
    @inline()
  47. def onPreferenceChange(f: (Preference, Any) ⇒ Boolean): This

    Permalink
    Annotations
    @inline()
  48. def onPreferenceChangeListener(p: OnPreferenceChangeListener): This

    Permalink

    Shortcut for setOnPreferenceChangeListener(android.preference.Preference.OnPreferenceChangeListener)

  49. def onPreferenceChangeListener: OnPreferenceChangeListener

    Permalink

    Shortcut for getOnPreferenceChangeListener()

    Annotations
    @inline()
  50. def onPreferenceChangeListener_=(p: OnPreferenceChangeListener): This

    Permalink

    Shortcut for setOnPreferenceChangeListener(android.preference.Preference.OnPreferenceChangeListener)

  51. def onPreferenceClick(f: ⇒ Boolean): This

    Permalink
    Annotations
    @inline()
  52. def onPreferenceClick(f: (Preference) ⇒ Boolean): This

    Permalink
    Annotations
    @inline()
  53. def onPreferenceClickListener(p: OnPreferenceClickListener): This

    Permalink

    Shortcut for setOnPreferenceClickListener(android.preference.Preference.OnPreferenceClickListener)

  54. def onPreferenceClickListener: OnPreferenceClickListener

    Permalink

    Shortcut for getOnPreferenceClickListener()

    Annotations
    @inline()
  55. def onPreferenceClickListener_=(p: OnPreferenceClickListener): This

    Permalink

    Shortcut for setOnPreferenceClickListener(android.preference.Preference.OnPreferenceClickListener)

  56. def order(p: Int): This

    Permalink

    Shortcut for setOrder(int)

    Shortcut for setOrder(int)

    Annotations
    @inline()
  57. def order: Int

    Permalink

    Shortcut for getOrder()

    Shortcut for getOrder()

    Annotations
    @inline()
  58. def order_=(p: Int): This

    Permalink

    Shortcut for setOrder(int)

    Shortcut for setOrder(int)

    Annotations
    @inline()
  59. def persistent(p: Boolean): This

    Permalink

    Shortcut for setPersistent(boolean)

    Annotations
    @inline()
  60. def persistent: Boolean

    Permalink

    Shortcut for isPersistent()

    Shortcut for isPersistent()

    Annotations
    @inline()
  61. def persistent_=(p: Boolean): This

    Permalink

    Shortcut for setPersistent(boolean)

    Annotations
    @inline()
  62. def preferenceManager: PreferenceManager

    Permalink

    Shortcut for getPreferenceManager()

    Annotations
    @inline()
  63. def selectable(p: Boolean): This

    Permalink

    Shortcut for setSelectable(boolean)

    Annotations
    @inline()
  64. def selectable: Boolean

    Permalink

    Shortcut for isSelectable()

    Shortcut for isSelectable()

    Annotations
    @inline()
  65. def selectable_=(p: Boolean): This

    Permalink

    Shortcut for setSelectable(boolean)

    Annotations
    @inline()
  66. def setIntent[T](implicit arg0: ClassTag[T], context: Context): Unit

    Permalink
    Annotations
    @inline()
  67. def sharedPreferences: SharedPreferences

    Permalink

    Shortcut for getSharedPreferences()

    Annotations
    @inline()
  68. def shouldDisableView(p: Boolean): This

    Permalink

    Shortcut for setShouldDisableView(boolean)

    Annotations
    @inline()
  69. def shouldDisableView: Boolean

    Permalink

    Shortcut for getShouldDisableView()

    Annotations
    @inline()
  70. def shouldDisableView_=(p: Boolean): This

    Permalink

    Shortcut for setShouldDisableView(boolean)

    Annotations
    @inline()
  71. def summary(p: CharSequence): This

    Permalink

    Shortcut for setSummary(java.lang.CharSequence)

    Annotations
    @inline()
  72. def summary(p: Int): This

    Permalink

    Shortcut for setSummary(int)

    Shortcut for setSummary(int)

    Annotations
    @inline()
  73. def summary: CharSequence

    Permalink

    Shortcut for getSummary()

    Shortcut for getSummary()

    Annotations
    @inline()
  74. def summary_=(p: CharSequence): This

    Permalink

    Shortcut for setSummary(java.lang.CharSequence)

    Annotations
    @inline()
  75. def summary_=(p: Int): This

    Permalink

    Shortcut for setSummary(int)

    Shortcut for setSummary(int)

    Annotations
    @inline()
  76. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  77. def title(p: CharSequence): This

    Permalink

    Shortcut for setTitle(java.lang.CharSequence)

    Annotations
    @inline()
  78. def title(p: Int): This

    Permalink

    Shortcut for setTitle(int)

    Shortcut for setTitle(int)

    Annotations
    @inline()
  79. def title: CharSequence

    Permalink

    Shortcut for getTitle()

    Shortcut for getTitle()

    Annotations
    @inline()
  80. def titleRes: Int

    Permalink

    Shortcut for getTitleRes()

    Shortcut for getTitleRes()

    Annotations
    @inline()
  81. def title_=(p: CharSequence): This

    Permalink

    Shortcut for setTitle(java.lang.CharSequence)

    Annotations
    @inline()
  82. def title_=(p: Int): This

    Permalink

    Shortcut for setTitle(int)

    Shortcut for setTitle(int)

    Annotations
    @inline()
  83. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  84. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  85. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. def widgetLayoutResource(p: Int): This

    Permalink

    Shortcut for setWidgetLayoutResource(int)

    Annotations
    @inline()
  88. def widgetLayoutResource: Int

    Permalink

    Shortcut for getWidgetLayoutResource()

    Annotations
    @inline()
  89. def widgetLayoutResource_=(p: Int): This

    Permalink

    Shortcut for setWidgetLayoutResource(int)

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped