Uses of Class
com.levigo.jadice.web.client.messaging.ChangedAnnoSegmentInfoDTO
Packages that use ChangedAnnoSegmentInfoDTO
-
Uses of ChangedAnnoSegmentInfoDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return ChangedAnnoSegmentInfoDTOModifier and TypeMethodDescriptionstatic ChangedAnnoSegmentInfoDTO
ChangedAnnoSegmentInfoDTO.create
(int pageIndex, String segmentProfileId, com.google.gwt.core.client.JsArray<AnnotationDTO> segmentAnnotations, com.google.gwt.core.client.JsArray<PropertiesReadResultDTO> segmentProperties) static ChangedAnnoSegmentInfoDTO
ChangedAnnoSegmentInfoDTO.from
(com.levigo.jadice.web.shared.model.document.snapshot.internal.ChangedAnnoSegmentInfo info) Methods in com.levigo.jadice.web.client.messaging that return types with arguments of type ChangedAnnoSegmentInfoDTOModifier and TypeMethodDescriptioncom.google.gwt.core.client.JsArray
<ChangedAnnoSegmentInfoDTO> DocumentSnapshotDTO.getAnnotationPageSegments()
Method parameters in com.levigo.jadice.web.client.messaging with type arguments of type ChangedAnnoSegmentInfoDTOModifier and TypeMethodDescriptionvoid
DocumentSnapshotDTO.setAnnotationPageSegments
(com.google.gwt.core.client.JsArray<ChangedAnnoSegmentInfoDTO> annotationPageSegments)