Class SelectedAreaDTO
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.SelectedAreaDTO
public final class SelectedAreaDTO
extends com.google.gwt.core.client.JavaScriptObject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SelectedAreaDTO
create
(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds) Replacement constructor.static SelectedAreaDTO
create
(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds, int clientSideResolution) Replacement constructor.static SelectedAreaDTO
from
(com.levigo.jadice.web.shared.model.internal.SelectedArea area) int
boolean
void
setBasePageSegmentUUID
(String basePageSegmentUUID) void
setClientSideResolution
(int clientSideResolution) void
setDocumentBounds
(RectangularShapeDTO documentBounds) void
setScreenBounds
(RectangularShapeDTO screenBounds) static com.levigo.jadice.web.shared.model.internal.SelectedArea
to
(SelectedAreaDTO dto) Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
SelectedAreaDTO
protected SelectedAreaDTO()
-
-
Method Details
-
getBasePageSegmentUUID
-
setBasePageSegmentUUID
-
getScreenBounds
-
setScreenBounds
-
getDocumentBounds
-
setDocumentBounds
-
getClientSideResolution
public int getClientSideResolution() -
setClientSideResolution
public void setClientSideResolution(int clientSideResolution) -
isClientSideResolutionNull
public boolean isClientSideResolutionNull() -
create
public static SelectedAreaDTO create(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds, int clientSideResolution) Replacement constructor. Creates a new nativeSelectedAreaDTO
.- Returns:
- The new instance.
-
create
public static SelectedAreaDTO create(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds) Replacement constructor. Creates a new nativeSelectedAreaDTO
.- Returns:
- The new instance.
-
to
-