Class Container

  • Direct Known Subclasses:
    Page

    public class Container
    extends CompositeModel
    This class represents the viewmodel of the container.
    Since:
    9.2
    Author:
    A.Pragt
    • Constructor Detail

      • Container

        public Container()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        This method returns the displayname of the container.
        Returns:
        The displayname of the container.
      • setDisplayName

        public void setDisplayName​(String displayName)
        This method sets the displayname of the container.
        Parameters:
        displayName - The displayname.
      • getContentStyle

        public String getContentStyle()
        This method sets the contentstyle of the container.
        Returns:
        The contentstyle of the container.
      • setContentStyle

        public void setContentStyle​(String contentStyle)
        This method sets the contentstyle of the container.
        Parameters:
        contentStyle - The contentstyle of the container.