org.scaloid.common

RichPreference

class RichPreference[V <: Preference] extends TraitPreference[V]

Automatically generated enriching class of android.preference.Preference.

Linear Supertypes
TraitPreference[V], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichPreference
  2. TraitPreference
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichPreference(basis: V)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val basis: V

    Definition Classes
    RichPreferenceTraitPreference
  8. def clone(): AnyRef

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

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  10. def defaultValue(p: Any): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  11. def defaultValue(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  12. def defaultValue_=(p: Any): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  13. def dependency(p: String): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  14. def dependency: String

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  15. def dependency_=(p: String): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  16. def disable: V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  17. def editor: Editor

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  18. def enable: V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  19. def enabled(p: Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  20. def enabled: Boolean

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  21. def enabled_=(p: Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  22. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  27. def intent(p: Intent): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  28. def intent: Intent

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  29. def intent_=(p: Intent): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def key(p: String): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  32. def key: String

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  33. def key_=(p: String): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  34. def layoutResource(p: Int): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  35. def layoutResource: Int

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  36. def layoutResource_=(p: Int): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def onPreferenceChange(f: ⇒ Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  41. def onPreferenceChange(f: (Preference, Any) ⇒ Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  42. def onPreferenceChangeListener(p: OnPreferenceChangeListener): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  43. def onPreferenceChangeListener: OnPreferenceChangeListener

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  44. def onPreferenceChangeListener_=(p: OnPreferenceChangeListener): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  45. def onPreferenceClick(f: ⇒ Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  46. def onPreferenceClick(f: (Preference) ⇒ Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  47. def onPreferenceClickListener(p: OnPreferenceClickListener): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  48. def onPreferenceClickListener: OnPreferenceClickListener

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  49. def onPreferenceClickListener_=(p: OnPreferenceClickListener): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  50. def order(p: Int): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  51. def order: Int

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  52. def order_=(p: Int): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  53. def persistent(p: Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  54. def persistent: Boolean

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  55. def persistent_=(p: Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  56. def preferenceManager: PreferenceManager

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  57. def selectable(p: Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  58. def selectable: Boolean

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  59. def selectable_=(p: Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  60. def setIntent[T](implicit arg0: ClassTag[T], context: Context): Unit

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  61. def sharedPreferences: SharedPreferences

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  62. def shouldDisableView(p: Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  63. def shouldDisableView: Boolean

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  64. def shouldDisableView_=(p: Boolean): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  65. def summary(p: CharSequence): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  66. def summary(p: Int): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  67. def summary: CharSequence

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  68. def summary_=(p: CharSequence): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  69. def summary_=(p: Int): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  70. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  71. def title(p: CharSequence): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  72. def title(p: Int): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  73. def title: CharSequence

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  74. def title_=(p: CharSequence): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  75. def title_=(p: Int): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  76. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. def widgetLayoutResource(p: Int): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  81. def widgetLayoutResource: Int

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  82. def widgetLayoutResource_=(p: Int): V

    Definition Classes
    TraitPreference
    Annotations
    @inline()

Inherited from TraitPreference[V]

Inherited from AnyRef

Inherited from Any

Ungrouped