Trait

org.scaloid.common

TraitDialogPreference

Related Doc: package common

Permalink

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

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

Linear Supertypes
TraitPreference[This], 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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def basis: This

    Permalink
    Definition Classes
    TraitPreference

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()

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

    Permalink

    Shortcut for setDefaultValue(java.lang.Object)

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

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

    Permalink

    Shortcut for setDefaultValue(java.lang.Object)

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

    Permalink

    Shortcut for setDependency(java.lang.String)

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

    Permalink

    Shortcut for getDependency()

    Shortcut for getDependency()

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

    Permalink

    Shortcut for setDependency(java.lang.String)

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

    Permalink

    Shortcut for getDialog()

    Shortcut for getDialog()

    Annotations
    @inline()
  14. def dialogIcon(p: Drawable): This

    Permalink

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

    Annotations
    @inline()
  15. def dialogIcon(p: Int): This

    Permalink

    Shortcut for setDialogIcon(int)

    Shortcut for setDialogIcon(int)

    Annotations
    @inline()
  16. def dialogIcon: Drawable

    Permalink

    Shortcut for getDialogIcon()

    Shortcut for getDialogIcon()

    Annotations
    @inline()
  17. def dialogIcon_=(p: Drawable): This

    Permalink

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

    Annotations
    @inline()
  18. def dialogIcon_=(p: Int): This

    Permalink

    Shortcut for setDialogIcon(int)

    Shortcut for setDialogIcon(int)

    Annotations
    @inline()
  19. def dialogLayoutResource(p: Int): This

    Permalink

    Shortcut for setDialogLayoutResource(int)

    Annotations
    @inline()
  20. def dialogLayoutResource: Int

    Permalink

    Shortcut for getDialogLayoutResource()

    Annotations
    @inline()
  21. def dialogLayoutResource_=(p: Int): This

    Permalink

    Shortcut for setDialogLayoutResource(int)

    Annotations
    @inline()
  22. def dialogMessage(p: CharSequence): This

    Permalink

    Shortcut for setDialogMessage(java.lang.CharSequence)

    Annotations
    @inline()
  23. def dialogMessage(p: Int): This

    Permalink

    Shortcut for setDialogMessage(int)

    Shortcut for setDialogMessage(int)

    Annotations
    @inline()
  24. def dialogMessage: CharSequence

    Permalink

    Shortcut for getDialogMessage()

    Shortcut for getDialogMessage()

    Annotations
    @inline()
  25. def dialogMessage_=(p: CharSequence): This

    Permalink

    Shortcut for setDialogMessage(java.lang.CharSequence)

    Annotations
    @inline()
  26. def dialogMessage_=(p: Int): This

    Permalink

    Shortcut for setDialogMessage(int)

    Shortcut for setDialogMessage(int)

    Annotations
    @inline()
  27. def dialogTitle(p: CharSequence): This

    Permalink

    Shortcut for setDialogTitle(java.lang.CharSequence)

    Annotations
    @inline()
  28. def dialogTitle(p: Int): This

    Permalink

    Shortcut for setDialogTitle(int)

    Shortcut for setDialogTitle(int)

    Annotations
    @inline()
  29. def dialogTitle: CharSequence

    Permalink

    Shortcut for getDialogTitle()

    Shortcut for getDialogTitle()

    Annotations
    @inline()
  30. def dialogTitle_=(p: CharSequence): This

    Permalink

    Shortcut for setDialogTitle(java.lang.CharSequence)

    Annotations
    @inline()
  31. def dialogTitle_=(p: Int): This

    Permalink

    Shortcut for setDialogTitle(int)

    Shortcut for setDialogTitle(int)

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

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

    Permalink

    Shortcut for getEditor()

    Shortcut for getEditor()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  34. def enable(): This

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

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

    Permalink

    Shortcut for isEnabled()

    Shortcut for isEnabled()

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

    Permalink

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

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

    Permalink

    Shortcut for getExtras()

    Shortcut for getExtras()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  41. def finalize(): Unit

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

    Permalink

    Shortcut for setFragment(java.lang.String)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  43. def fragment: String

    Permalink

    Shortcut for getFragment()

    Shortcut for getFragment()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  44. def fragment_=(p: String): This

    Permalink

    Shortcut for setFragment(java.lang.String)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  45. final def getClass(): Class[_]

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

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

    Permalink

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

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  48. def icon(p: Int): This

    Permalink

    Shortcut for setIcon(int)

    Shortcut for setIcon(int)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  49. def icon: Drawable

    Permalink

    Shortcut for getIcon()

    Shortcut for getIcon()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  50. def icon_=(p: Drawable): This

    Permalink

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

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  51. def icon_=(p: Int): This

    Permalink

    Shortcut for setIcon(int)

    Shortcut for setIcon(int)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  52. def intent(p: Intent): This

    Permalink

    Shortcut for setIntent(android.content.Intent)

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

    Permalink

    Shortcut for getIntent()

    Shortcut for getIntent()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  54. def intent_=(p: Intent): This

    Permalink

    Shortcut for setIntent(android.content.Intent)

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

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

    Permalink

    Shortcut for setKey(java.lang.String)

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

    Permalink

    Shortcut for getKey()

    Shortcut for getKey()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  58. def key_=(p: String): This

    Permalink

    Shortcut for setKey(java.lang.String)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  59. def layoutResource(p: Int): This

    Permalink

    Shortcut for setLayoutResource(int)

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

    Permalink

    Shortcut for getLayoutResource()

    Shortcut for getLayoutResource()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  61. def layoutResource_=(p: Int): This

    Permalink

    Shortcut for setLayoutResource(int)

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

    Permalink
    Definition Classes
    AnyRef
  63. def negativeButtonText(p: CharSequence): This

    Permalink

    Shortcut for setNegativeButtonText(java.lang.CharSequence)

    Annotations
    @inline()
  64. def negativeButtonText(p: Int): This

    Permalink

    Shortcut for setNegativeButtonText(int)

    Annotations
    @inline()
  65. def negativeButtonText: CharSequence

    Permalink

    Shortcut for getNegativeButtonText()

    Annotations
    @inline()
  66. def negativeButtonText_=(p: CharSequence): This

    Permalink

    Shortcut for setNegativeButtonText(java.lang.CharSequence)

    Annotations
    @inline()
  67. def negativeButtonText_=(p: Int): This

    Permalink

    Shortcut for setNegativeButtonText(int)

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

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

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

    Permalink
    Definition Classes
    TraitPreference
    Annotations
    @inline()
  71. def onPreferenceChange(f: (Preference, Any) ⇒ Boolean): This

    Permalink
    Definition Classes
    TraitPreference
    Annotations
    @inline()
  72. def onPreferenceChangeListener(p: OnPreferenceChangeListener): This

    Permalink

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

  73. def onPreferenceChangeListener: OnPreferenceChangeListener

    Permalink

    Shortcut for getOnPreferenceChangeListener()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  74. def onPreferenceChangeListener_=(p: OnPreferenceChangeListener): This

    Permalink

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

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

    Permalink
    Definition Classes
    TraitPreference
    Annotations
    @inline()
  76. def onPreferenceClick(f: (Preference) ⇒ Boolean): This

    Permalink
    Definition Classes
    TraitPreference
    Annotations
    @inline()
  77. def onPreferenceClickListener(p: OnPreferenceClickListener): This

    Permalink

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

  78. def onPreferenceClickListener: OnPreferenceClickListener

    Permalink

    Shortcut for getOnPreferenceClickListener()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  79. def onPreferenceClickListener_=(p: OnPreferenceClickListener): This

    Permalink

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

  80. def order(p: Int): This

    Permalink

    Shortcut for setOrder(int)

    Shortcut for setOrder(int)

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

    Permalink

    Shortcut for getOrder()

    Shortcut for getOrder()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  82. def order_=(p: Int): This

    Permalink

    Shortcut for setOrder(int)

    Shortcut for setOrder(int)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  83. def persistent(p: Boolean): This

    Permalink

    Shortcut for setPersistent(boolean)

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

    Permalink

    Shortcut for isPersistent()

    Shortcut for isPersistent()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  85. def persistent_=(p: Boolean): This

    Permalink

    Shortcut for setPersistent(boolean)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  86. def positiveButtonText(p: CharSequence): This

    Permalink

    Shortcut for setPositiveButtonText(java.lang.CharSequence)

    Annotations
    @inline()
  87. def positiveButtonText(p: Int): This

    Permalink

    Shortcut for setPositiveButtonText(int)

    Annotations
    @inline()
  88. def positiveButtonText: CharSequence

    Permalink

    Shortcut for getPositiveButtonText()

    Annotations
    @inline()
  89. def positiveButtonText_=(p: CharSequence): This

    Permalink

    Shortcut for setPositiveButtonText(java.lang.CharSequence)

    Annotations
    @inline()
  90. def positiveButtonText_=(p: Int): This

    Permalink

    Shortcut for setPositiveButtonText(int)

    Annotations
    @inline()
  91. def preferenceManager: PreferenceManager

    Permalink

    Shortcut for getPreferenceManager()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  92. def selectable(p: Boolean): This

    Permalink

    Shortcut for setSelectable(boolean)

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

    Permalink

    Shortcut for isSelectable()

    Shortcut for isSelectable()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  94. def selectable_=(p: Boolean): This

    Permalink

    Shortcut for setSelectable(boolean)

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

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

    Permalink

    Shortcut for getSharedPreferences()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  97. def shouldDisableView(p: Boolean): This

    Permalink

    Shortcut for setShouldDisableView(boolean)

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

    Permalink

    Shortcut for getShouldDisableView()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  99. def shouldDisableView_=(p: Boolean): This

    Permalink

    Shortcut for setShouldDisableView(boolean)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  100. def summary(p: CharSequence): This

    Permalink

    Shortcut for setSummary(java.lang.CharSequence)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  101. def summary(p: Int): This

    Permalink

    Shortcut for setSummary(int)

    Shortcut for setSummary(int)

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

    Permalink

    Shortcut for getSummary()

    Shortcut for getSummary()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  103. def summary_=(p: CharSequence): This

    Permalink

    Shortcut for setSummary(java.lang.CharSequence)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  104. def summary_=(p: Int): This

    Permalink

    Shortcut for setSummary(int)

    Shortcut for setSummary(int)

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

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

    Permalink

    Shortcut for setTitle(java.lang.CharSequence)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  107. def title(p: Int): This

    Permalink

    Shortcut for setTitle(int)

    Shortcut for setTitle(int)

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

    Permalink

    Shortcut for getTitle()

    Shortcut for getTitle()

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

    Permalink

    Shortcut for getTitleRes()

    Shortcut for getTitleRes()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  110. def title_=(p: CharSequence): This

    Permalink

    Shortcut for setTitle(java.lang.CharSequence)

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  111. def title_=(p: Int): This

    Permalink

    Shortcut for setTitle(int)

    Shortcut for setTitle(int)

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

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

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

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

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

    Permalink

    Shortcut for setWidgetLayoutResource(int)

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

    Permalink

    Shortcut for getWidgetLayoutResource()

    Definition Classes
    TraitPreference
    Annotations
    @inline()
  118. def widgetLayoutResource_=(p: Int): This

    Permalink

    Shortcut for setWidgetLayoutResource(int)

    Definition Classes
    TraitPreference
    Annotations
    @inline()

Inherited from TraitPreference[This]

Inherited from AnyRef

Inherited from Any

Ungrouped