Uses of Class
com.jalios.jcms.jportal.JPortalConstants.BlockDropPositions
-
Packages that use JPortalConstants.BlockDropPositions Package Description com.jalios.jcms.jportal -
-
Uses of JPortalConstants.BlockDropPositions in com.jalios.jcms.jportal
Methods in com.jalios.jcms.jportal that return JPortalConstants.BlockDropPositions Modifier and Type Method Description static JPortalConstants.BlockDropPositions
JPortalConstants.BlockDropPositions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JPortalConstants.BlockDropPositions
JPortalConstants.BlockDropPositions. valueOfPosition(java.lang.String position)
static JPortalConstants.BlockDropPositions[]
JPortalConstants.BlockDropPositions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.jalios.jcms.jportal with parameters of type JPortalConstants.BlockDropPositions Modifier and Type Method Description JPortalActionResult
JPortalManager. moveBlockOrAddPortletAndUpdateSizes(AbstractJPortal jportal, java.lang.String blocksAndSize, java.lang.String blockToMoveId, java.lang.String targetBlockId, JPortalConstants.BlockDropPositions dropPosition, java.lang.String newBlockId, Member author, java.lang.String portletId)
-