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 Details

    • SelectedAreaDTO

      protected SelectedAreaDTO()
  • Method Details

    • getBasePageSegmentUUID

      public String getBasePageSegmentUUID()
    • setBasePageSegmentUUID

      public void setBasePageSegmentUUID(String basePageSegmentUUID)
    • getScreenBounds

      public RectangularShapeDTO getScreenBounds()
    • setScreenBounds

      public void setScreenBounds(RectangularShapeDTO screenBounds)
    • getDocumentBounds

      public RectangularShapeDTO getDocumentBounds()
    • setDocumentBounds

      public void setDocumentBounds(RectangularShapeDTO documentBounds)
    • 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 native SelectedAreaDTO.
      Returns:
      The new instance.
    • create

      public static SelectedAreaDTO create(String basePageSegmentUUID, RectangularShapeDTO screenBounds, RectangularShapeDTO documentBounds)
      Replacement constructor. Creates a new native SelectedAreaDTO.
      Returns:
      The new instance.
    • to

      public static com.levigo.jadice.web.shared.model.internal.SelectedArea to(SelectedAreaDTO dto)
    • from

      public static SelectedAreaDTO from(com.levigo.jadice.web.shared.model.internal.SelectedArea area)