org.scaloid.common

TraitPreference

trait TraitPreference[V <: Preference] extends AnyRef

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

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TraitPreference
  2. AnyRef
  3. 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

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

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

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

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

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

    Annotations
    @inline()
  13. def dependency: String

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

    Annotations
    @inline()
  15. def disable: V

    Annotations
    @inline()
  16. def editor: Editor

    Annotations
    @inline()
  17. def enable: V

    Annotations
    @inline()
  18. def enabled(p: Boolean): V

    Annotations
    @inline()
  19. def enabled: Boolean

    Annotations
    @inline()
  20. def enabled_=(p: Boolean): V

    Annotations
    @inline()
  21. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Annotations
    @inline()
  27. def intent: Intent

    Annotations
    @inline()
  28. def intent_=(p: Intent): V

    Annotations
    @inline()
  29. final def isInstanceOf[T0]: Boolean

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

    Annotations
    @inline()
  31. def key: String

    Annotations
    @inline()
  32. def key_=(p: String): V

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

    Annotations
    @inline()
  34. def layoutResource: Int

    Annotations
    @inline()
  35. def layoutResource_=(p: Int): V

    Annotations
    @inline()
  36. final def ne(arg0: AnyRef): Boolean

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

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

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

    Annotations
    @inline()
  40. def onPreferenceChange(f: (Preference, Any) ⇒ Boolean): V

    Annotations
    @inline()
  41. def onPreferenceChangeListener(p: OnPreferenceChangeListener): V

    Annotations
    @inline()
  42. def onPreferenceChangeListener: OnPreferenceChangeListener

    Annotations
    @inline()
  43. def onPreferenceChangeListener_=(p: OnPreferenceChangeListener): V

    Annotations
    @inline()
  44. def onPreferenceClick(f: ⇒ Boolean): V

    Annotations
    @inline()
  45. def onPreferenceClick(f: (Preference) ⇒ Boolean): V

    Annotations
    @inline()
  46. def onPreferenceClickListener(p: OnPreferenceClickListener): V

    Annotations
    @inline()
  47. def onPreferenceClickListener: OnPreferenceClickListener

    Annotations
    @inline()
  48. def onPreferenceClickListener_=(p: OnPreferenceClickListener): V

    Annotations
    @inline()
  49. def order(p: Int): V

    Annotations
    @inline()
  50. def order: Int

    Annotations
    @inline()
  51. def order_=(p: Int): V

    Annotations
    @inline()
  52. def persistent(p: Boolean): V

    Annotations
    @inline()
  53. def persistent: Boolean

    Annotations
    @inline()
  54. def persistent_=(p: Boolean): V

    Annotations
    @inline()
  55. def preferenceManager: PreferenceManager

    Annotations
    @inline()
  56. def selectable(p: Boolean): V

    Annotations
    @inline()
  57. def selectable: Boolean

    Annotations
    @inline()
  58. def selectable_=(p: Boolean): V

    Annotations
    @inline()
  59. def setIntent[T](implicit arg0: ClassTag[T], context: Context): Unit

    Annotations
    @inline()
  60. def sharedPreferences: SharedPreferences

    Annotations
    @inline()
  61. def shouldDisableView(p: Boolean): V

    Annotations
    @inline()
  62. def shouldDisableView: Boolean

    Annotations
    @inline()
  63. def shouldDisableView_=(p: Boolean): V

    Annotations
    @inline()
  64. def summary(p: CharSequence): V

    Annotations
    @inline()
  65. def summary(p: Int): V

    Annotations
    @inline()
  66. def summary: CharSequence

    Annotations
    @inline()
  67. def summary_=(p: CharSequence): V

    Annotations
    @inline()
  68. def summary_=(p: Int): V

    Annotations
    @inline()
  69. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Annotations
    @inline()
  71. def title(p: Int): V

    Annotations
    @inline()
  72. def title: CharSequence

    Annotations
    @inline()
  73. def title_=(p: CharSequence): V

    Annotations
    @inline()
  74. def title_=(p: Int): V

    Annotations
    @inline()
  75. def toString(): String

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

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

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

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

    Annotations
    @inline()
  80. def widgetLayoutResource: Int

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

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped