Class SelectionDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.SelectionDTO
public final class SelectionDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SelectionDTOcreate(RectangularShapeDTO bounds, ShapeDTO shape, Object page, String selectedText) static SelectionDTOgetPage()getShape()voidsetBounds(RectangularShapeDTO bounds) voidvoidsetSelectedText(String selectedText) voidMethods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
SelectionDTO
protected SelectionDTO()
-
-
Method Details
-
getBounds
-
setBounds
-
getShape
-
setShape
-
getPage
-
setPage
-
getSelectedText
-
setSelectedText
-
create
public static SelectionDTO create(RectangularShapeDTO bounds, ShapeDTO shape, Object page, String selectedText) -
from
-