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 TextContentDTOTextContentDTO.create(com.google.gwt.core.client.JsArray<PositionedBlockDTO> blocks) Replacement constructor.voidTextContentDTO.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 PositionedBlockDTOPositionedBlockDTO.create(com.google.gwt.core.client.JsArrayNumber matrix, com.google.gwt.core.client.JsArray<LineDTO> lines) Replacement constructor.static PositionedBlockDTOPositionedBlockDTO.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.PositionedBlockPositionedBlockDTO.to(PositionedBlockDTO dto)