Uses of Class
com.levigo.jadice.web.client.messaging.PageSegmentDTO
Packages that use PageSegmentDTO
-
Uses of PageSegmentDTO in com.levigo.jadice.web.client.messaging
Methods in com.levigo.jadice.web.client.messaging that return PageSegmentDTOModifier and TypeMethodDescriptionstatic PageSegmentDTO
PageSegmentDTO.create
(PageSegment segment) static PageSegmentDTO
PageSegmentReadResultDTO.getSegment()
Methods in com.levigo.jadice.web.client.messaging that return types with arguments of type PageSegmentDTOModifier and TypeMethodDescriptioncom.google.gwt.core.client.JsArray
<PageSegmentDTO> BasicPageDTO.getSegments()
Method parameters in com.levigo.jadice.web.client.messaging with type arguments of type PageSegmentDTOModifier and TypeMethodDescriptionstatic BasicPageDTO
BasicPageDTO.create
(com.google.gwt.core.client.JsArray<PageSegmentDTO> segments, UserPropertiesDTO userProperties) void
BasicPageDTO.setSegments
(com.google.gwt.core.client.JsArray<PageSegmentDTO> segments)