Uses of Class
com.jalios.jcms.jportal.json.JBlockMapping
-
Packages that use JBlockMapping Package Description com.jalios.jcms.jportal com.jalios.jcms.jportal.json -
-
Uses of JBlockMapping in com.jalios.jcms.jportal
Methods in com.jalios.jcms.jportal that return JBlockMapping Modifier and Type Method Description static JBlockMappingJPortalUtils. getJBlockByPortletId(AbstractJPortal jportal, java.lang.String portletId)static JBlockMappingJPortalUtils. getJBlockByPortletId(java.util.List<JBlockMapping> jblocks, java.lang.String portletId)Methods in com.jalios.jcms.jportal with parameters of type JBlockMapping Modifier and Type Method Description static booleanJPortalUtils. displayBlock(JBlockMapping jBlock, boolean isPublicationDisplayed, Member loggedMember)static booleanJPortalUtils. displayPublicationHeadersInSelectionBlock(JBlockMapping jBlock)Check if the headers/footers of a selected Publication should be displayed in a selection blockvoidJPortalDisplayHandler. fullFillDisplayContext(JBlockMapping jBlock)static java.lang.StringJPortalUtils. getJBlockCssClass(JBlockMapping jBlock)static java.lang.StringJPortalUtils. getJBlockCustomClass(JBlockMapping jblock)Compute jblock custom classstatic DataAttributeJPortalUtils. getJBlockDataAttributes(JBlockMapping jblock)Compute jblock data attributesstatic java.lang.StringJPortalUtils. getJBlockDisplayConditionCssClass(JBlockMapping jblock)static booleanJPortalUtils. hasPortlet(JBlockMapping jblock)static booleanJPortalUtils. isBlockSelection(JBlockMapping jBlock)Is the block a selection blockstatic booleanJPortalUtils. isEmpty(JBlockMapping jBlock)Returns true if givenJBlockMappingis empty, and if all of its children are emptyMethod parameters in com.jalios.jcms.jportal with type arguments of type JBlockMapping Modifier and Type Method Description static voidJPortalUtils. assignRandomIdsIfMissing(java.util.List<JBlockMapping> jBlocks)static voidJPortalUtils. computeBlockSizes(java.util.List<JBlockMapping> blocks)Recalculates the size of a list of blocks and its child blocksstatic JBlockMappingJPortalUtils. getJBlockByPortletId(java.util.List<JBlockMapping> jblocks, java.lang.String portletId) -
Uses of JBlockMapping in com.jalios.jcms.jportal.json
Methods in com.jalios.jcms.jportal.json that return JBlockMapping Modifier and Type Method Description JBlockMappingJPortalUIMapping. getJblockFooter()JBlockMappingJPortalUIMapping. getJblockHeader()Methods in com.jalios.jcms.jportal.json that return types with arguments of type JBlockMapping Modifier and Type Method Description java.util.List<JBlockMapping>JPortalMapping. getjBlocks()java.util.List<JBlockMapping>JBlockMapping. getJBlocks()Methods in com.jalios.jcms.jportal.json with parameters of type JBlockMapping Modifier and Type Method Description voidJPortalUIMapping. setJblockFooter(JBlockMapping jblockFooter)voidJPortalUIMapping. setJblockHeader(JBlockMapping jblockHeader)Method parameters in com.jalios.jcms.jportal.json with type arguments of type JBlockMapping Modifier and Type Method Description voidJPortalMapping. setjBlocks(java.util.List<JBlockMapping> jBlocks)voidJBlockMapping. setJBlocks(java.util.List<JBlockMapping> jBlocks)
-