org.scaloid.common

SWebView

class SWebView extends WebView with TraitWebView[SWebView]

Automatically generated concrete helper class of android.webkit.WebView.

Linear Supertypes
TraitWebView[SWebView], TraitAbsoluteLayout[SWebView], TraitViewGroup[SWebView], TraitView[SWebView], PressAndHoldable, ConstantsSupport, WebView, OnHierarchyChangeListener, OnGlobalFocusChangeListener, AbsoluteLayout, ViewGroup, ViewManager, ViewParent, View, AccessibilityEventSource, Callback, Callback, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SWebView
  2. TraitWebView
  3. TraitAbsoluteLayout
  4. TraitViewGroup
  5. TraitView
  6. PressAndHoldable
  7. ConstantsSupport
  8. WebView
  9. OnHierarchyChangeListener
  10. OnGlobalFocusChangeListener
  11. AbsoluteLayout
  12. ViewGroup
  13. ViewManager
  14. ViewParent
  15. View
  16. AccessibilityEventSource
  17. Callback
  18. Callback
  19. AnyRef
  20. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SWebView()(implicit context: Context, parentVGroup: TraitViewGroup[_] = null)

Type Members

  1. class HitTestResult extends AnyRef

    Definition Classes
    WebView
  2. class PressAndHoldListener extends OnTouchListener with OnLongClickListener

    Definition Classes
    PressAndHoldable
  3. class WebViewTransport extends AnyRef

    Definition Classes
    WebView

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 +=(v: View): SWebView

    Definition Classes
    TraitViewGroup
  5. def <<[LP <: ViewGroupLayoutParams[_, _]](width: Int, height: Int)(implicit defaultLayoutParam: (SWebView) ⇒ LP): LP

    Definition Classes
    TraitView
  6. def <<[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SWebView) ⇒ LP): LP

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

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

    Definition Classes
    Any
  9. val FILL_PARENT: Int

    Definition Classes
    TraitView
  10. val MATCH_PARENT: Int

    Definition Classes
    TraitView
  11. val NONE: Int

    Definition Classes
    ConstantsSupport
  12. val TEXT: Int

    Definition Classes
    ConstantsSupport
  13. val TEXT_AUTO_COMPLETE: Int

    Definition Classes
    ConstantsSupport
  14. val TEXT_AUTO_CORRECT: Int

    Definition Classes
    ConstantsSupport
  15. val TEXT_CAP_CHARACTERS: Int

    Definition Classes
    ConstantsSupport
  16. val TEXT_CAP_SENTENCES: Int

    Definition Classes
    ConstantsSupport
  17. val TEXT_CAP_WORDS: Int

    Definition Classes
    ConstantsSupport
  18. val TEXT_EMAIL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  19. val TEXT_EMAIL_SUBJECT: Int

    Definition Classes
    ConstantsSupport
  20. val TEXT_IME_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  21. val TEXT_LONG_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  22. val TEXT_MULTI_LINE: Int

    Definition Classes
    ConstantsSupport
  23. val TEXT_NO_SUGGESTIONS: Int

    Definition Classes
    ConstantsSupport
  24. val TEXT_PASSWORD: Int

    Definition Classes
    ConstantsSupport
  25. val TEXT_PERSON_NAME: Int

    Definition Classes
    ConstantsSupport
  26. val TEXT_POSTAL_ADDRESS: Int

    Definition Classes
    ConstantsSupport
  27. val TEXT_SHORT_MESSAGE: Int

    Definition Classes
    ConstantsSupport
  28. val TEXT_URI: Int

    Definition Classes
    ConstantsSupport
  29. val WRAP_CONTENT: Int

    Definition Classes
    TraitView
  30. def addFocusables(arg0: ArrayList[View], arg1: Int, arg2: Int): Unit

    Definition Classes
    ViewGroup → View
  31. def addFocusables(arg0: ArrayList[View], arg1: Int): Unit

    Definition Classes
    ViewGroup → View
  32. def addJavascriptInterface(arg0: Any, arg1: String): Unit

    Definition Classes
    WebView
  33. def addStatesFromChildren(p: Boolean): SWebView

    Shortcut for setAddStatesFromChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  34. def addStatesFromChildren(): Boolean

    Definition Classes
    ViewGroup
  35. def addStatesFromChildren_=(p: Boolean): SWebView

    Shortcut for setAddStatesFromChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  36. def addTouchables(arg0: ArrayList[View]): Unit

    Definition Classes
    ViewGroup → View
  37. def addView(arg0: View, arg1: Int, arg2: LayoutParams): Unit

    Definition Classes
    ViewGroup
  38. def addView(arg0: View, arg1: LayoutParams): Unit

    Definition Classes
    ViewGroup → ViewManager
  39. def addView(arg0: View, arg1: Int, arg2: Int): Unit

    Definition Classes
    ViewGroup
  40. def addView(arg0: View, arg1: Int): Unit

    Definition Classes
    ViewGroup
  41. def addView(arg0: View): Unit

    Definition Classes
    ViewGroup
  42. def addViewInLayout(arg0: View, arg1: Int, arg2: LayoutParams, arg3: Boolean): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  43. def addViewInLayout(arg0: View, arg1: Int, arg2: LayoutParams): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  44. def alwaysDrawnWithCacheEnabled(p: Boolean): SWebView

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  45. def alwaysDrawnWithCacheEnabled: Boolean

    Shortcut for isAlwaysDrawnWithCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  46. def alwaysDrawnWithCacheEnabled_=(p: Boolean): SWebView

    Shortcut for setAlwaysDrawnWithCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  47. def animation(p: Animation): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  48. def animation: Animation

    Shortcut for getAnimation()

    Shortcut for getAnimation()

    Definition Classes
    TraitView
    Annotations
    @inline()
  49. def animationCacheEnabled(p: Boolean): SWebView

    Shortcut for setAnimationCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  50. def animationCacheEnabled: Boolean

    Shortcut for isAnimationCacheEnabled()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  51. def animationCacheEnabled_=(p: Boolean): SWebView

    Shortcut for setAnimationCacheEnabled(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  52. def animation_=(p: Animation): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  53. def applicationWindowToken: IBinder

    Shortcut for getApplicationWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  54. def applyStyle(v: View): View

    Definition Classes
    TraitViewGroup
  55. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  56. def attachLayoutAnimationParameters(arg0: View, arg1: LayoutParams, arg2: Int, arg3: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  57. def attachViewToParent(arg0: View, arg1: Int, arg2: LayoutParams): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  58. def awakenScrollBars(arg0: Int, arg1: Boolean): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  59. def awakenScrollBars(arg0: Int): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  60. def awakenScrollBars(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  61. def background: Drawable

    Shortcut for getBackground()

    Shortcut for getBackground()

    Definition Classes
    TraitView
    Annotations
    @inline()
  62. def backgroundColor(p: Int): SWebView

    Shortcut for setBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  63. def backgroundColor(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  64. def backgroundColor_=(p: Int): SWebView

    Shortcut for setBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  65. def backgroundDrawable(p: Drawable): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  66. def backgroundDrawable(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  67. def backgroundDrawable_=(p: Drawable): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  68. def backgroundResource(p: Int): SWebView

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  69. def backgroundResource(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  70. def backgroundResource_=(p: Int): SWebView

    Shortcut for setBackgroundResource(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  71. def baseline: Int

    Shortcut for getBaseline()

    Shortcut for getBaseline()

    Definition Classes
    TraitView
    Annotations
    @inline()
  72. def basis: SWebView

    Definition Classes
    SWebViewTraitViewPressAndHoldable
  73. def bottom: Int

    Shortcut for getBottom()

    Shortcut for getBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  74. def bringChildToFront(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  75. def bringToFront(): Unit

    Definition Classes
    View
  76. def buildDrawingCache(arg0: Boolean): Unit

    Definition Classes
    View
  77. def buildDrawingCache(): Unit

    Definition Classes
    View
  78. def canAnimate(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  79. def canGoBack(): Boolean

    Definition Classes
    WebView
  80. def canGoBackOrForward(arg0: Int): Boolean

    Definition Classes
    WebView
  81. def canGoForward(): Boolean

    Definition Classes
    WebView
  82. def cancelLongPress(): Unit

    Definition Classes
    View
  83. def capturePicture(): Picture

    Definition Classes
    WebView
  84. def certificate(p: SslCertificate): SWebView

    Shortcut for setCertificate(android.net.http.SslCertificate)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  85. def certificate: SslCertificate

    Shortcut for getCertificate()

    Shortcut for getCertificate()

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  86. def certificate_=(p: SslCertificate): SWebView

    Shortcut for setCertificate(android.net.http.SslCertificate)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  87. def checkInputConnectionProxy(arg0: View): Boolean

    Definition Classes
    View
  88. def checkLayoutParams(arg0: LayoutParams): Boolean

    Attributes
    protected[android.widget]
    Definition Classes
    AbsoluteLayout → ViewGroup
  89. def childCount: Int

    Shortcut for getChildCount()

    Shortcut for getChildCount()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  90. def childDrawableStateChanged(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  91. def cleanupLayoutState(arg0: View): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  92. def clearAnimation(): Unit

    Definition Classes
    View
  93. def clearCache(arg0: Boolean): Unit

    Definition Classes
    WebView
  94. def clearChildFocus(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  95. def clearDisappearingChildren(): Unit

    Definition Classes
    ViewGroup
  96. def clearFocus(): Unit

    Definition Classes
    ViewGroup → View
  97. def clearFormData(): Unit

    Definition Classes
    WebView
  98. def clearHistory(): Unit

    Definition Classes
    WebView
  99. def clearMatches(): Unit

    Definition Classes
    WebView
  100. def clearSslPreferences(): Unit

    Definition Classes
    WebView
  101. def clearView(): Unit

    Definition Classes
    WebView
  102. def clickable(p: Boolean): SWebView

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  103. def clickable: Boolean

    Shortcut for isClickable()

    Shortcut for isClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  104. def clickable_=(p: Boolean): SWebView

    Shortcut for setClickable(boolean)

    Shortcut for setClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  105. def clipChildren(p: Boolean): SWebView

    Shortcut for setClipChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  106. def clipChildren(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  107. def clipChildren_=(p: Boolean): SWebView

    Shortcut for setClipChildren(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  108. def clipToPadding(p: Boolean): SWebView

    Shortcut for setClipToPadding(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  109. def clipToPadding(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  110. def clipToPadding_=(p: Boolean): SWebView

    Shortcut for setClipToPadding(boolean)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  111. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  112. def computeHorizontalScrollExtent(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  113. def computeHorizontalScrollOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  114. def computeHorizontalScrollRange(): Int

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → View
  115. def computeScroll(): Unit

    Definition Classes
    WebView → View
  116. def computeVerticalScrollExtent(): Int

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → View
  117. def computeVerticalScrollOffset(): Int

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → View
  118. def computeVerticalScrollRange(): Int

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → View
  119. def contentDescription(p: CharSequence): SWebView

    Shortcut for setContentDescription(java.lang.CharSequence)

    Definition Classes
    TraitView
    Annotations
    @inline()
  120. def contentDescription: CharSequence

    Shortcut for getContentDescription()

    Definition Classes
    TraitView
    Annotations
    @inline()
  121. def contentDescription_=(p: CharSequence): SWebView

    Shortcut for setContentDescription(java.lang.CharSequence)

    Definition Classes
    TraitView
    Annotations
    @inline()
  122. def contentHeight: Int

    Shortcut for getContentHeight()

    Shortcut for getContentHeight()

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  123. def copyBackForwardList(): WebBackForwardList

    Definition Classes
    WebView
  124. def createContextMenu(arg0: ContextMenu): Unit

    Definition Classes
    View
  125. def debug(arg0: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  126. def debugDump(): Unit

    Definition Classes
    WebView
  127. def descendantFocusability(p: Int): SWebView

    Shortcut for setDescendantFocusability(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  128. def descendantFocusability: Int

    Shortcut for getDescendantFocusability()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  129. def descendantFocusability_=(p: Int): SWebView

    Shortcut for setDescendantFocusability(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  130. def destroy(): Unit

    Definition Classes
    WebView
  131. def destroyDrawingCache(): Unit

    Definition Classes
    View
  132. def detachAllViewsFromParent(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  133. def detachViewFromParent(arg0: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  134. def detachViewFromParent(arg0: View): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  135. def detachViewsFromParent(arg0: Int, arg1: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  136. def disable: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  137. def disableAlwaysDrawnWithCache: SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  138. def disableAnimationCache: SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  139. def disableDrawingCache: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  140. def disableDuplicateParentState: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  141. def disableHapticFeedback: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  142. def disableHorizontalFadingEdge: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  143. def disableHorizontalScrollBar: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  144. def disableSave: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  145. def disableScrollbarFading: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  146. def disableSoundEffects: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  147. def disableVerticalFadingEdge: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  148. def disableVerticalScrollBar: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  149. def dispatchConfigurationChanged(arg0: Configuration): Unit

    Definition Classes
    ViewGroup → View
  150. def dispatchDisplayHint(arg0: Int): Unit

    Definition Classes
    ViewGroup → View
  151. def dispatchDraw(arg0: Canvas): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  152. def dispatchFreezeSelfOnly(arg0: SparseArray[Parcelable]): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  153. def dispatchKeyEvent(arg0: KeyEvent): Boolean

    Definition Classes
    WebView → ViewGroup → View
  154. def dispatchKeyEventPreIme(arg0: KeyEvent): Boolean

    Definition Classes
    ViewGroup → View
  155. def dispatchKeyShortcutEvent(arg0: KeyEvent): Boolean

    Definition Classes
    ViewGroup → View
  156. def dispatchPopulateAccessibilityEvent(arg0: AccessibilityEvent): Boolean

    Definition Classes
    ViewGroup → View
  157. def dispatchRestoreInstanceState(arg0: SparseArray[Parcelable]): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  158. def dispatchSaveInstanceState(arg0: SparseArray[Parcelable]): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  159. def dispatchSetPressed(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  160. def dispatchSetSelected(arg0: Boolean): Unit

    Definition Classes
    ViewGroup → View
  161. def dispatchThawSelfOnly(arg0: SparseArray[Parcelable]): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  162. def dispatchTouchEvent(arg0: MotionEvent): Boolean

    Definition Classes
    ViewGroup → View
  163. def dispatchTrackballEvent(arg0: MotionEvent): Boolean

    Definition Classes
    ViewGroup → View
  164. def dispatchUnhandledMove(arg0: View, arg1: Int): Boolean

    Definition Classes
    ViewGroup → View
  165. def dispatchVisibilityChanged(arg0: View, arg1: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  166. def dispatchWindowFocusChanged(arg0: Boolean): Unit

    Definition Classes
    ViewGroup → View
  167. def dispatchWindowVisibilityChanged(arg0: Int): Unit

    Definition Classes
    ViewGroup → View
  168. def documentHasImages(arg0: Message): Unit

    Definition Classes
    WebView
  169. def downloadListener(p: DownloadListener): SWebView

    Shortcut for setDownloadListener(android.webkit.DownloadListener)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  170. def downloadListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  171. def downloadListener_=(p: DownloadListener): SWebView

    Shortcut for setDownloadListener(android.webkit.DownloadListener)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  172. def draw(arg0: Canvas): Unit

    Definition Classes
    View
  173. def drawChild(arg0: Canvas, arg1: View, arg2: Long): Boolean

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → ViewGroup
  174. def drawableState: Array[Int]

    Shortcut for getDrawableState()

    Shortcut for getDrawableState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  175. def drawableStateChanged(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  176. def drawingCache: Bitmap

    Shortcut for getDrawingCache()

    Shortcut for getDrawingCache()

    Definition Classes
    TraitView
    Annotations
    @inline()
  177. def drawingCacheBackgroundColor(p: Int): SWebView

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  178. def drawingCacheBackgroundColor: Int

    Shortcut for getDrawingCacheBackgroundColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  179. def drawingCacheBackgroundColor_=(p: Int): SWebView

    Shortcut for setDrawingCacheBackgroundColor(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  180. def drawingCacheEnabled(p: Boolean): SWebView

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  181. def drawingCacheEnabled: Boolean

    Shortcut for isDrawingCacheEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  182. def drawingCacheEnabled_=(p: Boolean): SWebView

    Shortcut for setDrawingCacheEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  183. def drawingCacheQuality(p: Int): SWebView

    Shortcut for setDrawingCacheQuality(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  184. def drawingCacheQuality: Int

    Shortcut for getDrawingCacheQuality()

    Definition Classes
    TraitView
    Annotations
    @inline()
  185. def drawingCacheQuality_=(p: Int): SWebView

    Shortcut for setDrawingCacheQuality(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  186. def drawingTime: Long

    Shortcut for getDrawingTime()

    Shortcut for getDrawingTime()

    Definition Classes
    TraitView
    Annotations
    @inline()
  187. def duplicateParentStateEnabled(p: Boolean): SWebView

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  188. def duplicateParentStateEnabled: Boolean

    Shortcut for isDuplicateParentStateEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  189. def duplicateParentStateEnabled_=(p: Boolean): SWebView

    Shortcut for setDuplicateParentStateEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  190. def emulateShiftHeld(): Unit

    Definition Classes
    WebView
  191. def enable: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  192. def enableAlwaysDrawnWithCache: SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  193. def enableAnimationCache: SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  194. def enableDrawingCache: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  195. def enableDuplicateParentState: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  196. def enableHapticFeedback: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  197. def enableHorizontalFadingEdge: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  198. def enableHorizontalScrollBar: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  199. def enableSave: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  200. def enableScrollbarFading: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  201. def enableSoundEffects: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  202. def enableVerticalFadingEdge: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  203. def enableVerticalScrollBar: SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  204. def enabled(p: Boolean): SWebView

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  205. def enabled: Boolean

    Shortcut for isEnabled()

    Shortcut for isEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  206. def enabled_=(p: Boolean): SWebView

    Shortcut for setEnabled(boolean)

    Shortcut for setEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  207. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  209. def fadingEdgeLength(p: Int): SWebView

    Shortcut for setFadingEdgeLength(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  210. def fadingEdgeLength(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  211. def fadingEdgeLength_=(p: Int): SWebView

    Shortcut for setFadingEdgeLength(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  212. def favicon: Bitmap

    Shortcut for getFavicon()

    Shortcut for getFavicon()

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  213. def finalize(): Unit

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

    Definition Classes
    TraitView
  215. def findAll(arg0: String): Int

    Definition Classes
    WebView
  216. def findFocus(): View

    Definition Classes
    ViewGroup → View
  217. def findNext(arg0: Boolean): Unit

    Definition Classes
    WebView
  218. final def findViewById(arg0: Int): View

    Definition Classes
    View
  219. final def findViewWithTag(arg0: Any): View

    Definition Classes
    View
  220. def fitSystemWindows(arg0: Rect): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  221. def flingScroll(arg0: Int, arg1: Int): Unit

    Definition Classes
    WebView
  222. def focusSearch(arg0: View, arg1: Int): View

    Definition Classes
    ViewGroup → ViewParent
  223. def focusSearch(arg0: Int): View

    Definition Classes
    View
  224. def focusable(p: Boolean): SWebView

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  225. def focusable: Boolean

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  226. def focusableInTouchMode(p: Boolean): SWebView

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  227. def focusableInTouchMode: Boolean

    Shortcut for isFocusableInTouchMode()

    Definition Classes
    TraitView
    Annotations
    @inline()
  228. def focusableInTouchMode_=(p: Boolean): SWebView

    Shortcut for setFocusableInTouchMode(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  229. def focusableViewAvailable(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  230. def focusable_=(p: Boolean): SWebView

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  231. def focusedChild: View

    Shortcut for getFocusedChild()

    Shortcut for getFocusedChild()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  232. def forceLayout(): Unit

    Definition Classes
    View
  233. def freeMemory(): Unit

    Definition Classes
    WebView
  234. def gatherTransparentRegion(arg0: Region): Boolean

    Definition Classes
    ViewGroup
  235. def generateDefaultLayoutParams(): LayoutParams

    Attributes
    protected[android.widget]
    Definition Classes
    AbsoluteLayout → ViewGroup
  236. def generateLayoutParams(arg0: LayoutParams): LayoutParams

    Attributes
    protected[android.widget]
    Definition Classes
    AbsoluteLayout → ViewGroup
  237. def generateLayoutParams(arg0: AttributeSet): LayoutParams

    Definition Classes
    AbsoluteLayout → ViewGroup
  238. def getAnimation(): Animation

    Definition Classes
    View
  239. def getApplicationWindowToken(): IBinder

    Definition Classes
    View
  240. def getBackground(): Drawable

    Definition Classes
    View
  241. def getBaseline(): Int

    Definition Classes
    View
  242. final def getBottom(): Int

    Definition Classes
    View
  243. def getBottomFadingEdgeStrength(): Float

    Attributes
    protected[android.view]
    Definition Classes
    View
  244. def getBottomPaddingOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  245. def getCertificate(): SslCertificate

    Definition Classes
    WebView
  246. def getChildAt(arg0: Int): View

    Definition Classes
    ViewGroup
  247. def getChildCount(): Int

    Definition Classes
    ViewGroup
  248. def getChildDrawingOrder(arg0: Int, arg1: Int): Int

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  249. def getChildStaticTransformation(arg0: View, arg1: Transformation): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  250. def getChildVisibleRect(arg0: View, arg1: Rect, arg2: Point): Boolean

    Definition Classes
    ViewGroup → ViewParent
  251. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  252. def getContentDescription(): CharSequence

    Definition Classes
    View
  253. def getContentHeight(): Int

    Definition Classes
    WebView
  254. final def getContext(): Context

    Definition Classes
    View
  255. def getContextMenuInfo(): ContextMenuInfo

    Attributes
    protected[android.view]
    Definition Classes
    View
  256. def getDescendantFocusability(): Int

    Definition Classes
    ViewGroup
  257. final def getDrawableState(): Array[Int]

    Definition Classes
    View
  258. def getDrawingCache(arg0: Boolean): Bitmap

    Definition Classes
    View
  259. def getDrawingCache(): Bitmap

    Definition Classes
    View
  260. def getDrawingCacheBackgroundColor(): Int

    Definition Classes
    View
  261. def getDrawingCacheQuality(): Int

    Definition Classes
    View
  262. def getDrawingRect(arg0: Rect): Unit

    Definition Classes
    View
  263. def getDrawingTime(): Long

    Definition Classes
    View
  264. def getFavicon(): Bitmap

    Definition Classes
    WebView
  265. def getFocusables(arg0: Int): ArrayList[View]

    Definition Classes
    View
  266. def getFocusedChild(): View

    Definition Classes
    ViewGroup
  267. def getFocusedRect(arg0: Rect): Unit

    Definition Classes
    View
  268. final def getGlobalVisibleRect(arg0: Rect): Boolean

    Definition Classes
    View
  269. def getGlobalVisibleRect(arg0: Rect, arg1: Point): Boolean

    Definition Classes
    View
  270. def getHandler(): Handler

    Definition Classes
    View
  271. final def getHeight(): Int

    Definition Classes
    View
  272. def getHitRect(arg0: Rect): Unit

    Definition Classes
    View
  273. def getHitTestResult(): HitTestResult

    Definition Classes
    WebView
  274. def getHorizontalFadingEdgeLength(): Int

    Definition Classes
    View
  275. def getHorizontalScrollbarHeight(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  276. def getHttpAuthUsernamePassword(arg0: String, arg1: String): Array[String]

    Definition Classes
    WebView
  277. def getId(): Int

    Definition Classes
    View
  278. def getKeepScreenOn(): Boolean

    Definition Classes
    View
  279. def getKeyDispatcherState(): DispatcherState

    Definition Classes
    View
  280. def getLayoutAnimation(): LayoutAnimationController

    Definition Classes
    ViewGroup
  281. def getLayoutAnimationListener(): AnimationListener

    Definition Classes
    ViewGroup
  282. def getLayoutParams(): LayoutParams

    Definition Classes
    View
  283. final def getLeft(): Int

    Definition Classes
    View
  284. def getLeftFadingEdgeStrength(): Float

    Attributes
    protected[android.view]
    Definition Classes
    View
  285. def getLeftPaddingOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  286. final def getLocalVisibleRect(arg0: Rect): Boolean

    Definition Classes
    View
  287. def getLocationInWindow(arg0: Array[Int]): Unit

    Definition Classes
    View
  288. def getLocationOnScreen(arg0: Array[Int]): Unit

    Definition Classes
    View
  289. final def getMeasuredHeight(): Int

    Definition Classes
    View
  290. final def getMeasuredWidth(): Int

    Definition Classes
    View
  291. def getNextFocusDownId(): Int

    Definition Classes
    View
  292. def getNextFocusLeftId(): Int

    Definition Classes
    View
  293. def getNextFocusRightId(): Int

    Definition Classes
    View
  294. def getNextFocusUpId(): Int

    Definition Classes
    View
  295. def getOnFocusChangeListener(): OnFocusChangeListener

    Definition Classes
    View
  296. def getOriginalUrl(): String

    Definition Classes
    WebView
  297. def getPaddingBottom(): Int

    Definition Classes
    View
  298. def getPaddingLeft(): Int

    Definition Classes
    View
  299. def getPaddingRight(): Int

    Definition Classes
    View
  300. def getPaddingTop(): Int

    Definition Classes
    View
  301. final def getParent(): ViewParent

    Definition Classes
    View
  302. def getPersistentDrawingCache(): Int

    Definition Classes
    ViewGroup
  303. def getProgress(): Int

    Definition Classes
    WebView
  304. def getResources(): Resources

    Definition Classes
    View
  305. final def getRight(): Int

    Definition Classes
    View
  306. def getRightFadingEdgeStrength(): Float

    Attributes
    protected[android.view]
    Definition Classes
    View
  307. def getRightPaddingOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  308. def getRootView(): View

    Definition Classes
    View
  309. def getScale(): Float

    Definition Classes
    WebView
  310. def getScrollBarStyle(): Int

    Definition Classes
    View
  311. final def getScrollX(): Int

    Definition Classes
    View
  312. final def getScrollY(): Int

    Definition Classes
    View
  313. def getSettings(): WebSettings

    Definition Classes
    WebView
  314. def getSolidColor(): Int

    Definition Classes
    View
  315. def getSuggestedMinimumHeight(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  316. def getSuggestedMinimumWidth(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  317. def getTag(arg0: Int): AnyRef

    Definition Classes
    View
  318. def getTag(): AnyRef

    Definition Classes
    View
  319. def getTitle(): String

    Definition Classes
    WebView
  320. final def getTop(): Int

    Definition Classes
    View
  321. def getTopFadingEdgeStrength(): Float

    Attributes
    protected[android.view]
    Definition Classes
    View
  322. def getTopPaddingOffset(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  323. def getTouchDelegate(): TouchDelegate

    Definition Classes
    View
  324. def getTouchables(): ArrayList[View]

    Definition Classes
    View
  325. def getUrl(): String

    Definition Classes
    WebView
  326. def getVerticalFadingEdgeLength(): Int

    Definition Classes
    View
  327. def getVerticalScrollbarWidth(): Int

    Definition Classes
    View
  328. def getViewTreeObserver(): ViewTreeObserver

    Definition Classes
    View
  329. def getVisibility(): Int

    Definition Classes
    View
  330. final def getWidth(): Int

    Definition Classes
    View
  331. def getWindowAttachCount(): Int

    Attributes
    protected[android.view]
    Definition Classes
    View
  332. def getWindowToken(): IBinder

    Definition Classes
    View
  333. def getWindowVisibility(): Int

    Definition Classes
    View
  334. def getWindowVisibleDisplayFrame(arg0: Rect): Unit

    Definition Classes
    View
  335. def getZoomControls(): View

    Definition Classes
    WebView
  336. def goBack(): Unit

    Definition Classes
    WebView
  337. def goBackOrForward(arg0: Int): Unit

    Definition Classes
    WebView
  338. def goForward(): Unit

    Definition Classes
    WebView
  339. def handler: Handler

    Shortcut for getHandler()

    Shortcut for getHandler()

    Definition Classes
    TraitView
    Annotations
    @inline()
  340. def hapticFeedbackEnabled(p: Boolean): SWebView

    Shortcut for setHapticFeedbackEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  341. def hapticFeedbackEnabled: Boolean

    Shortcut for isHapticFeedbackEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  342. def hapticFeedbackEnabled_=(p: Boolean): SWebView

    Shortcut for setHapticFeedbackEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  343. def hasFocus(): Boolean

    Definition Classes
    ViewGroup → View
  344. def hasFocusable(): Boolean

    Definition Classes
    ViewGroup → View
  345. def hasWindowFocus(): Boolean

    Definition Classes
    View
  346. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  347. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  348. def hitTestResult: HitTestResult

    Shortcut for getHitTestResult()

    Shortcut for getHitTestResult()

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  349. def horizontalFadingEdgeEnabled(p: Boolean): SWebView

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  350. def horizontalFadingEdgeEnabled: Boolean

    Shortcut for isHorizontalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  351. def horizontalFadingEdgeEnabled_=(p: Boolean): SWebView

    Shortcut for setHorizontalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  352. def horizontalFadingEdgeLength: Int

    Shortcut for getHorizontalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  353. def horizontalScrollBarEnabled(p: Boolean): SWebView

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  354. def horizontalScrollBarEnabled: Boolean

    Shortcut for isHorizontalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  355. def horizontalScrollBarEnabled_=(p: Boolean): SWebView

    Shortcut for setHorizontalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  356. def horizontalScrollbarOverlay(p: Boolean): SWebView

    Shortcut for setHorizontalScrollbarOverlay(boolean)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  357. def horizontalScrollbarOverlay(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  358. def horizontalScrollbarOverlay_=(p: Boolean): SWebView

    Shortcut for setHorizontalScrollbarOverlay(boolean)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  359. def id(p: Int): SWebView

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  360. def id: Int

    Shortcut for getId()

    Shortcut for getId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  361. def id_=(p: Int): SWebView

    Shortcut for setId(int)

    Shortcut for setId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  362. def indexOfChild(arg0: View): Int

    Definition Classes
    ViewGroup
  363. def initialScale(p: Int): SWebView

    Shortcut for setInitialScale(int)

    Shortcut for setInitialScale(int)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  364. def initialScale(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  365. def initialScale_=(p: Int): SWebView

    Shortcut for setInitialScale(int)

    Shortcut for setInitialScale(int)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  366. def initializeFadingEdge(arg0: TypedArray): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  367. def initializeScrollbars(arg0: TypedArray): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  368. def invalidate(): Unit

    Definition Classes
    View
  369. def invalidate(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    View
  370. def invalidate(arg0: Rect): Unit

    Definition Classes
    View
  371. final def invalidateChild(arg0: View, arg1: Rect): Unit

    Definition Classes
    ViewGroup → ViewParent
  372. def invalidateChildInParent(arg0: Array[Int], arg1: Rect): ViewParent

    Definition Classes
    ViewGroup → ViewParent
  373. def invalidateDrawable(arg0: Drawable): Unit

    Definition Classes
    View → Callback
  374. def invokeZoomPicker(): Unit

    Definition Classes
    WebView
  375. def isAlwaysDrawnWithCacheEnabled(): Boolean

    Definition Classes
    ViewGroup
  376. def isAnimationCacheEnabled(): Boolean

    Definition Classes
    ViewGroup
  377. def isChildrenDrawingOrderEnabled(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  378. def isChildrenDrawnWithCacheEnabled(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  379. def isClickable(): Boolean

    Definition Classes
    View
  380. def isDrawingCacheEnabled(): Boolean

    Definition Classes
    View
  381. def isDuplicateParentStateEnabled(): Boolean

    Definition Classes
    View
  382. def isEnabled(): Boolean

    Definition Classes
    View
  383. final def isFocusable(): Boolean

    Definition Classes
    View
  384. final def isFocusableInTouchMode(): Boolean

    Definition Classes
    View
  385. def isFocused(): Boolean

    Definition Classes
    View
  386. def isHapticFeedbackEnabled(): Boolean

    Definition Classes
    View
  387. def isHorizontalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  388. def isHorizontalScrollBarEnabled(): Boolean

    Definition Classes
    View
  389. def isInEditMode(): Boolean

    Definition Classes
    View
  390. def isInTouchMode(): Boolean

    Definition Classes
    View
  391. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  392. def isLayoutRequested(): Boolean

    Definition Classes
    View
  393. def isLongClickable(): Boolean

    Definition Classes
    View
  394. def isOpaque(): Boolean

    Definition Classes
    View
  395. def isPaddingOffsetRequired(): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  396. def isPressed(): Boolean

    Definition Classes
    View
  397. def isSaveEnabled(): Boolean

    Definition Classes
    View
  398. def isScrollbarFadingEnabled(): Boolean

    Definition Classes
    View
  399. def isSelected(): Boolean

    Definition Classes
    View
  400. def isShown(): Boolean

    Definition Classes
    View
  401. def isSoundEffectsEnabled(): Boolean

    Definition Classes
    View
  402. def isVerticalFadingEdgeEnabled(): Boolean

    Definition Classes
    View
  403. def isVerticalScrollBarEnabled(): Boolean

    Definition Classes
    View
  404. def keepScreenOn(p: Boolean): SWebView

    Shortcut for setKeepScreenOn(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  405. def keepScreenOn: Boolean

    Shortcut for getKeepScreenOn()

    Shortcut for getKeepScreenOn()

    Definition Classes
    TraitView
    Annotations
    @inline()
  406. def keepScreenOn_=(p: Boolean): SWebView

    Shortcut for setKeepScreenOn(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  407. def keyDispatcherState: DispatcherState

    Shortcut for getKeyDispatcherState()

    Definition Classes
    TraitView
    Annotations
    @inline()
  408. final def layout(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    View
  409. def layoutAnimation(p: LayoutAnimationController): SWebView

    Shortcut for setLayoutAnimation(android.view.animation.LayoutAnimationController)

  410. def layoutAnimation: LayoutAnimationController

    Shortcut for getLayoutAnimation()

    Shortcut for getLayoutAnimation()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  411. def layoutAnimationListener(p: AnimationListener): SWebView

    Shortcut for setLayoutAnimationListener(android.view.animation.Animation.AnimationListener)

  412. def layoutAnimationListener: AnimationListener

    Shortcut for getLayoutAnimationListener()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  413. def layoutAnimationListener_=(p: AnimationListener): SWebView

    Shortcut for setLayoutAnimationListener(android.view.animation.Animation.AnimationListener)

  414. def layoutAnimation_=(p: LayoutAnimationController): SWebView

    Shortcut for setLayoutAnimation(android.view.animation.LayoutAnimationController)

  415. def layoutParams(p: LayoutParams): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  416. def layoutParams: LayoutParams

    Shortcut for getLayoutParams()

    Shortcut for getLayoutParams()

    Definition Classes
    TraitView
    Annotations
    @inline()
  417. def layoutParams_=(p: LayoutParams): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  418. def left: Int

    Shortcut for getLeft()

    Shortcut for getLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  419. def loadData(arg0: String, arg1: String, arg2: String): Unit

    Definition Classes
    WebView
  420. def loadDataWithBaseURL(arg0: String, arg1: String, arg2: String, arg3: String, arg4: String): Unit

    Definition Classes
    WebView
  421. def loadUrl(arg0: String): Unit

    Definition Classes
    WebView
  422. def loadUrl(arg0: String, arg1: Map[String, String]): Unit

    Definition Classes
    WebView
  423. def longClickable(p: Boolean): SWebView

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  424. def longClickable: Boolean

    Shortcut for isLongClickable()

    Shortcut for isLongClickable()

    Definition Classes
    TraitView
    Annotations
    @inline()
  425. def longClickable_=(p: Boolean): SWebView

    Shortcut for setLongClickable(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  426. def mapTrackballToArrowKeys(p: Boolean): SWebView

    Shortcut for setMapTrackballToArrowKeys(boolean)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  427. def mapTrackballToArrowKeys(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  428. def mapTrackballToArrowKeys_=(p: Boolean): SWebView

    Shortcut for setMapTrackballToArrowKeys(boolean)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  429. final def measure(arg0: Int, arg1: Int): Unit

    Definition Classes
    View
  430. def measureChild(arg0: View, arg1: Int, arg2: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  431. def measureChildWithMargins(arg0: View, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  432. def measureChildren(arg0: Int, arg1: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  433. def measuredHeight: Int

    Shortcut for getMeasuredHeight()

    Shortcut for getMeasuredHeight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  434. def measuredWidth: Int

    Shortcut for getMeasuredWidth()

    Shortcut for getMeasuredWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  435. def minimumHeight(p: Int): SWebView

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  436. def minimumHeight(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  437. def minimumHeight_=(p: Int): SWebView

    Shortcut for setMinimumHeight(int)

    Shortcut for setMinimumHeight(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  438. def minimumWidth(p: Int): SWebView

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  439. def minimumWidth(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  440. def minimumWidth_=(p: Int): SWebView

    Shortcut for setMinimumWidth(int)

    Shortcut for setMinimumWidth(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  441. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  442. def networkAvailable(p: Boolean): SWebView

    Shortcut for setNetworkAvailable(boolean)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  443. def networkAvailable(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  444. def networkAvailable_=(p: Boolean): SWebView

    Shortcut for setNetworkAvailable(boolean)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  445. def nextFocusDownId(p: Int): SWebView

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  446. def nextFocusDownId: Int

    Shortcut for getNextFocusDownId()

    Shortcut for getNextFocusDownId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  447. def nextFocusDownId_=(p: Int): SWebView

    Shortcut for setNextFocusDownId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  448. def nextFocusLeftId(p: Int): SWebView

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  449. def nextFocusLeftId: Int

    Shortcut for getNextFocusLeftId()

    Shortcut for getNextFocusLeftId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  450. def nextFocusLeftId_=(p: Int): SWebView

    Shortcut for setNextFocusLeftId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  451. def nextFocusRightId(p: Int): SWebView

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  452. def nextFocusRightId: Int

    Shortcut for getNextFocusRightId()

    Shortcut for getNextFocusRightId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  453. def nextFocusRightId_=(p: Int): SWebView

    Shortcut for setNextFocusRightId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  454. def nextFocusUpId(p: Int): SWebView

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  455. def nextFocusUpId: Int

    Shortcut for getNextFocusUpId()

    Shortcut for getNextFocusUpId()

    Definition Classes
    TraitView
    Annotations
    @inline()
  456. def nextFocusUpId_=(p: Int): SWebView

    Shortcut for setNextFocusUpId(int)

    Shortcut for setNextFocusUpId(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  457. final def notify(): Unit

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

    Definition Classes
    AnyRef
  459. final def offsetDescendantRectToMyCoords(arg0: View, arg1: Rect): Unit

    Definition Classes
    ViewGroup
  460. def offsetLeftAndRight(arg0: Int): Unit

    Definition Classes
    View
  461. final def offsetRectIntoDescendantCoords(arg0: View, arg1: Rect): Unit

    Definition Classes
    ViewGroup
  462. def offsetTopAndBottom(arg0: Int): Unit

    Definition Classes
    View
  463. def onAnimationEnd[U](f: ⇒ U): SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  464. def onAnimationEnd[U](f: (Animation) ⇒ U): SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  465. def onAnimationEnd(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  466. def onAnimationRepeat[U](f: ⇒ U): SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  467. def onAnimationRepeat[U](f: (Animation) ⇒ U): SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  468. def onAnimationStart[U](f: ⇒ U): SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  469. def onAnimationStart[U](f: (Animation) ⇒ U): SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  470. def onAnimationStart(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  471. def onAttachedToWindow(): Unit

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → View
  472. def onCheckIsTextEditor(): Boolean

    Definition Classes
    View
  473. def onChildViewAdded[U](f: ⇒ U): SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  474. def onChildViewAdded[U](f: (View, View) ⇒ U): SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  475. def onChildViewAdded(arg0: View, arg1: View): Unit

    Definition Classes
    WebView → OnHierarchyChangeListener
  476. def onChildViewRemoved[U](f: ⇒ U): SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  477. def onChildViewRemoved[U](f: (View, View) ⇒ U): SWebView

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  478. def onChildViewRemoved(arg0: View, arg1: View): Unit

    Definition Classes
    WebView → OnHierarchyChangeListener
  479. def onClick[U](f: ⇒ U): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  480. def onClick[U](f: (View) ⇒ U): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  481. def onClickListener(p: OnClickListener): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  482. def onClickListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  483. def onClickListener_=(p: OnClickListener): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  484. def onConfigurationChanged(arg0: Configuration): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  485. def onCreateContextMenu[U](f: ⇒ U): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  486. def onCreateContextMenu[U](f: (ContextMenu, View, ContextMenuInfo) ⇒ U): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  487. def onCreateContextMenu(arg0: ContextMenu): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  488. def onCreateContextMenuListener(p: OnCreateContextMenuListener): SWebView

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

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  490. def onCreateContextMenuListener_=(p: OnCreateContextMenuListener): SWebView

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

  491. def onCreateDrawableState(arg0: Int): Array[Int]

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup → View
  492. def onCreateInputConnection(arg0: EditorInfo): InputConnection

    Definition Classes
    WebView → View
  493. def onDetachedFromWindow(): Unit

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → View
  494. def onDisplayHint(arg0: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  495. def onDownloadStart[U](f: ⇒ U): SWebView

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  496. def onDownloadStart[U](f: (String, String, String, String, Long) ⇒ U): SWebView

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  497. def onDraw(arg0: Canvas): Unit

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → View
  498. final def onDrawScrollBars(arg0: Canvas): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  499. def onFinishInflate(): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  500. def onFinishTemporaryDetach(): Unit

    Definition Classes
    View
  501. def onFocusChange[U](f: ⇒ U): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  502. def onFocusChange[U](f: (View, Boolean) ⇒ U): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  503. def onFocusChangeListener(p: OnFocusChangeListener): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  504. def onFocusChangeListener: OnFocusChangeListener

    Shortcut for getOnFocusChangeListener()

    Definition Classes
    TraitView
    Annotations
    @inline()
  505. def onFocusChangeListener_=(p: OnFocusChangeListener): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  506. def onFocusChanged(arg0: Boolean, arg1: Int, arg2: Rect): Unit

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → View
  507. def onGlobalFocusChanged(arg0: View, arg1: View): Unit

    Definition Classes
    WebView → OnGlobalFocusChangeListener
  508. def onHierarchyChangeListener(p: OnHierarchyChangeListener): SWebView

    Shortcut for setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener)

  509. def onHierarchyChangeListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  510. def onHierarchyChangeListener_=(p: OnHierarchyChangeListener): SWebView

    Shortcut for setOnHierarchyChangeListener(android.view.ViewGroup.OnHierarchyChangeListener)

  511. def onInterceptTouchEvent(arg0: MotionEvent): Boolean

    Definition Classes
    ViewGroup
  512. def onKey(f: ⇒ Boolean): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  513. def onKey(f: (View, Int, KeyEvent) ⇒ Boolean): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  514. def onKeyDown(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    WebView → View → Callback
  515. def onKeyListener(p: OnKeyListener): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  516. def onKeyListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  517. def onKeyListener_=(p: OnKeyListener): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  518. def onKeyLongPress(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    View → Callback
  519. def onKeyMultiple(arg0: Int, arg1: Int, arg2: KeyEvent): Boolean

    Definition Classes
    View → Callback
  520. def onKeyPreIme(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    View
  521. def onKeyShortcut(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    View
  522. def onKeyUp(arg0: Int, arg1: KeyEvent): Boolean

    Definition Classes
    WebView → View → Callback
  523. def onLayout(arg0: Boolean, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Attributes
    protected[android.widget]
    Definition Classes
    AbsoluteLayout → ViewGroup → View
  524. def onLongClick(f: ⇒ Boolean): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  525. def onLongClick(f: (View) ⇒ Boolean): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  526. def onLongClickListener(p: OnLongClickListener): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  527. def onLongClickListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  528. def onLongClickListener_=(p: OnLongClickListener): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  529. def onMeasure(arg0: Int, arg1: Int): Unit

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → AbsoluteLayout → View
  530. def onNewPicture[U](f: ⇒ U): SWebView

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  531. def onNewPicture[U](f: (WebView, Picture) ⇒ U): SWebView

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  532. def onPressAndHold(interval: Int, onPressed: ⇒ Unit): Unit

    Definition Classes
    PressAndHoldable
  533. def onRequestFocusInDescendants(arg0: Int, arg1: Rect): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  534. def onRestoreInstanceState(arg0: Parcelable): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  535. def onSaveInstanceState(): Parcelable

    Attributes
    protected[android.view]
    Definition Classes
    View
  536. def onScrollChanged(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → View
  537. def onSetAlpha(arg0: Int): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  538. def onSizeChanged(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Attributes
    protected[android.webkit]
    Definition Classes
    WebView → View
  539. def onStartTemporaryDetach(): Unit

    Definition Classes
    View
  540. def onTouch(f: ⇒ Boolean): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  541. def onTouch(f: (View, MotionEvent) ⇒ Boolean): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  542. def onTouchEvent(arg0: MotionEvent): Boolean

    Definition Classes
    WebView → View
  543. def onTouchListener(p: OnTouchListener): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  544. def onTouchListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  545. def onTouchListener_=(p: OnTouchListener): SWebView

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

    Definition Classes
    TraitView
    Annotations
    @inline()
  546. def onTrackballEvent(arg0: MotionEvent): Boolean

    Definition Classes
    WebView → View
  547. def onVisibilityChanged(arg0: View, arg1: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  548. def onWindowFocusChanged(arg0: Boolean): Unit

    Definition Classes
    WebView → View
  549. def onWindowVisibilityChanged(arg0: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  550. def originalUrl: String

    Shortcut for getOriginalUrl()

    Shortcut for getOriginalUrl()

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  551. def overlayHorizontalScrollbar(): Boolean

    Definition Classes
    WebView
  552. def overlayVerticalScrollbar(): Boolean

    Definition Classes
    WebView
  553. def padding(p1: Int, p2: Int, p3: Int, p4: Int): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  554. def padding: Int

    Definition Classes
    TraitView
    Annotations
    @inline()
  555. def padding(p: Int): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  556. def paddingBottom: Int

    Shortcut for getPaddingBottom()

    Shortcut for getPaddingBottom()

    Definition Classes
    TraitView
    Annotations
    @inline()
  557. def paddingLeft: Int

    Shortcut for getPaddingLeft()

    Shortcut for getPaddingLeft()

    Definition Classes
    TraitView
    Annotations
    @inline()
  558. def paddingRight: Int

    Shortcut for getPaddingRight()

    Shortcut for getPaddingRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  559. def paddingTop: Int

    Shortcut for getPaddingTop()

    Shortcut for getPaddingTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  560. def padding_=(p: Int): SWebView

    Definition Classes
    TraitView
    Annotations
    @inline()
  561. def pageDown(arg0: Boolean): Boolean

    Definition Classes
    WebView
  562. def pageUp(arg0: Boolean): Boolean

    Definition Classes
    WebView
  563. def parent: ViewParent

    Shortcut for getParent()

    Shortcut for getParent()

    Definition Classes
    TraitView
    Annotations
    @inline()
  564. implicit val parentVG: TraitViewGroup[SWebView]

    Definition Classes
    TraitViewGroup
  565. val parentViewGroup: TraitViewGroup[_]

    Definition Classes
    SWebViewTraitView
  566. def parentViewGroupIfExists[LP <: ViewGroupLayoutParams[_, _]](implicit defaultLayoutParam: (SWebView) ⇒ LP = (v:V)=> null): TraitViewGroup[_]

    Attributes
    protected
    Definition Classes
    TraitView
  567. def pauseTimers(): Unit

    Definition Classes
    WebView
  568. def performClick(): Boolean

    Definition Classes
    View
  569. def performHapticFeedback(arg0: Int, arg1: Int): Boolean

    Definition Classes
    View
  570. def performHapticFeedback(arg0: Int): Boolean

    Definition Classes
    View
  571. def performLongClick(): Boolean

    Definition Classes
    WebView → View
  572. def persistentDrawingCache(p: Int): SWebView

    Shortcut for setPersistentDrawingCache(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  573. def persistentDrawingCache: Int

    Shortcut for getPersistentDrawingCache()

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  574. def persistentDrawingCache_=(p: Int): SWebView

    Shortcut for setPersistentDrawingCache(int)

    Definition Classes
    TraitViewGroup
    Annotations
    @inline()
  575. def pictureListener(p: PictureListener): SWebView

    Shortcut for setPictureListener(android.webkit.WebView.PictureListener)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  576. def pictureListener(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  577. def pictureListener_=(p: PictureListener): SWebView

    Shortcut for setPictureListener(android.webkit.WebView.PictureListener)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  578. def playSoundEffect(arg0: Int): Unit

    Definition Classes
    View
  579. def post(arg0: Runnable): Boolean

    Definition Classes
    View
  580. def postDelayed(arg0: Runnable, arg1: Long): Boolean

    Definition Classes
    View
  581. def postInvalidate(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    View
  582. def postInvalidate(): Unit

    Definition Classes
    View
  583. def postInvalidateDelayed(arg0: Long, arg1: Int, arg2: Int, arg3: Int, arg4: Int): Unit

    Definition Classes
    View
  584. def postInvalidateDelayed(arg0: Long): Unit

    Definition Classes
    View
  585. def postUrl(arg0: String, arg1: Array[Byte]): Unit

    Definition Classes
    WebView
  586. def pressed(p: Boolean): SWebView

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  587. def pressed: Boolean

    Shortcut for isPressed()

    Shortcut for isPressed()

    Definition Classes
    TraitView
    Annotations
    @inline()
  588. def pressed_=(p: Boolean): SWebView

    Shortcut for setPressed(boolean)

    Shortcut for setPressed(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  589. def progress: Int

    Shortcut for getProgress()

    Shortcut for getProgress()

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  590. def recomputeViewAttributes(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  591. def refreshDrawableState(): Unit

    Definition Classes
    View
  592. def refreshPlugins(arg0: Boolean): Unit

    Definition Classes
    WebView
  593. def reload(): Unit

    Definition Classes
    WebView
  594. def removeAllViews(): Unit

    Definition Classes
    ViewGroup
  595. def removeAllViewsInLayout(): Unit

    Definition Classes
    ViewGroup
  596. def removeCallbacks(arg0: Runnable): Boolean

    Definition Classes
    View
  597. def removeDetachedView(arg0: View, arg1: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  598. def removeView(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewManager
  599. def removeViewAt(arg0: Int): Unit

    Definition Classes
    ViewGroup
  600. def removeViewInLayout(arg0: View): Unit

    Definition Classes
    ViewGroup
  601. def removeViews(arg0: Int, arg1: Int): Unit

    Definition Classes
    ViewGroup
  602. def removeViewsInLayout(arg0: Int, arg1: Int): Unit

    Definition Classes
    ViewGroup
  603. def requestChildFocus(arg0: View, arg1: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  604. def requestChildRectangleOnScreen(arg0: View, arg1: Rect, arg2: Boolean): Boolean

    Definition Classes
    WebView → ViewGroup → ViewParent
  605. def requestDisallowInterceptTouchEvent(arg0: Boolean): Unit

    Definition Classes
    ViewGroup → ViewParent
  606. def requestFocus(arg0: Int, arg1: Rect): Boolean

    Definition Classes
    WebView → ViewGroup → View
  607. final def requestFocus(arg0: Int): Boolean

    Definition Classes
    View
  608. final def requestFocus(): Boolean

    Definition Classes
    View
  609. final def requestFocusFromTouch(): Boolean

    Definition Classes
    View
  610. def requestFocusNodeHref(arg0: Message): Unit

    Definition Classes
    WebView
  611. def requestImageRef(arg0: Message): Unit

    Definition Classes
    WebView
  612. def requestLayout(): Unit

    Definition Classes
    View
  613. def requestRectangleOnScreen(arg0: Rect, arg1: Boolean): Boolean

    Definition Classes
    View
  614. def requestRectangleOnScreen(arg0: Rect): Boolean

    Definition Classes
    View
  615. def requestTransparentRegion(arg0: View): Unit

    Definition Classes
    ViewGroup → ViewParent
  616. def resources: Resources

    Shortcut for getResources()

    Shortcut for getResources()

    Definition Classes
    TraitView
    Annotations
    @inline()
  617. def restoreHierarchyState(arg0: SparseArray[Parcelable]): Unit

    Definition Classes
    View
  618. def restorePicture(arg0: Bundle, arg1: File): Boolean

    Definition Classes
    WebView
  619. def restoreState(arg0: Bundle): WebBackForwardList

    Definition Classes
    WebView
  620. def resumeTimers(): Unit

    Definition Classes
    WebView
  621. def right: Int

    Shortcut for getRight()

    Shortcut for getRight()

    Definition Classes
    TraitView
    Annotations
    @inline()
  622. def rootView: View

    Shortcut for getRootView()

    Shortcut for getRootView()

    Definition Classes
    TraitView
    Annotations
    @inline()
  623. def saveEnabled(p: Boolean): SWebView

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  624. def saveEnabled: Boolean

    Shortcut for isSaveEnabled()

    Shortcut for isSaveEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  625. def saveEnabled_=(p: Boolean): SWebView

    Shortcut for setSaveEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  626. def saveHierarchyState(arg0: SparseArray[Parcelable]): Unit

    Definition Classes
    View
  627. def savePassword(arg0: String, arg1: String, arg2: String): Unit

    Definition Classes
    WebView
  628. def savePicture(arg0: Bundle, arg1: File): Boolean

    Definition Classes
    WebView
  629. def saveState(arg0: Bundle): WebBackForwardList

    Definition Classes
    WebView
  630. def scale: Float

    Shortcut for getScale()

    Shortcut for getScale()

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  631. def scheduleDrawable(arg0: Drawable, arg1: Runnable, arg2: Long): Unit

    Definition Classes
    View → Callback
  632. def scheduleLayoutAnimation(): Unit

    Definition Classes
    ViewGroup
  633. def scrollBarStyle(p: Int): SWebView

    Shortcut for setScrollBarStyle(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  634. def scrollBarStyle: Int

    Shortcut for getScrollBarStyle()

    Shortcut for getScrollBarStyle()

    Definition Classes
    TraitView
    Annotations
    @inline()
  635. def scrollBarStyle_=(p: Int): SWebView

    Shortcut for setScrollBarStyle(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  636. def scrollBy(arg0: Int, arg1: Int): Unit

    Definition Classes
    View
  637. def scrollContainer(p: Boolean): SWebView

    Shortcut for setScrollContainer(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  638. def scrollContainer(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitView
    Annotations
    @inline()
  639. def scrollContainer_=(p: Boolean): SWebView

    Shortcut for setScrollContainer(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  640. def scrollTo(arg0: Int, arg1: Int): Unit

    Definition Classes
    View
  641. def scrollX: Int

    Shortcut for getScrollX()

    Shortcut for getScrollX()

    Definition Classes
    TraitView
    Annotations
    @inline()
  642. def scrollY: Int

    Shortcut for getScrollY()

    Shortcut for getScrollY()

    Definition Classes
    TraitView
    Annotations
    @inline()
  643. def scrollbarFadingEnabled(p: Boolean): SWebView

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  644. def scrollbarFadingEnabled: Boolean

    Shortcut for isScrollbarFadingEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  645. def scrollbarFadingEnabled_=(p: Boolean): SWebView

    Shortcut for setScrollbarFadingEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  646. def selected(p: Boolean): SWebView

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  647. def selected: Boolean

    Shortcut for isSelected()

    Shortcut for isSelected()

    Definition Classes
    TraitView
    Annotations
    @inline()
  648. def selected_=(p: Boolean): SWebView

    Shortcut for setSelected(boolean)

    Shortcut for setSelected(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  649. def sendAccessibilityEvent(arg0: Int): Unit

    Definition Classes
    View → AccessibilityEventSource
  650. def sendAccessibilityEventUnchecked(arg0: AccessibilityEvent): Unit

    Definition Classes
    View → AccessibilityEventSource
  651. def setAddStatesFromChildren(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  652. def setAlwaysDrawnWithCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  653. def setAnimation(arg0: Animation): Unit

    Definition Classes
    View
  654. def setAnimationCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  655. def setBackgroundColor(arg0: Int): Unit

    Definition Classes
    WebView → View
  656. def setBackgroundDrawable(arg0: Drawable): Unit

    Definition Classes
    View
  657. def setBackgroundResource(arg0: Int): Unit

    Definition Classes
    View
  658. def setCertificate(arg0: SslCertificate): Unit

    Definition Classes
    WebView
  659. def setChildrenDrawingCacheEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  660. def setChildrenDrawingOrderEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  661. def setChildrenDrawnWithCacheEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  662. def setClickable(arg0: Boolean): Unit

    Definition Classes
    View
  663. def setClipChildren(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  664. def setClipToPadding(arg0: Boolean): Unit

    Definition Classes
    ViewGroup
  665. def setContentDescription(arg0: CharSequence): Unit

    Definition Classes
    View
  666. def setDescendantFocusability(arg0: Int): Unit

    Definition Classes
    ViewGroup
  667. def setDownloadListener(arg0: DownloadListener): Unit

    Definition Classes
    WebView
  668. def setDrawingCacheBackgroundColor(arg0: Int): Unit

    Definition Classes
    View
  669. def setDrawingCacheEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  670. def setDrawingCacheQuality(arg0: Int): Unit

    Definition Classes
    View
  671. def setDuplicateParentStateEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  672. def setEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  673. def setFadingEdgeLength(arg0: Int): Unit

    Definition Classes
    View
  674. def setFocusable(arg0: Boolean): Unit

    Definition Classes
    View
  675. def setFocusableInTouchMode(arg0: Boolean): Unit

    Definition Classes
    View
  676. def setHapticFeedbackEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  677. def setHorizontalFadingEdgeEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  678. def setHorizontalScrollBarEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  679. def setHorizontalScrollbarOverlay(arg0: Boolean): Unit

    Definition Classes
    WebView
  680. def setHttpAuthUsernamePassword(arg0: String, arg1: String, arg2: String, arg3: String): Unit

    Definition Classes
    WebView
  681. def setId(arg0: Int): Unit

    Definition Classes
    View
  682. def setInitialScale(arg0: Int): Unit

    Definition Classes
    WebView
  683. def setKeepScreenOn(arg0: Boolean): Unit

    Definition Classes
    View
  684. def setLayoutAnimation(arg0: LayoutAnimationController): Unit

    Definition Classes
    ViewGroup
  685. def setLayoutAnimationListener(arg0: AnimationListener): Unit

    Definition Classes
    ViewGroup
  686. def setLayoutParams(arg0: LayoutParams): Unit

    Definition Classes
    WebView → View
  687. def setLongClickable(arg0: Boolean): Unit

    Definition Classes
    View
  688. def setMapTrackballToArrowKeys(arg0: Boolean): Unit

    Definition Classes
    WebView
  689. final def setMeasuredDimension(arg0: Int, arg1: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    View
  690. def setMinimumHeight(arg0: Int): Unit

    Definition Classes
    View
  691. def setMinimumWidth(arg0: Int): Unit

    Definition Classes
    View
  692. def setNetworkAvailable(arg0: Boolean): Unit

    Definition Classes
    WebView
  693. def setNextFocusDownId(arg0: Int): Unit

    Definition Classes
    View
  694. def setNextFocusLeftId(arg0: Int): Unit

    Definition Classes
    View
  695. def setNextFocusRightId(arg0: Int): Unit

    Definition Classes
    View
  696. def setNextFocusUpId(arg0: Int): Unit

    Definition Classes
    View
  697. def setOnClickListener(arg0: OnClickListener): Unit

    Definition Classes
    View
  698. def setOnCreateContextMenuListener(arg0: OnCreateContextMenuListener): Unit

    Definition Classes
    View
  699. def setOnFocusChangeListener(arg0: OnFocusChangeListener): Unit

    Definition Classes
    View
  700. def setOnHierarchyChangeListener(arg0: OnHierarchyChangeListener): Unit

    Definition Classes
    ViewGroup
  701. def setOnKeyListener(arg0: OnKeyListener): Unit

    Definition Classes
    View
  702. def setOnLongClickListener(arg0: OnLongClickListener): Unit

    Definition Classes
    View
  703. def setOnTouchListener(arg0: OnTouchListener): Unit

    Definition Classes
    View
  704. def setPadding(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    ViewGroup → View
  705. def setPersistentDrawingCache(arg0: Int): Unit

    Definition Classes
    ViewGroup
  706. def setPictureListener(arg0: PictureListener): Unit

    Definition Classes
    WebView
  707. def setPressed(arg0: Boolean): Unit

    Definition Classes
    View
  708. def setSaveEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  709. def setScrollBarStyle(arg0: Int): Unit

    Definition Classes
    WebView → View
  710. def setScrollContainer(arg0: Boolean): Unit

    Definition Classes
    View
  711. def setScrollbarFadingEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  712. def setSelected(arg0: Boolean): Unit

    Definition Classes
    View
  713. def setSoundEffectsEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  714. def setStaticTransformationsEnabled(arg0: Boolean): Unit

    Attributes
    protected[android.view]
    Definition Classes
    ViewGroup
  715. def setTag(arg0: Int, arg1: Any): Unit

    Definition Classes
    View
  716. def setTag(arg0: Any): Unit

    Definition Classes
    View
  717. def setTouchDelegate(arg0: TouchDelegate): Unit

    Definition Classes
    View
  718. def setVerticalFadingEdgeEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  719. def setVerticalScrollBarEnabled(arg0: Boolean): Unit

    Definition Classes
    View
  720. def setVerticalScrollbarOverlay(arg0: Boolean): Unit

    Definition Classes
    WebView
  721. def setVisibility(arg0: Int): Unit

    Definition Classes
    View
  722. def setWebChromeClient(arg0: WebChromeClient): Unit

    Definition Classes
    WebView
  723. def setWebViewClient(arg0: WebViewClient): Unit

    Definition Classes
    WebView
  724. def setWillNotCacheDrawing(arg0: Boolean): Unit

    Definition Classes
    View
  725. def setWillNotDraw(arg0: Boolean): Unit

    Definition Classes
    View
  726. def settings: WebSettings

    Shortcut for getSettings()

    Shortcut for getSettings()

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  727. def showContextMenu(): Boolean

    Definition Classes
    View
  728. def showContextMenuForChild(arg0: View): Boolean

    Definition Classes
    ViewGroup → ViewParent
  729. def solidColor: Int

    Shortcut for getSolidColor()

    Shortcut for getSolidColor()

    Definition Classes
    TraitView
    Annotations
    @inline()
  730. def soundEffectsEnabled(p: Boolean): SWebView

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  731. def soundEffectsEnabled: Boolean

    Shortcut for isSoundEffectsEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  732. def soundEffectsEnabled_=(p: Boolean): SWebView

    Shortcut for setSoundEffectsEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  733. def startAnimation(arg0: Animation): Unit

    Definition Classes
    View
  734. def startLayoutAnimation(): Unit

    Definition Classes
    ViewGroup
  735. def stopLoading(): Unit

    Definition Classes
    WebView
  736. def style(stl: PartialFunction[View, View]): SWebView

    Definition Classes
    TraitViewGroup
  737. val styles: ArrayBuffer[PartialFunction[View, View]]

    Definition Classes
    TraitViewGroup
  738. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  739. def tag(p: Any): SWebView

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  740. def tag: AnyRef

    Shortcut for getTag()

    Shortcut for getTag()

    Definition Classes
    TraitView
    Annotations
    @inline()
  741. def tag_=(p: Any): SWebView

    Shortcut for setTag(java.lang.Object)

    Definition Classes
    TraitView
    Annotations
    @inline()
  742. def title: String

    Shortcut for getTitle()

    Shortcut for getTitle()

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  743. def toString(): String

    Definition Classes
    AnyRef → Any
  744. def top: Int

    Shortcut for getTop()

    Shortcut for getTop()

    Definition Classes
    TraitView
    Annotations
    @inline()
  745. def touchDelegate(p: TouchDelegate): SWebView

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  746. def touchDelegate: TouchDelegate

    Shortcut for getTouchDelegate()

    Shortcut for getTouchDelegate()

    Definition Classes
    TraitView
    Annotations
    @inline()
  747. def touchDelegate_=(p: TouchDelegate): SWebView

    Shortcut for setTouchDelegate(android.view.TouchDelegate)

    Definition Classes
    TraitView
    Annotations
    @inline()
  748. def touchables: ArrayList[View]

    Shortcut for getTouchables()

    Shortcut for getTouchables()

    Definition Classes
    TraitView
    Annotations
    @inline()
  749. def uniqueId(implicit activity: Activity): Int

    Definition Classes
    TraitView
  750. def unscheduleDrawable(arg0: Drawable): Unit

    Definition Classes
    View
  751. def unscheduleDrawable(arg0: Drawable, arg1: Runnable): Unit

    Definition Classes
    View → Callback
  752. def updateViewLayout(arg0: View, arg1: LayoutParams): Unit

    Definition Classes
    ViewGroup → ViewManager
  753. def url: String

    Shortcut for getUrl()

    Shortcut for getUrl()

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  754. def verifyDrawable(arg0: Drawable): Boolean

    Attributes
    protected[android.view]
    Definition Classes
    View
  755. def verticalFadingEdgeEnabled(p: Boolean): SWebView

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  756. def verticalFadingEdgeEnabled: Boolean

    Shortcut for isVerticalFadingEdgeEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  757. def verticalFadingEdgeEnabled_=(p: Boolean): SWebView

    Shortcut for setVerticalFadingEdgeEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  758. def verticalFadingEdgeLength: Int

    Shortcut for getVerticalFadingEdgeLength()

    Definition Classes
    TraitView
    Annotations
    @inline()
  759. def verticalScrollBarEnabled(p: Boolean): SWebView

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  760. def verticalScrollBarEnabled: Boolean

    Shortcut for isVerticalScrollBarEnabled()

    Definition Classes
    TraitView
    Annotations
    @inline()
  761. def verticalScrollBarEnabled_=(p: Boolean): SWebView

    Shortcut for setVerticalScrollBarEnabled(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  762. def verticalScrollbarOverlay(p: Boolean): SWebView

    Shortcut for setVerticalScrollbarOverlay(boolean)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  763. def verticalScrollbarOverlay(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  764. def verticalScrollbarOverlay_=(p: Boolean): SWebView

    Shortcut for setVerticalScrollbarOverlay(boolean)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  765. def verticalScrollbarWidth: Int

    Shortcut for getVerticalScrollbarWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  766. def viewTreeObserver: ViewTreeObserver

    Shortcut for getViewTreeObserver()

    Shortcut for getViewTreeObserver()

    Definition Classes
    TraitView
    Annotations
    @inline()
  767. def visibility(p: Int): SWebView

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  768. def visibility: Int

    Shortcut for getVisibility()

    Shortcut for getVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  769. def visibility_=(p: Int): SWebView

    Shortcut for setVisibility(int)

    Shortcut for setVisibility(int)

    Definition Classes
    TraitView
    Annotations
    @inline()
  770. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  773. def webChromeClient(p: WebChromeClient): SWebView

    Shortcut for setWebChromeClient(android.webkit.WebChromeClient)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  774. def webChromeClient(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  775. def webChromeClient_=(p: WebChromeClient): SWebView

    Shortcut for setWebChromeClient(android.webkit.WebChromeClient)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  776. def webViewClient(p: WebViewClient): SWebView

    Shortcut for setWebViewClient(android.webkit.WebViewClient)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  777. def webViewClient(implicit no: NoGetterForThisProperty): Nothing

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  778. def webViewClient_=(p: WebViewClient): SWebView

    Shortcut for setWebViewClient(android.webkit.WebViewClient)

    Definition Classes
    TraitWebView
    Annotations
    @inline()
  779. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Definition Classes
    TraitView
    Annotations
    @inline()
  780. def willNotCacheDrawing(p: Boolean): SWebView

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  781. def willNotCacheDrawing(): Boolean

    Definition Classes
    View
  782. def willNotCacheDrawing_=(p: Boolean): SWebView

    Shortcut for setWillNotCacheDrawing(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  783. def willNotDraw(p: Boolean): SWebView

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  784. def willNotDraw(): Boolean

    Definition Classes
    View
  785. def willNotDraw_=(p: Boolean): SWebView

    Shortcut for setWillNotDraw(boolean)

    Definition Classes
    TraitView
    Annotations
    @inline()
  786. def windowToken: IBinder

    Shortcut for getWindowToken()

    Shortcut for getWindowToken()

    Definition Classes
    TraitView
    Annotations
    @inline()
  787. def windowVisibility: Int

    Shortcut for getWindowVisibility()

    Shortcut for getWindowVisibility()

    Definition Classes
    TraitView
    Annotations
    @inline()
  788. def zoomIn(): Boolean

    Definition Classes
    WebView
  789. def zoomOut(): Boolean

    Definition Classes
    WebView

Inherited from TraitWebView[SWebView]

Inherited from TraitAbsoluteLayout[SWebView]

Inherited from TraitViewGroup[SWebView]

Inherited from TraitView[SWebView]

Inherited from PressAndHoldable

Inherited from ConstantsSupport

Inherited from WebView

Inherited from OnHierarchyChangeListener

Inherited from OnGlobalFocusChangeListener

Inherited from AbsoluteLayout

Inherited from ViewGroup

Inherited from ViewManager

Inherited from ViewParent

Inherited from View

Inherited from AccessibilityEventSource

Inherited from Callback

Inherited from Callback

Inherited from AnyRef

Inherited from Any

Ungrouped