org.scaloid.common

TraitDialogPreference

trait TraitDialogPreference[V <: DialogPreference] extends TraitPreference[V]

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

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

Abstract Value Members

  1. abstract def basis: V

    Definition Classes
    TraitPreference

Concrete 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. def clone(): AnyRef

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

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

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

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

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

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

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

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  15. def dialog: Dialog

    Annotations
    @inline()
  16. def dialogIcon(p: Drawable): V

    Annotations
    @inline()
  17. def dialogIcon(p: Int): V

    Annotations
    @inline()
  18. def dialogIcon: Drawable

    Annotations
    @inline()
  19. def dialogIcon_=(p: Drawable): V

    Annotations
    @inline()
  20. def dialogIcon_=(p: Int): V

    Annotations
    @inline()
  21. def dialogLayoutResource(p: Int): V

    Annotations
    @inline()
  22. def dialogLayoutResource: Int

    Annotations
    @inline()
  23. def dialogLayoutResource_=(p: Int): V

    Annotations
    @inline()
  24. def dialogMessage(p: CharSequence): V

    Annotations
    @inline()
  25. def dialogMessage(p: Int): V

    Annotations
    @inline()
  26. def dialogMessage: CharSequence

    Annotations
    @inline()
  27. def dialogMessage_=(p: CharSequence): V

    Annotations
    @inline()
  28. def dialogMessage_=(p: Int): V

    Annotations
    @inline()
  29. def dialogTitle(p: CharSequence): V

    Annotations
    @inline()
  30. def dialogTitle(p: Int): V

    Annotations
    @inline()
  31. def dialogTitle: CharSequence

    Annotations
    @inline()
  32. def dialogTitle_=(p: CharSequence): V

    Annotations
    @inline()
  33. def dialogTitle_=(p: Int): V

    Annotations
    @inline()
  34. def editor: Editor

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  54. def negativeButtonText(p: CharSequence): V

    Annotations
    @inline()
  55. def negativeButtonText(p: Int): V

    Annotations
    @inline()
  56. def negativeButtonText: CharSequence

    Annotations
    @inline()
  57. def negativeButtonText_=(p: CharSequence): V

    Annotations
    @inline()
  58. def negativeButtonText_=(p: Int): V

    Annotations
    @inline()
  59. final def notify(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  77. def positiveButtonText(p: CharSequence): V

    Annotations
    @inline()
  78. def positiveButtonText(p: Int): V

    Annotations
    @inline()
  79. def positiveButtonText: CharSequence

    Annotations
    @inline()
  80. def positiveButtonText_=(p: CharSequence): V

    Annotations
    @inline()
  81. def positiveButtonText_=(p: Int): V

    Annotations
    @inline()
  82. def preferenceManager: PreferenceManager

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    TraitPreference
    Annotations
    @inline()

Inherited from TraitPreference[V]

Inherited from AnyRef

Inherited from Any

Ungrouped