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

    Shortcut for getContext()

    Shortcut for getContext()

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

    Shortcut for setDefaultValue(java.lang.Object)

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

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

    Shortcut for setDefaultValue(java.lang.Object)

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

    Shortcut for setDependency(java.lang.String)

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

    Shortcut for getDependency()

    Shortcut for getDependency()

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

    Shortcut for setDependency(java.lang.String)

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

    Shortcut for getDialog()

    Shortcut for getDialog()

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

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

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

    Shortcut for setDialogIcon(int)

    Shortcut for setDialogIcon(int)

    Annotations
    @inline()
  18. def dialogIcon: Drawable

    Shortcut for getDialogIcon()

    Shortcut for getDialogIcon()

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

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

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

    Shortcut for setDialogIcon(int)

    Shortcut for setDialogIcon(int)

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

    Shortcut for setDialogLayoutResource(int)

    Annotations
    @inline()
  22. def dialogLayoutResource: Int

    Shortcut for getDialogLayoutResource()

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

    Shortcut for setDialogLayoutResource(int)

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

    Shortcut for setDialogMessage(java.lang.CharSequence)

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

    Shortcut for setDialogMessage(int)

    Shortcut for setDialogMessage(int)

    Annotations
    @inline()
  26. def dialogMessage: CharSequence

    Shortcut for getDialogMessage()

    Shortcut for getDialogMessage()

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

    Shortcut for setDialogMessage(java.lang.CharSequence)

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

    Shortcut for setDialogMessage(int)

    Shortcut for setDialogMessage(int)

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

    Shortcut for setDialogTitle(java.lang.CharSequence)

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

    Shortcut for setDialogTitle(int)

    Shortcut for setDialogTitle(int)

    Annotations
    @inline()
  31. def dialogTitle: CharSequence

    Shortcut for getDialogTitle()

    Shortcut for getDialogTitle()

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

    Shortcut for setDialogTitle(java.lang.CharSequence)

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

    Shortcut for setDialogTitle(int)

    Shortcut for setDialogTitle(int)

    Annotations
    @inline()
  34. def disable: V

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

    Shortcut for getEditor()

    Shortcut for getEditor()

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

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

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Shortcut for isEnabled()

    Shortcut for isEnabled()

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

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

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

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

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

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

    Shortcut for setIntent(android.content.Intent)

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

    Shortcut for getIntent()

    Shortcut for getIntent()

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

    Shortcut for setIntent(android.content.Intent)

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

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

    Shortcut for setKey(java.lang.String)

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

    Shortcut for getKey()

    Shortcut for getKey()

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

    Shortcut for setKey(java.lang.String)

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

    Shortcut for setLayoutResource(int)

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

    Shortcut for getLayoutResource()

    Shortcut for getLayoutResource()

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

    Shortcut for setLayoutResource(int)

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

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

    Shortcut for setNegativeButtonText(java.lang.CharSequence)

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

    Shortcut for setNegativeButtonText(int)

    Annotations
    @inline()
  58. def negativeButtonText: CharSequence

    Shortcut for getNegativeButtonText()

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

    Shortcut for setNegativeButtonText(java.lang.CharSequence)

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

    Shortcut for setNegativeButtonText(int)

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

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

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

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

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

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

  66. def onPreferenceChangeListener: OnPreferenceChangeListener

    Shortcut for getOnPreferenceChangeListener()

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

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

  68. def onPreferenceClick(f: ⇒ Boolean): V

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

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

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

  71. def onPreferenceClickListener: OnPreferenceClickListener

    Shortcut for getOnPreferenceClickListener()

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

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

  73. def order(p: Int): V

    Shortcut for setOrder(int)

    Shortcut for setOrder(int)

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

    Shortcut for getOrder()

    Shortcut for getOrder()

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

    Shortcut for setOrder(int)

    Shortcut for setOrder(int)

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

    Shortcut for setPersistent(boolean)

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

    Shortcut for isPersistent()

    Shortcut for isPersistent()

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

    Shortcut for setPersistent(boolean)

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

    Shortcut for setPositiveButtonText(java.lang.CharSequence)

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

    Shortcut for setPositiveButtonText(int)

    Annotations
    @inline()
  81. def positiveButtonText: CharSequence

    Shortcut for getPositiveButtonText()

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

    Shortcut for setPositiveButtonText(java.lang.CharSequence)

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

    Shortcut for setPositiveButtonText(int)

    Annotations
    @inline()
  84. def preferenceManager: PreferenceManager

    Shortcut for getPreferenceManager()

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

    Shortcut for setSelectable(boolean)

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

    Shortcut for isSelectable()

    Shortcut for isSelectable()

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

    Shortcut for setSelectable(boolean)

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

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

    Shortcut for getSharedPreferences()

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

    Shortcut for setShouldDisableView(boolean)

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

    Shortcut for getShouldDisableView()

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

    Shortcut for setShouldDisableView(boolean)

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

    Shortcut for setSummary(java.lang.CharSequence)

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

    Shortcut for setSummary(int)

    Shortcut for setSummary(int)

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

    Shortcut for getSummary()

    Shortcut for getSummary()

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

    Shortcut for setSummary(java.lang.CharSequence)

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

    Shortcut for setSummary(int)

    Shortcut for setSummary(int)

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

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

    Shortcut for setTitle(java.lang.CharSequence)

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

    Shortcut for setTitle(int)

    Shortcut for setTitle(int)

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

    Shortcut for getTitle()

    Shortcut for getTitle()

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

    Shortcut for setTitle(java.lang.CharSequence)

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

    Shortcut for setTitle(int)

    Shortcut for setTitle(int)

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

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

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

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

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

    Shortcut for setWidgetLayoutResource(int)

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

    Shortcut for getWidgetLayoutResource()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  110. 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