Package com.liferay.layout.util.template
Class LayoutColumn
java.lang.Object
com.liferay.layout.util.template.LayoutColumn
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addPortlets
(String columnId) int
getSize()
static LayoutColumn
of
(com.liferay.portal.kernel.model.Layout layout, com.liferay.petra.function.UnsafeConsumer<LayoutColumn, Exception> unsafeConsumer) void
setSize
(int size)
-
Method Details
-
of
public static LayoutColumn of(com.liferay.portal.kernel.model.Layout layout, com.liferay.petra.function.UnsafeConsumer<LayoutColumn, Exception> unsafeConsumer) -
addAllPortlets
public void addAllPortlets() throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addPortlets
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFragmentEntryLinkIds
-
getSize
public int getSize() -
setSize
public void setSize(int size)
-