Class CmsListBrowserSectionModel

All Implemented Interfaces:
CockpitEventAcceptor, BrowserSectionModel, CockpitListComponent<TypedObject>, ListBrowserSectionModel, ListSectionModel, Lockable, SectionModel

public class CmsListBrowserSectionModel extends DefaultListBrowserSectionModel implements Lockable
  • Field Details

  • Constructor Details

  • Method Details

    • getPosition

      public String getPosition()
      Returns:
      the position
    • setPosition

      public void setPosition(String position)
      Parameters:
      position - the position to set
    • getCreatableTypes

      public List<ObjectType> getCreatableTypes()
    • setCreatableTypes

      public void setCreatableTypes(List<ObjectType> creatableTypes)
    • isLockable

      public boolean isLockable()
    • setLockable

      public void setLockable(boolean lockable)
    • isLocked

      public boolean isLocked()
      Specified by:
      isLocked in interface Lockable
    • setLocked

      public void setLocked(boolean locked)
      Specified by:
      setLocked in interface Lockable
    • getCmsPageLockingService

      protected CMSPageLockingService getCmsPageLockingService()
    • getCmsPageService

      protected CMSPageService getCmsPageService()