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

    Shortcut for getContext()

    Shortcut for getContext()

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

    Shortcut for setDefaultValue(java.lang.Object)

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

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

    Shortcut for setDefaultValue(java.lang.Object)

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

    Shortcut for setDependency(java.lang.String)

    Annotations
    @inline()
  13. def dependency: String

    Shortcut for getDependency()

    Shortcut for getDependency()

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

    Shortcut for setDependency(java.lang.String)

    Annotations
    @inline()
  15. def disable: V

    Annotations
    @inline()
  16. def editor: Editor

    Shortcut for getEditor()

    Shortcut for getEditor()

    Annotations
    @inline()
  17. def enable: V

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

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Annotations
    @inline()
  19. def enabled: Boolean

    Shortcut for isEnabled()

    Shortcut for isEnabled()

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

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    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

    Shortcut for setIntent(android.content.Intent)

    Annotations
    @inline()
  27. def intent: Intent

    Shortcut for getIntent()

    Shortcut for getIntent()

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

    Shortcut for setIntent(android.content.Intent)

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

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

    Shortcut for setKey(java.lang.String)

    Annotations
    @inline()
  31. def key: String

    Shortcut for getKey()

    Shortcut for getKey()

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

    Shortcut for setKey(java.lang.String)

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

    Shortcut for setLayoutResource(int)

    Annotations
    @inline()
  34. def layoutResource: Int

    Shortcut for getLayoutResource()

    Shortcut for getLayoutResource()

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

    Shortcut for setLayoutResource(int)

    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

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

  42. def onPreferenceChangeListener: OnPreferenceChangeListener

    Shortcut for getOnPreferenceChangeListener()

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

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

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

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

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

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

  47. def onPreferenceClickListener: OnPreferenceClickListener

    Shortcut for getOnPreferenceClickListener()

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

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

  49. def order(p: Int): V

    Shortcut for setOrder(int)

    Shortcut for setOrder(int)

    Annotations
    @inline()
  50. def order: Int

    Shortcut for getOrder()

    Shortcut for getOrder()

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

    Shortcut for setOrder(int)

    Shortcut for setOrder(int)

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

    Shortcut for setPersistent(boolean)

    Annotations
    @inline()
  53. def persistent: Boolean

    Shortcut for isPersistent()

    Shortcut for isPersistent()

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

    Shortcut for setPersistent(boolean)

    Annotations
    @inline()
  55. def preferenceManager: PreferenceManager

    Shortcut for getPreferenceManager()

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

    Shortcut for setSelectable(boolean)

    Annotations
    @inline()
  57. def selectable: Boolean

    Shortcut for isSelectable()

    Shortcut for isSelectable()

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

    Shortcut for setSelectable(boolean)

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

    Annotations
    @inline()
  60. def sharedPreferences: SharedPreferences

    Shortcut for getSharedPreferences()

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

    Shortcut for setShouldDisableView(boolean)

    Annotations
    @inline()
  62. def shouldDisableView: Boolean

    Shortcut for getShouldDisableView()

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

    Shortcut for setShouldDisableView(boolean)

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

    Shortcut for setSummary(java.lang.CharSequence)

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

    Shortcut for setSummary(int)

    Shortcut for setSummary(int)

    Annotations
    @inline()
  66. def summary: CharSequence

    Shortcut for getSummary()

    Shortcut for getSummary()

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

    Shortcut for setSummary(java.lang.CharSequence)

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

    Shortcut for setSummary(int)

    Shortcut for setSummary(int)

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

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

    Shortcut for setTitle(java.lang.CharSequence)

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

    Shortcut for setTitle(int)

    Shortcut for setTitle(int)

    Annotations
    @inline()
  72. def title: CharSequence

    Shortcut for getTitle()

    Shortcut for getTitle()

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

    Shortcut for setTitle(java.lang.CharSequence)

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

    Shortcut for setTitle(int)

    Shortcut for setTitle(int)

    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

    Shortcut for setWidgetLayoutResource(int)

    Annotations
    @inline()
  80. def widgetLayoutResource: Int

    Shortcut for getWidgetLayoutResource()

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

    Shortcut for setWidgetLayoutResource(int)

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped