Uses of Interface
de.digitalcollections.model.api.identifiable.parts.structuredcontent.ContentBlock
-
-
Uses of ContentBlock in de.digitalcollections.model.api.identifiable.parts.structuredcontent
Subinterfaces of ContentBlock in de.digitalcollections.model.api.identifiable.parts.structuredcontent Modifier and Type Interface Description interfaceContentBlockNodeMethods in de.digitalcollections.model.api.identifiable.parts.structuredcontent that return types with arguments of type ContentBlock Modifier and Type Method Description List<ContentBlock>ContentBlockNode. getContentBlocks()List<ContentBlock>StructuredContent. getContentBlocks()Methods in de.digitalcollections.model.api.identifiable.parts.structuredcontent with parameters of type ContentBlock Modifier and Type Method Description default voidContentBlockNode. addContentBlock(ContentBlock contentBlock)default voidStructuredContent. addContentBlock(ContentBlock contentBlock)Method parameters in de.digitalcollections.model.api.identifiable.parts.structuredcontent with type arguments of type ContentBlock Modifier and Type Method Description voidContentBlockNode. setContentBlocks(List<ContentBlock> contentBlocks)voidStructuredContent. setContentBlocks(List<ContentBlock> contentBlocks) -
Uses of ContentBlock in de.digitalcollections.model.api.identifiable.parts.structuredcontent.contentblocks
Subinterfaces of ContentBlock in de.digitalcollections.model.api.identifiable.parts.structuredcontent.contentblocks Modifier and Type Interface Description interfaceBlockquoteinterfaceBulletListinterfaceCodeBlockinterfaceHardBreakinterfaceHeadinginterfaceIFrameinterfaceListIteminterfaceOrderedListinterfaceParagraphinterfaceTableinterfaceTableCellinterfaceTableHeaderinterfaceTableRowinterfaceText -
Uses of ContentBlock in de.digitalcollections.model.impl.identifiable.parts.structuredcontent
Classes in de.digitalcollections.model.impl.identifiable.parts.structuredcontent that implement ContentBlock Modifier and Type Class Description classContentBlockImplclassContentBlockNodeImplclassContentBlockNodeWithAttributesImplclassContentBlockWithAttributesImplFields in de.digitalcollections.model.impl.identifiable.parts.structuredcontent with type parameters of type ContentBlock Modifier and Type Field Description protected List<ContentBlock>ContentBlockNodeImpl. contentBlocksMethods in de.digitalcollections.model.impl.identifiable.parts.structuredcontent that return types with arguments of type ContentBlock Modifier and Type Method Description List<ContentBlock>ContentBlockNodeImpl. getContentBlocks()List<ContentBlock>StructuredContentImpl. getContentBlocks()Methods in de.digitalcollections.model.impl.identifiable.parts.structuredcontent with parameters of type ContentBlock Modifier and Type Method Description voidContentBlockNodeImpl. addContentBlock(ContentBlock contentBlock)Method parameters in de.digitalcollections.model.impl.identifiable.parts.structuredcontent with type arguments of type ContentBlock Modifier and Type Method Description voidContentBlockNodeImpl. setContentBlocks(List<ContentBlock> contentBlocks)voidStructuredContentImpl. setContentBlocks(List<ContentBlock> contentBlocks) -
Uses of ContentBlock in de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks
Classes in de.digitalcollections.model.impl.identifiable.parts.structuredcontent.contentblocks that implement ContentBlock Modifier and Type Class Description classBlockquoteImplclassBulletListImplclassCodeBlockImplclassHardBreakImplclassHeadingImplclassIFrameImplclassListItemImplclassOrderedListImplclassParagraphImplclassTableCellImplclassTableHeaderImplclassTableImplclassTableRowImplclassTextImpl
-