Uses of Class
org.xwiki.gwt.dom.client.RangeCompare

Packages that use RangeCompare
org.xwiki.gwt.dom.client   
 

Uses of RangeCompare in org.xwiki.gwt.dom.client
 

Methods in org.xwiki.gwt.dom.client that return RangeCompare
 RangeCompare RangeCompare.reverse()
           
static RangeCompare RangeCompare.valueOf(boolean firstEndPoint, boolean secondEndPoint)
           
static RangeCompare RangeCompare.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RangeCompare[] RangeCompare.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xwiki.gwt.dom.client with parameters of type RangeCompare
 short Range.compareBoundaryPoints(RangeCompare how, Range sourceRange)
          Compare the boundary-points of two Ranges in a document.
 



Copyright © 2004–2014 XWiki. All rights reserved.