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

    Shortcut for getContext()

    Shortcut for getContext()

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

    Shortcut for setDefaultValue(java.lang.Object)

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

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

    Shortcut for setDefaultValue(java.lang.Object)

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

    Shortcut for setDependency(java.lang.String)

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

    Shortcut for getDependency()

    Shortcut for getDependency()

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

    Shortcut for setDependency(java.lang.String)

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

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

    Shortcut for getEditor()

    Shortcut for getEditor()

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

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

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

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

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    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

    Shortcut for setIntent(android.content.Intent)

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

    Shortcut for getIntent()

    Shortcut for getIntent()

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

    Shortcut for setIntent(android.content.Intent)

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

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

    Shortcut for setKey(java.lang.String)

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

    Shortcut for getKey()

    Shortcut for getKey()

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

    Shortcut for setKey(java.lang.String)

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

    Shortcut for setLayoutResource(int)

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

    Shortcut for getLayoutResource()

    Shortcut for getLayoutResource()

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

    Shortcut for setLayoutResource(int)

    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

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

  43. def onPreferenceChangeListener: OnPreferenceChangeListener

    Shortcut for getOnPreferenceChangeListener()

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

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

  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

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

  48. def onPreferenceClickListener: OnPreferenceClickListener

    Shortcut for getOnPreferenceClickListener()

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

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

  50. def order(p: Int): V

    Shortcut for setOrder(int)

    Shortcut for setOrder(int)

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

    Shortcut for getOrder()

    Shortcut for getOrder()

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

    Shortcut for setOrder(int)

    Shortcut for setOrder(int)

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

    Shortcut for setPersistent(boolean)

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

    Shortcut for isPersistent()

    Shortcut for isPersistent()

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

    Shortcut for setPersistent(boolean)

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

    Shortcut for getPreferenceManager()

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

    Shortcut for setSelectable(boolean)

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

    Shortcut for isSelectable()

    Shortcut for isSelectable()

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

    Shortcut for setSelectable(boolean)

    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

    Shortcut for getSharedPreferences()

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

    Shortcut for setShouldDisableView(boolean)

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

    Shortcut for getShouldDisableView()

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

    Shortcut for setShouldDisableView(boolean)

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

    Shortcut for setSummary(java.lang.CharSequence)

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

    Shortcut for setSummary(int)

    Shortcut for setSummary(int)

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

    Shortcut for getSummary()

    Shortcut for getSummary()

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

    Shortcut for setSummary(java.lang.CharSequence)

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

    Shortcut for setSummary(int)

    Shortcut for setSummary(int)

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

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

    Shortcut for setTitle(java.lang.CharSequence)

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

    Shortcut for setTitle(int)

    Shortcut for setTitle(int)

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

    Shortcut for getTitle()

    Shortcut for getTitle()

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

    Shortcut for setTitle(java.lang.CharSequence)

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

    Shortcut for setTitle(int)

    Shortcut for setTitle(int)

    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

    Shortcut for setWidgetLayoutResource(int)

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

    Shortcut for getWidgetLayoutResource()

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

    Shortcut for setWidgetLayoutResource(int)

    Definition Classes
    TraitPreference
    Annotations
    @inline()

Inherited from TraitPreference[V]

Inherited from AnyRef

Inherited from Any

Ungrouped