Class PageMainGroup

    • Method Detail

      • pageMainGroup

        public static PageMainGroup pageMainGroup()
        Factory method to create a new instance of this component.
      • sticky

        public PageMainGroup sticky​(Sticky sticky)
        Modifies this component to be sticky to the top of its container.
      • sticky

        public PageMainGroup sticky​(Sticky sticky,
                                    Breakpoint breakpoint)
        Modifies this component to be sticky to the top of its container at the given breakpoint.
      • shadowTop

        public PageMainGroup shadowTop()
        Modifies this component to have a top shadow.
      • shadowBottom

        public PageMainGroup shadowBottom()
        Modifies this component to have a bottom shadow.
      • overflowScroll

        public PageMainGroup overflowScroll()
        Modifies this component to show a scrollbar if it has overflow content.