org.xwiki.gwt.dom.client.internal
Interface NativeRangeWrapper

All Known Implementing Classes:
DefaultNativeRangeWrapper

public interface NativeRangeWrapper

Interface to access the native range object wrapped by a specific range implementation.


Method Summary
 JavaScriptObject getNativeRange()
           
 void setNativeRange(JavaScriptObject nativeRange)
          Sets the native range to be wrapped by this object.
 

Method Detail

getNativeRange

JavaScriptObject getNativeRange()
Returns:
the native range wrapped by this object.

setNativeRange

void setNativeRange(JavaScriptObject nativeRange)
Sets the native range to be wrapped by this object.

Parameters:
nativeRange - the native range to be wrapped by this object.