Class CmsGroupContainer

java.lang.Object
org.opencms.ade.containerpage.shared.CmsContainerElement
org.opencms.ade.containerpage.shared.CmsGroupContainer
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, I_CmsHasIconClasses

Group container bean.

Since:
8.0.0
  • Constructor Details

  • Method Details

    • getDescription

      Returns the group-container description.

      Returns:
      the group-container description
    • getElements

      Returns the list of the contained elements id's.

      Returns:
      the list of the contained elements id's
    • getTypes

      public Set<String> getTypes()
      Returns the container types.

      Returns:
      the container types
    • setDescription

      public void setDescription(String description)
      Sets the group-container description.

      Parameters:
      description - the group-container description to set
    • setElements

      public void setElements(List<CmsContainerElement> elements)
      Sets the elements contained in this container.

      Parameters:
      elements - the elements
    • setTypes

      public void setTypes(Set<String> types)
      Sets the types.

      Parameters:
      types - the types to set