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 JBlockMapping
JPortalUtils. getJBlockByPortletId(AbstractJPortal jportal, java.lang.String portletId)
static JBlockMapping
JPortalUtils. 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 boolean
JPortalUtils. displayBlock(JBlockMapping jBlock, boolean isPublicationDisplayed, Member loggedMember)
static boolean
JPortalUtils. displayPublicationHeadersInSelectionBlock(JBlockMapping jBlock)
Check if the headers/footers of a selected Publication should be displayed in a selection blockvoid
JPortalDisplayHandler. fullFillDisplayContext(JBlockMapping jBlock)
static java.lang.String
JPortalUtils. getJBlockCssClass(JBlockMapping jBlock)
static java.lang.String
JPortalUtils. getJBlockCustomClass(JBlockMapping jblock)
Compute jblock custom classstatic DataAttribute
JPortalUtils. getJBlockDataAttributes(JBlockMapping jblock)
Compute jblock data attributesstatic java.lang.String
JPortalUtils. getJBlockDisplayConditionCssClass(JBlockMapping jblock)
static boolean
JPortalUtils. hasPortlet(JBlockMapping jblock)
static boolean
JPortalUtils. isBlockSelection(JBlockMapping jBlock)
Is the block a selection blockstatic boolean
JPortalUtils. isEmpty(JBlockMapping jBlock)
Returns true if givenJBlockMapping
is 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 void
JPortalUtils. assignRandomIdsIfMissing(java.util.List<JBlockMapping> jBlocks)
static void
JPortalUtils. computeBlockSizes(java.util.List<JBlockMapping> blocks)
Recalculates the size of a list of blocks and its child blocksstatic JBlockMapping
JPortalUtils. 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 JBlockMapping
JPortalUIMapping. getJblockFooter()
JBlockMapping
JPortalUIMapping. 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 void
JPortalUIMapping. setJblockFooter(JBlockMapping jblockFooter)
void
JPortalUIMapping. setJblockHeader(JBlockMapping jblockHeader)
Method parameters in com.jalios.jcms.jportal.json with type arguments of type JBlockMapping Modifier and Type Method Description void
JPortalMapping. setjBlocks(java.util.List<JBlockMapping> jBlocks)
void
JBlockMapping. setJBlocks(java.util.List<JBlockMapping> jBlocks)
-