Uses of Class
com.levigo.jadice.web.client.messaging.text.PositionedBlockDTO
Packages that use PositionedBlockDTO
Package
Description
-
Uses of PositionedBlockDTO in com.levigo.jadice.web.client.messaging.responses
Methods in com.levigo.jadice.web.client.messaging.responses that return types with arguments of type PositionedBlockDTOModifier and TypeMethodDescriptioncom.google.gwt.core.client.JsArray
<PositionedBlockDTO> TextContentDTO.getBlocks()
Method parameters in com.levigo.jadice.web.client.messaging.responses with type arguments of type PositionedBlockDTOModifier and TypeMethodDescriptionstatic TextContentDTO
TextContentDTO.create
(com.google.gwt.core.client.JsArray<PositionedBlockDTO> blocks) Replacement constructor.void
TextContentDTO.setBlocks
(com.google.gwt.core.client.JsArray<PositionedBlockDTO> blocks) -
Uses of PositionedBlockDTO in com.levigo.jadice.web.client.messaging.text
Methods in com.levigo.jadice.web.client.messaging.text that return PositionedBlockDTOModifier and TypeMethodDescriptionstatic PositionedBlockDTO
PositionedBlockDTO.create
(com.google.gwt.core.client.JsArrayNumber matrix, com.google.gwt.core.client.JsArray<LineDTO> lines) Replacement constructor.static PositionedBlockDTO
PositionedBlockDTO.from
(com.levigo.jadice.document.internal.text.PositionedBlock block) Methods in com.levigo.jadice.web.client.messaging.text with parameters of type PositionedBlockDTOModifier and TypeMethodDescriptionstatic com.levigo.jadice.document.internal.text.PositionedBlock
PositionedBlockDTO.to
(PositionedBlockDTO dto)