Package nl.gx.webmanager.cms.core
Interface BlockLabel
-
- All Superinterfaces:
Wrapper
public interface BlockLabel extends Wrapper
Page section label. The label assigned to a page section is used to determine the position of the page section content in the content item it is included. Note that the names "block" and "page section" both refer to the same concept.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Return name of the page section label.
-
-
-
Method Detail
-
getName
String getName()
Return name of the page section label.- Returns:
- name of the page section label.
-
-