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 SelectedAreaDTOcreate(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds) Replacement constructor.static SelectedAreaDTOcreate(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds, int clientSideResolution) Replacement constructor.static SelectedAreaDTOfrom(com.levigo.jadice.web.shared.model.internal.SelectedArea area) intbooleanvoidsetBasePageSegmentUUID(String basePageSegmentUUID) voidsetClientSideResolution(int clientSideResolution) voidsetDocumentBounds(RectangularShapeDTO documentBounds) voidsetScreenBounds(RectangularShapeDTO screenBounds) static com.levigo.jadice.web.shared.model.internal.SelectedAreato(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
-