fr.iscpif.scaladget.mapping.ace

VirtualRenderer

Related Docs: object VirtualRenderer | package ace

class VirtualRenderer extends Object

Annotations
@RawJSType() @JSName( "AceAjax.VirtualRenderer" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. VirtualRenderer
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VirtualRenderer()

    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. def addGutterDecoration(): Dynamic

  5. def adjustWrapLimit(): Dynamic

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. var characterWidth: Double

  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def destroy(): Dynamic

  10. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAnimatedScroll(): Boolean

  14. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  15. def getFirstFullyVisibleRow(): Double

  16. def getFirstVisibleRow(): Double

  17. def getHScrollBarAlwaysVisible(): Boolean

  18. def getLastFullyVisibleRow(): Double

  19. def getLastVisibleRow(): Double

  20. def getPrintMarginColumn(): Boolean

  21. def getScrollBottomRow(): Double

  22. def getScrollLeft(): Double

  23. def getScrollTop(): Double

  24. def getScrollTopRow(): Double

  25. def getShowGutter(): Boolean

  26. def getShowInvisibles(): Boolean

  27. def getShowPrintMargin(): Boolean

  28. def getTheme(): String

  29. def hasOwnProperty(v: String): Boolean

    Definition Classes
    Object
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. def hideComposition(): Dynamic

  32. def hideCursor(): Dynamic

  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. def isPrototypeOf(v: Object): Boolean

    Definition Classes
    Object
  35. def isScrollableBy(deltaX: Double, deltaY: Double): Boolean

  36. var lineHeight: Double

  37. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  40. def onResize(force: Boolean, gutterWidth: Double, width: Double, height: Double): Dynamic

  41. def propertyIsEnumerable(v: String): Boolean

    Definition Classes
    Object
  42. def removeGutterDecoration(): Dynamic

  43. def screenToTextCoordinates(left: Double, top: Double): Dynamic

  44. def scrollBy(deltaX: Double, deltaY: Double): Dynamic

  45. def scrollCursorIntoView(): Dynamic

  46. def scrollToLine(line: Double, center: Boolean, animate: Boolean, callback: Function): Dynamic

  47. def scrollToRow(row: Double): Dynamic

  48. def scrollToX(scrollLeft: Double): Double

  49. def scrollToY(scrollTop: Double): Double

  50. var scroller: Any

  51. def setAnimatedScroll(shouldAnimate: Boolean): Dynamic

  52. def setAnnotations(annotations: Array[Any]): Dynamic

  53. def setCompositionText(text: String): Dynamic

  54. def setHScrollBarAlwaysVisible(alwaysVisible: Boolean): Dynamic

  55. def setPadding(padding: Double): Dynamic

  56. def setPrintMarginColumn(showPrintMargin: Boolean): Dynamic

  57. def setSession(session: IEditSession): Dynamic

  58. def setShowGutter(show: Boolean): Dynamic

  59. def setShowInvisibles(showInvisibles: Boolean): Dynamic

  60. def setShowPrintMargin(showPrintMargin: Boolean): Dynamic

  61. def setStyle(style: String): Dynamic

  62. def setTheme(theme: String): Dynamic

  63. def showComposition(position: Double): Dynamic

  64. def showCursor(): Dynamic

  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  66. def textToScreenCoordinates(row: Double, column: Double): Dynamic

  67. def toLocaleString(): String

    Definition Classes
    Object
  68. def toString(): String

    Definition Classes
    AnyRef → Any
  69. def unsetStyle(style: String): Dynamic

  70. def updateBackMarkers(): Dynamic

  71. def updateBreakpoints(): Dynamic

  72. def updateCursor(): Dynamic

  73. def updateFontSize(): Dynamic

  74. def updateFrontMarkers(): Dynamic

  75. def updateFull(force: Boolean): Dynamic

  76. def updateLines(firstRow: Double, lastRow: Double): Dynamic

  77. def updateText(): Dynamic

  78. def valueOf(): Any

    Definition Classes
    Object
  79. def visualizeBlur(): Dynamic

  80. def visualizeFocus(): Dynamic

  81. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped