org.scaloid.common

TraitView

trait TraitView[V <: View] extends ConstantsSupport

Automatically generated helper trait of android.view.View. This contains several property accessors.

Linear Supertypes
ConstantsSupport, AnyRef, Any
Known Subclasses
RichAbsListView, RichAbsSeekBar, RichAbsSpinner, RichAbsoluteLayout, RichAdapterView, RichAnalogClock, RichAppWidgetHostView, RichAutoCompleteTextView, RichButton, RichCheckBox, RichCheckedTextView, RichChronometer, RichCompoundButton, RichDatePicker, RichDialerFilter, RichDigitalClock, RichEditText, RichExpandableListView, RichExtractEditText, RichFrameLayout, RichGLSurfaceView, RichGallery, RichGestureOverlayView, RichGridView, RichHorizontalScrollView, RichImageButton, RichImageSwitcher, RichImageView, RichKeyboardView, RichLinearLayout, RichListView, RichMediaController, RichMultiAutoCompleteTextView, RichProgressBar, RichQuickContactBadge, RichRadioButton, RichRadioGroup, RichRatingBar, RichRelativeLayout, RichScrollView, RichSeekBar, RichSlidingDrawer, RichSpinner, RichSurfaceView, RichTabHost, RichTabWidget, RichTableLayout, RichTableRow, RichTextSwitcher, RichTextView, RichTimePicker, RichToggleButton, RichTwoLineListItem, RichVideoView, RichView, RichViewAnimator, RichViewFlipper, RichViewGroup, RichViewStub, RichViewSwitcher, RichWebView, RichZoomButton, RichZoomControls, SAbsoluteLayout, SAnalogClock, SAppWidgetHostView, SAutoCompleteTextView, SButton, SCheckBox, SCheckedTextView, SChronometer, SDatePicker, SDialerFilter, SDigitalClock, SEditText, SExpandableListView, SExtractEditText, SFrameLayout, SGLSurfaceView, SGallery, SGestureOverlayView, SGridView, SHorizontalScrollView, SImageButton, SImageSwitcher, SImageView, SLinearLayout, SListView, SMediaController, SMultiAutoCompleteTextView, SProgressBar, SQuickContactBadge, SRadioButton, SRadioGroup, SRatingBar, SRelativeLayout, SScrollView, SSeekBar, SSpinner, SSurfaceView, STabHost, STabWidget, STableLayout, STableRow, STextSwitcher, STextView, STimePicker, SToggleButton, STwoLineListItem, SVerticalLayout, SVideoView, SView, SViewAnimator, SViewFlipper, SViewSwitcher, SWebView, SZoomButton, SZoomControls, TraitAbsListView, TraitAbsSeekBar, TraitAbsSpinner, TraitAbsoluteLayout, TraitAdapterView, TraitAnalogClock, TraitAppWidgetHostView, TraitAutoCompleteTextView, TraitButton, TraitCheckBox, TraitCheckedTextView, TraitChronometer, TraitCompoundButton, TraitDatePicker, TraitDialerFilter, TraitDigitalClock, TraitEditText, TraitExpandableListView, TraitExtractEditText, TraitFrameLayout, TraitGLSurfaceView, TraitGallery, TraitGestureOverlayView, TraitGridView, TraitHorizontalScrollView, TraitImageButton, TraitImageSwitcher, TraitImageView, TraitKeyboardView, TraitLinearLayout, TraitListView, TraitMediaController, TraitMultiAutoCompleteTextView, TraitProgressBar, TraitQuickContactBadge, TraitRadioButton, TraitRadioGroup, TraitRatingBar, TraitRelativeLayout, TraitScrollView, TraitSeekBar, TraitSlidingDrawer, TraitSpinner, TraitSurfaceView, TraitTabHost, TraitTabWidget, TraitTableLayout, TraitTableRow, TraitTextSwitcher, TraitTextView, TraitTimePicker, TraitToggleButton, TraitTwoLineListItem, TraitVideoView, TraitViewAnimator, TraitViewFlipper, TraitViewGroup, TraitViewStub, TraitViewSwitcher, TraitWebView, TraitZoomButton, TraitZoomControls
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TraitView
  2. ConstantsSupport
  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

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. def <<[LP <: ViewGroupLayoutParams[_, _]](width: Int, height: Int)(implicit defaultLayoutParam: (V) ⇒ LP): LP

  5. def <<[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (V) ⇒ LP): LP

  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val FILL_PARENT: Int

  9. val MATCH_PARENT: Int

  10. val NONE: Int

    Definition Classes
    ConstantsSupport
  11. val TEXT: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  26. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  27. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  28. val WRAP_CONTENT: Int

  29. def animation(p: Animation): V

    Shortcut for setAnimation(android.view.animation.Animation)

    Annotations
    @inline()
  30. def animation: Animation

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Annotations
    @inline()
  31. def animation_=(p: Animation): V

    Shortcut for setAnimation(android.view.animation.Animation)

    Annotations
    @inline()
  32. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

    Annotations
    @inline()
  33. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  34. def background: Drawable

    Shortcut for getBackground()

    Shortcut for getBackground()

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

    Shortcut for setBackgroundColor(int)

    Annotations
    @inline()
  36. def backgroundColor(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  37. def backgroundColor_=(p: Int): V

    Shortcut for setBackgroundColor(int)

    Annotations
    @inline()
  38. def backgroundDrawable(p: Drawable): V

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

  39. def backgroundDrawable(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  40. def backgroundDrawable_=(p: Drawable): V

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

  41. def backgroundResource(p: Int): V

    Shortcut for setBackgroundResource(int)

    Annotations
    @inline()
  42. def backgroundResource(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  43. def backgroundResource_=(p: Int): V

    Shortcut for setBackgroundResource(int)

    Annotations
    @inline()
  44. def baseline: Int

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Annotations
    @inline()
  45. def bottom: Int

    Shortcut for getBottom()

    Shortcut for getBottom()

    Annotations
    @inline()
  46. def clickable(p: Boolean): V

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Annotations
    @inline()
  47. def clickable: Boolean

    Shortcut for isClickable()

    Shortcut for isClickable()

    Annotations
    @inline()
  48. def clickable_=(p: Boolean): V

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Annotations
    @inline()
  49. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def contentDescription(p: CharSequence): V

    Shortcut for setContentDescription(java.lang.CharSequence)

    Annotations
    @inline()
  51. def contentDescription: CharSequence

    Shortcut for getContentDescription()

    Annotations
    @inline()
  52. def contentDescription_=(p: CharSequence): V

    Shortcut for setContentDescription(java.lang.CharSequence)

    Annotations
    @inline()
  53. def context: Context

    Shortcut for getContext()

    Shortcut for getContext()

    Annotations
    @inline()
  54. def disable: V

    Annotations
    @inline()
  55. def disableDrawingCache: V

    Annotations
    @inline()
  56. def disableDuplicateParentState: V

    Annotations
    @inline()
  57. def disableHapticFeedback: V

    Annotations
    @inline()
  58. def disableHorizontalFadingEdge: V

    Annotations
    @inline()
  59. def disableHorizontalScrollBar: V

    Annotations
    @inline()
  60. def disableSave: V

    Annotations
    @inline()
  61. def disableScrollbarFading: V

    Annotations
    @inline()
  62. def disableSoundEffects: V

    Annotations
    @inline()
  63. def disableVerticalFadingEdge: V

    Annotations
    @inline()
  64. def disableVerticalScrollBar: V

    Annotations
    @inline()
  65. def drawableState: Array[Int]

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

    Annotations
    @inline()
  66. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Annotations
    @inline()
  67. def drawingCacheBackgroundColor(p: Int): V

    Shortcut for setDrawingCacheBackgroundColor(int)

    Annotations
    @inline()
  68. def drawingCacheBackgroundColor: Int

    Shortcut for getDrawingCacheBackgroundColor()

    Annotations
    @inline()
  69. def drawingCacheBackgroundColor_=(p: Int): V

    Shortcut for setDrawingCacheBackgroundColor(int)

    Annotations
    @inline()
  70. def drawingCacheEnabled(p: Boolean): V

    Shortcut for setDrawingCacheEnabled(boolean)

    Annotations
    @inline()
  71. def drawingCacheEnabled: Boolean

    Shortcut for isDrawingCacheEnabled()

    Annotations
    @inline()
  72. def drawingCacheEnabled_=(p: Boolean): V

    Shortcut for setDrawingCacheEnabled(boolean)

    Annotations
    @inline()
  73. def drawingCacheQuality(p: Int): V

    Shortcut for setDrawingCacheQuality(int)

    Annotations
    @inline()
  74. def drawingCacheQuality: Int

    Shortcut for getDrawingCacheQuality()

    Annotations
    @inline()
  75. def drawingCacheQuality_=(p: Int): V

    Shortcut for setDrawingCacheQuality(int)

    Annotations
    @inline()
  76. def drawingTime: Long

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Annotations
    @inline()
  77. def duplicateParentStateEnabled(p: Boolean): V

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Annotations
    @inline()
  78. def duplicateParentStateEnabled: Boolean

    Shortcut for isDuplicateParentStateEnabled()

    Annotations
    @inline()
  79. def duplicateParentStateEnabled_=(p: Boolean): V

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Annotations
    @inline()
  80. def enable: V

    Annotations
    @inline()
  81. def enableDrawingCache: V

    Annotations
    @inline()
  82. def enableDuplicateParentState: V

    Annotations
    @inline()
  83. def enableHapticFeedback: V

    Annotations
    @inline()
  84. def enableHorizontalFadingEdge: V

    Annotations
    @inline()
  85. def enableHorizontalScrollBar: V

    Annotations
    @inline()
  86. def enableSave: V

    Annotations
    @inline()
  87. def enableScrollbarFading: V

    Annotations
    @inline()
  88. def enableSoundEffects: V

    Annotations
    @inline()
  89. def enableVerticalFadingEdge: V

    Annotations
    @inline()
  90. def enableVerticalScrollBar: V

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

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Annotations
    @inline()
  92. def enabled: Boolean

    Shortcut for isEnabled()

    Shortcut for isEnabled()

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

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

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

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

    Definition Classes
    AnyRef → Any
  96. def fadingEdgeLength(p: Int): V

    Shortcut for setFadingEdgeLength(int)

    Annotations
    @inline()
  97. def fadingEdgeLength(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  98. def fadingEdgeLength_=(p: Int): V

    Shortcut for setFadingEdgeLength(int)

    Annotations
    @inline()
  99. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  100. def find[V <: View](id: Int): V

  101. def focusable(p: Boolean): V

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Annotations
    @inline()
  102. def focusable: Boolean

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Annotations
    @inline()
  103. def focusableInTouchMode(p: Boolean): V

    Shortcut for setFocusableInTouchMode(boolean)

    Annotations
    @inline()
  104. def focusableInTouchMode: Boolean

    Shortcut for isFocusableInTouchMode()

    Annotations
    @inline()
  105. def focusableInTouchMode_=(p: Boolean): V

    Shortcut for setFocusableInTouchMode(boolean)

    Annotations
    @inline()
  106. def focusable_=(p: Boolean): V

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Annotations
    @inline()
  107. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  108. def handler: Handler

    Shortcut for getHandler()

    Shortcut for getHandler()

    Annotations
    @inline()
  109. def hapticFeedbackEnabled(p: Boolean): V

    Shortcut for setHapticFeedbackEnabled(boolean)

    Annotations
    @inline()
  110. def hapticFeedbackEnabled: Boolean

    Shortcut for isHapticFeedbackEnabled()

    Annotations
    @inline()
  111. def hapticFeedbackEnabled_=(p: Boolean): V

    Shortcut for setHapticFeedbackEnabled(boolean)

    Annotations
    @inline()
  112. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  113. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Annotations
    @inline()
  114. def horizontalFadingEdgeEnabled(p: Boolean): V

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

    Annotations
    @inline()
  115. def horizontalFadingEdgeEnabled: Boolean

    Shortcut for isHorizontalFadingEdgeEnabled()

    Annotations
    @inline()
  116. def horizontalFadingEdgeEnabled_=(p: Boolean): V

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

    Annotations
    @inline()
  117. def horizontalFadingEdgeLength: Int

    Shortcut for getHorizontalFadingEdgeLength()

    Annotations
    @inline()
  118. def horizontalScrollBarEnabled(p: Boolean): V

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Annotations
    @inline()
  119. def horizontalScrollBarEnabled: Boolean

    Shortcut for isHorizontalScrollBarEnabled()

    Annotations
    @inline()
  120. def horizontalScrollBarEnabled_=(p: Boolean): V

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Annotations
    @inline()
  121. def id(p: Int): V

    Shortcut for setId(int)

    Shortcut for setId(int)

    Annotations
    @inline()
  122. def id: Int

    Shortcut for getId()

    Shortcut for getId()

    Annotations
    @inline()
  123. def id_=(p: Int): V

    Shortcut for setId(int)

    Shortcut for setId(int)

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

    Definition Classes
    Any
  125. def keepScreenOn(p: Boolean): V

    Shortcut for setKeepScreenOn(boolean)

    Annotations
    @inline()
  126. def keepScreenOn: Boolean

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Annotations
    @inline()
  127. def keepScreenOn_=(p: Boolean): V

    Shortcut for setKeepScreenOn(boolean)

    Annotations
    @inline()
  128. def keyDispatcherState: DispatcherState

    Shortcut for getKeyDispatcherState()

    Annotations
    @inline()
  129. def layoutParams(p: LayoutParams): V

    Shortcut for setLayoutParams(android.view.ViewGroup.LayoutParams)

    Annotations
    @inline()
  130. def layoutParams: LayoutParams

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Annotations
    @inline()
  131. def layoutParams_=(p: LayoutParams): V

    Shortcut for setLayoutParams(android.view.ViewGroup.LayoutParams)

    Annotations
    @inline()
  132. def left: Int

    Shortcut for getLeft()

    Shortcut for getLeft()

    Annotations
    @inline()
  133. def longClickable(p: Boolean): V

    Shortcut for setLongClickable(boolean)

    Annotations
    @inline()
  134. def longClickable: Boolean

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Annotations
    @inline()
  135. def longClickable_=(p: Boolean): V

    Shortcut for setLongClickable(boolean)

    Annotations
    @inline()
  136. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

    Annotations
    @inline()
  137. def measuredWidth: Int

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

    Annotations
    @inline()
  138. def minimumHeight(p: Int): V

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Annotations
    @inline()
  139. def minimumHeight(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  140. def minimumHeight_=(p: Int): V

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Annotations
    @inline()
  141. def minimumWidth(p: Int): V

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Annotations
    @inline()
  142. def minimumWidth(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  143. def minimumWidth_=(p: Int): V

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

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

    Definition Classes
    AnyRef
  145. def nextFocusDownId(p: Int): V

    Shortcut for setNextFocusDownId(int)

    Annotations
    @inline()
  146. def nextFocusDownId: Int

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Annotations
    @inline()
  147. def nextFocusDownId_=(p: Int): V

    Shortcut for setNextFocusDownId(int)

    Annotations
    @inline()
  148. def nextFocusLeftId(p: Int): V

    Shortcut for setNextFocusLeftId(int)

    Annotations
    @inline()
  149. def nextFocusLeftId: Int

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Annotations
    @inline()
  150. def nextFocusLeftId_=(p: Int): V

    Shortcut for setNextFocusLeftId(int)

    Annotations
    @inline()
  151. def nextFocusRightId(p: Int): V

    Shortcut for setNextFocusRightId(int)

    Annotations
    @inline()
  152. def nextFocusRightId: Int

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Annotations
    @inline()
  153. def nextFocusRightId_=(p: Int): V

    Shortcut for setNextFocusRightId(int)

    Annotations
    @inline()
  154. def nextFocusUpId(p: Int): V

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

    Annotations
    @inline()
  155. def nextFocusUpId: Int

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Annotations
    @inline()
  156. def nextFocusUpId_=(p: Int): V

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

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

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

    Definition Classes
    AnyRef
  159. def onClick(f: ⇒ Unit): V

    Annotations
    @inline()
  160. def onClick(f: (View) ⇒ Unit): V

    Annotations
    @inline()
  161. def onClickListener(p: OnClickListener): V

    Shortcut for setOnClickListener(android.view.View.OnClickListener)

    Annotations
    @inline()
  162. def onClickListener(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  163. def onClickListener_=(p: OnClickListener): V

    Shortcut for setOnClickListener(android.view.View.OnClickListener)

    Annotations
    @inline()
  164. def onCreateContextMenu(f: ⇒ Unit): V

    Annotations
    @inline()
  165. def onCreateContextMenu(f: (ContextMenu, View, ContextMenuInfo) ⇒ Unit): V

    Annotations
    @inline()
  166. def onCreateContextMenuListener(p: OnCreateContextMenuListener): V

    Shortcut for setOnCreateContextMenuListener(android.view.View.OnCreateContextMenuListener)

  167. def onCreateContextMenuListener(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  168. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): V

    Shortcut for setOnCreateContextMenuListener(android.view.View.OnCreateContextMenuListener)

  169. def onFocusChange(f: ⇒ Unit): V

    Annotations
    @inline()
  170. def onFocusChange(f: (View, Boolean) ⇒ Unit): V

    Annotations
    @inline()
  171. def onFocusChangeListener(p: OnFocusChangeListener): V

    Shortcut for setOnFocusChangeListener(android.view.View.OnFocusChangeListener)

  172. def onFocusChangeListener: OnFocusChangeListener

    Shortcut for getOnFocusChangeListener()

    Annotations
    @inline()
  173. def onFocusChangeListener_=(p: OnFocusChangeListener): V

    Shortcut for setOnFocusChangeListener(android.view.View.OnFocusChangeListener)

  174. def onKey(f: ⇒ Boolean): V

    Annotations
    @inline()
  175. def onKey(f: (View, Int, KeyEvent) ⇒ Boolean): V

    Annotations
    @inline()
  176. def onKeyListener(p: OnKeyListener): V

    Shortcut for setOnKeyListener(android.view.View.OnKeyListener)

    Annotations
    @inline()
  177. def onKeyListener(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  178. def onKeyListener_=(p: OnKeyListener): V

    Shortcut for setOnKeyListener(android.view.View.OnKeyListener)

    Annotations
    @inline()
  179. def onLongClick(f: ⇒ Boolean): V

    Annotations
    @inline()
  180. def onLongClick(f: (View) ⇒ Boolean): V

    Annotations
    @inline()
  181. def onLongClickListener(p: OnLongClickListener): V

    Shortcut for setOnLongClickListener(android.view.View.OnLongClickListener)

  182. def onLongClickListener(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  183. def onLongClickListener_=(p: OnLongClickListener): V

    Shortcut for setOnLongClickListener(android.view.View.OnLongClickListener)

  184. def onTouch(f: ⇒ Boolean): V

    Annotations
    @inline()
  185. def onTouch(f: (View, MotionEvent) ⇒ Boolean): V

    Annotations
    @inline()
  186. def onTouchListener(p: OnTouchListener): V

    Shortcut for setOnTouchListener(android.view.View.OnTouchListener)

    Annotations
    @inline()
  187. def onTouchListener(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  188. def onTouchListener_=(p: OnTouchListener): V

    Shortcut for setOnTouchListener(android.view.View.OnTouchListener)

    Annotations
    @inline()
  189. def padding(p1: Int, p2: Int, p3: Int, p4: Int): V

    Annotations
    @inline()
  190. def padding: Int

    Annotations
    @inline()
  191. def padding(p: Int): V

    Annotations
    @inline()
  192. def paddingBottom: Int

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

    Annotations
    @inline()
  193. def paddingLeft: Int

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

    Annotations
    @inline()
  194. def paddingRight: Int

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

    Annotations
    @inline()
  195. def paddingTop: Int

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Annotations
    @inline()
  196. def padding_=(p: Int): V

    Annotations
    @inline()
  197. def parent: ViewParent

    Shortcut for getParent()

    Shortcut for getParent()

    Annotations
    @inline()
  198. val parentViewGroup: TraitViewGroup[_]

  199. def parentViewGroupIfExists[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (V) ⇒ LP = (v:V)=> null): TraitViewGroup[_]

    Attributes
    protected
  200. def pressed(p: Boolean): V

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Annotations
    @inline()
  201. def pressed: Boolean

    Shortcut for isPressed()

    Shortcut for isPressed()

    Annotations
    @inline()
  202. def pressed_=(p: Boolean): V

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Annotations
    @inline()
  203. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

    Annotations
    @inline()
  204. def right: Int

    Shortcut for getRight()

    Shortcut for getRight()

    Annotations
    @inline()
  205. def rootView: View

    Shortcut for getRootView()

    Shortcut for getRootView()

    Annotations
    @inline()
  206. def saveEnabled(p: Boolean): V

    Shortcut for setSaveEnabled(boolean)

    Annotations
    @inline()
  207. def saveEnabled: Boolean

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Annotations
    @inline()
  208. def saveEnabled_=(p: Boolean): V

    Shortcut for setSaveEnabled(boolean)

    Annotations
    @inline()
  209. def scrollBarStyle(p: Int): V

    Shortcut for setScrollBarStyle(int)

    Annotations
    @inline()
  210. def scrollBarStyle: Int

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Annotations
    @inline()
  211. def scrollBarStyle_=(p: Int): V

    Shortcut for setScrollBarStyle(int)

    Annotations
    @inline()
  212. def scrollContainer(p: Boolean): V

    Shortcut for setScrollContainer(boolean)

    Annotations
    @inline()
  213. def scrollContainer(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  214. def scrollContainer_=(p: Boolean): V

    Shortcut for setScrollContainer(boolean)

    Annotations
    @inline()
  215. def scrollX: Int

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Annotations
    @inline()
  216. def scrollY: Int

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Annotations
    @inline()
  217. def scrollbarFadingEnabled(p: Boolean): V

    Shortcut for setScrollbarFadingEnabled(boolean)

    Annotations
    @inline()
  218. def scrollbarFadingEnabled: Boolean

    Shortcut for isScrollbarFadingEnabled()

    Annotations
    @inline()
  219. def scrollbarFadingEnabled_=(p: Boolean): V

    Shortcut for setScrollbarFadingEnabled(boolean)

    Annotations
    @inline()
  220. def selected(p: Boolean): V

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Annotations
    @inline()
  221. def selected: Boolean

    Shortcut for isSelected()

    Shortcut for isSelected()

    Annotations
    @inline()
  222. def selected_=(p: Boolean): V

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Annotations
    @inline()
  223. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Annotations
    @inline()
  224. def soundEffectsEnabled(p: Boolean): V

    Shortcut for setSoundEffectsEnabled(boolean)

    Annotations
    @inline()
  225. def soundEffectsEnabled: Boolean

    Shortcut for isSoundEffectsEnabled()

    Annotations
    @inline()
  226. def soundEffectsEnabled_=(p: Boolean): V

    Shortcut for setSoundEffectsEnabled(boolean)

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

    Definition Classes
    AnyRef
  228. def tag(p: Any): V

    Shortcut for setTag(java.lang.Object)

    Annotations
    @inline()
  229. def tag: AnyRef

    Shortcut for getTag()

    Shortcut for getTag()

    Annotations
    @inline()
  230. def tag_=(p: Any): V

    Shortcut for setTag(java.lang.Object)

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

    Definition Classes
    AnyRef → Any
  232. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Annotations
    @inline()
  233. def touchDelegate(p: TouchDelegate): V

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Annotations
    @inline()
  234. def touchDelegate: TouchDelegate

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Annotations
    @inline()
  235. def touchDelegate_=(p: TouchDelegate): V

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Annotations
    @inline()
  236. def touchables: ArrayList[View]

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Annotations
    @inline()
  237. def uniqueId(implicit activity: Activity): Int

  238. def verticalFadingEdgeEnabled(p: Boolean): V

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Annotations
    @inline()
  239. def verticalFadingEdgeEnabled: Boolean

    Shortcut for isVerticalFadingEdgeEnabled()

    Annotations
    @inline()
  240. def verticalFadingEdgeEnabled_=(p: Boolean): V

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Annotations
    @inline()
  241. def verticalFadingEdgeLength: Int

    Shortcut for getVerticalFadingEdgeLength()

    Annotations
    @inline()
  242. def verticalScrollBarEnabled(p: Boolean): V

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Annotations
    @inline()
  243. def verticalScrollBarEnabled: Boolean

    Shortcut for isVerticalScrollBarEnabled()

    Annotations
    @inline()
  244. def verticalScrollBarEnabled_=(p: Boolean): V

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Annotations
    @inline()
  245. def verticalScrollbarWidth: Int

    Shortcut for getVerticalScrollbarWidth()

    Annotations
    @inline()
  246. def viewTreeObserver: ViewTreeObserver

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Annotations
    @inline()
  247. def visibility(p: Int): V

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Annotations
    @inline()
  248. def visibility: Int

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Annotations
    @inline()
  249. def visibility_=(p: Int): V

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Annotations
    @inline()
  250. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  253. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Annotations
    @inline()
  254. def willNotCacheDrawing(p: Boolean): V

    Shortcut for setWillNotCacheDrawing(boolean)

    Annotations
    @inline()
  255. def willNotCacheDrawing_=(p: Boolean): V

    Shortcut for setWillNotCacheDrawing(boolean)

    Annotations
    @inline()
  256. def willNotDraw(p: Boolean): V

    Shortcut for setWillNotDraw(boolean)

    Annotations
    @inline()
  257. def willNotDraw_=(p: Boolean): V

    Shortcut for setWillNotDraw(boolean)

    Annotations
    @inline()
  258. def windowToken: IBinder

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

    Annotations
    @inline()
  259. def windowVisibility: Int

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Annotations
    @inline()

Inherited from ConstantsSupport

Inherited from AnyRef

Inherited from Any

Ungrouped